Lines Matching defs:fid
82 struct fid *fid, int fh_len,
95 id = *(u64 *)fid;
101 * type and userland can call us with generic fid
105 id = ((u64)fid->i32.gen << 32) | fid->i32.ino;
134 struct fid *fid, int fh_len,
137 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false);
141 struct fid *fid, int fh_len,
144 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true);