Searched refs:cfh (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/ceph/
H A Dexport.c109 struct ceph_nfs_confh *cfh = (void *)rawfh; local
112 cfh->ino = ceph_ino(inode);
113 cfh->parent_ino = ceph_ino(parent_inode);
420 struct ceph_nfs_confh *cfh = (void *)fid->raw; local
430 if (fh_len < sizeof(*cfh) / 4)
433 doutc(fsc->client, "%llx\n", cfh->parent_ino);
434 dentry = __get_parent(sb, NULL, cfh->ino);
436 dentry = __fh_to_dentry(sb, cfh->parent_ino);

Completed in 104 milliseconds