Lines Matching refs:ino
16 u64 ino; member
23 u64 ino, parent_ino; member
30 u64 ino; member
74 sfh->parent_ino = sfh->ino; in ceph_encode_snapfh()
77 sfh->ino = ceph_ino(inode); in ceph_encode_snapfh()
112 cfh->ino = ceph_ino(inode); in ceph_encode_fh()
119 fh->ino = ceph_ino(inode); in ceph_encode_fh()
126 static struct inode *__lookup_inode(struct super_block *sb, u64 ino) in __lookup_inode() argument
133 vino.ino = ino; in __lookup_inode()
172 struct inode *ceph_lookup_inode(struct super_block *sb, u64 ino) in ceph_lookup_inode() argument
174 struct inode *inode = __lookup_inode(sb, ino); in ceph_lookup_inode()
184 static struct dentry *__fh_to_dentry(struct super_block *sb, u64 ino) in __fh_to_dentry() argument
186 struct inode *inode = __lookup_inode(sb, ino); in __fh_to_dentry()
220 vino.ino = sfh->parent_ino; in __snapfh_to_dentry()
223 else if (sfh->ino == sfh->parent_ino) in __snapfh_to_dentry()
228 vino.ino = sfh->ino; in __snapfh_to_dentry()
255 if (!want_parent && sfh->ino != sfh->parent_ino) { in __snapfh_to_dentry()
284 doutc(cl, "%llx.%llx\n err=%d\n", vino.ino, vino.snap, err); in __snapfh_to_dentry()
286 doutc(cl, "%llx.%llx parent %llx hash %x err=%d", vino.ino, in __snapfh_to_dentry()
314 doutc(fsc->client, "%llx\n", fh->ino); in ceph_fh_to_dentry()
315 return __fh_to_dentry(sb, fh->ino); in ceph_fh_to_dentry()
319 struct dentry *child, u64 ino) in __get_parent() argument
337 .ino = ino, in __get_parent()
434 dentry = __get_parent(sb, NULL, cfh->ino); in ceph_fh_to_parent()