Lines Matching defs:fid
1323 * @fid: file handle to convert
1328 * This function decodes @fid as long as it has one of the well-known
1332 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid,
1344 inode = get_inode(sb, fid->i32.ino, fid->i32.gen);
1355 * @fid: file handle to convert
1360 * This function decodes @fid as long as it has one of the well-known
1365 struct dentry *generic_fh_to_parent(struct super_block *sb, struct fid *fid,
1376 inode = get_inode(sb, fid->i32.parent_ino,
1377 (fh_len > 3 ? fid->i32.parent_gen : 0));