cfh               106 fs/ceph/export.c 		struct ceph_nfs_confh *cfh = (void *)rawfh;
cfh               109 fs/ceph/export.c 		cfh->ino = ceph_ino(inode);
cfh               110 fs/ceph/export.c 		cfh->parent_ino = ceph_ino(parent_inode);
cfh               387 fs/ceph/export.c 	struct ceph_nfs_confh *cfh = (void *)fid->raw;
cfh               397 fs/ceph/export.c 	if (fh_len < sizeof(*cfh) / 4)
cfh               400 fs/ceph/export.c 	dout("fh_to_parent %llx\n", cfh->parent_ino);
cfh               401 fs/ceph/export.c 	dentry = __get_parent(sb, NULL, cfh->ino);
cfh               403 fs/ceph/export.c 		dentry = __fh_to_dentry(sb, cfh->parent_ino);