Home
last modified time | relevance | path

Searched refs:cfh (Results 1 – 1 of 1) sorted by relevance

/fs/ceph/
Dexport.c29 struct ceph_nfs_confh *cfh = (void *)rawfh; in ceph_encode_fh() local
30 int connected_handle_length = sizeof(*cfh)/4; in ceph_encode_fh()
48 cfh->ino = ceph_ino(inode); in ceph_encode_fh()
49 cfh->parent_ino = ceph_ino(parent_inode); in ceph_encode_fh()
195 struct ceph_nfs_confh *cfh = (void *)fid->raw; in ceph_fh_to_parent() local
200 if (fh_len < sizeof(*cfh) / 4) in ceph_fh_to_parent()
203 dout("fh_to_parent %llx\n", cfh->parent_ino); in ceph_fh_to_parent()
204 dentry = __get_parent(sb, NULL, cfh->ino); in ceph_fh_to_parent()
206 dentry = __fh_to_dentry(sb, cfh->parent_ino); in ceph_fh_to_parent()