Lines Matching defs:fid
1676 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
1702 return reiserfs_get_dentry(sb, fid->raw[0], fid->raw[1],
1703 (fh_type == 3 || fh_type >= 5) ? fid->raw[2] : 0);
1706 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid,
1715 (fh_type >= 5) ? fid->raw[3] : fid->raw[2],
1716 (fh_type >= 5) ? fid->raw[4] : fid->raw[3],
1717 (fh_type == 6) ? fid->raw[5] : 0);