Lines Matching refs:ino
14 u64 ino; member
21 u64 ino, parent_ino; member
48 cfh->ino = ceph_ino(inode); in ceph_encode_fh()
54 fh->ino = ceph_ino(inode); in ceph_encode_fh()
61 static struct dentry *__fh_to_dentry(struct super_block *sb, u64 ino) in __fh_to_dentry() argument
69 vino.ino = ino; in __fh_to_dentry()
101 dout("__fh_to_dentry %llx %p dentry %p\n", ino, inode, dentry); in __fh_to_dentry()
120 dout("fh_to_dentry %llx\n", fh->ino); in ceph_fh_to_dentry()
121 return __fh_to_dentry(sb, fh->ino); in ceph_fh_to_dentry()
125 struct dentry *child, u64 ino) in __get_parent() argument
143 .ino = ino, in __get_parent()
167 child ? ceph_ino(d_inode(child)) : ino, in __get_parent()
199 dentry = __get_parent(sb, NULL, cfh->ino); in ceph_fh_to_parent()