Lines Matching refs:ino
15 u64 ino; member
22 u64 ino, parent_ino; member
49 cfh->ino = ceph_ino(inode); in ceph_encode_fh()
55 fh->ino = ceph_ino(inode); in ceph_encode_fh()
62 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()
119 dout("fh_to_dentry %llx\n", fh->ino); in ceph_fh_to_dentry()
120 return __fh_to_dentry(sb, fh->ino); in ceph_fh_to_dentry()
124 struct dentry *child, u64 ino) in __get_parent() argument
142 .ino = ino, in __get_parent()
191 dentry = __get_parent(sb, NULL, cfh->ino); in ceph_fh_to_parent()