Lines Matching defs:fid
72 struct fid *fid, int fh_len,
85 id = *(u64 *)fid;
91 * type and userland can call us with generic fid
95 id = ((u64)fid->i32.gen << 32) | fid->i32.ino;
124 struct fid *fid, int fh_len,
127 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false);
131 struct fid *fid, int fh_len,
134 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true);