Lines Matching defs:fid
1686 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
1712 return reiserfs_get_dentry(sb, fid->raw[0], fid->raw[1],
1713 (fh_type == 3 || fh_type >= 5) ? fid->raw[2] : 0);
1716 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid,
1725 (fh_type >= 5) ? fid->raw[3] : fid->raw[2],
1726 (fh_type >= 5) ? fid->raw[4] : fid->raw[3],
1727 (fh_type == 6) ? fid->raw[5] : 0);