Lines Matching defs:fid
1011 * @fid: file handle to convert
1016 * This function decodes @fid as long as it has one of the well-known
1020 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid,
1032 inode = get_inode(sb, fid->i32.ino, fid->i32.gen);
1043 * @fid: file handle to convert
1048 * This function decodes @fid as long as it has one of the well-known
1053 struct dentry *generic_fh_to_parent(struct super_block *sb, struct fid *fid,
1064 inode = get_inode(sb, fid->i32.parent_ino,
1065 (fh_len > 3 ? fid->i32.parent_gen : 0));