Lines Matching refs:fid
316 static int export_encode_fh(struct dentry *dentry, struct fid *fid, in export_encode_fh() argument
327 fid->i32.ino = inode->i_ino; in export_encode_fh()
328 fid->i32.gen = inode->i_generation; in export_encode_fh()
334 fid->i32.parent_ino = parent->i_ino; in export_encode_fh()
335 fid->i32.parent_gen = parent->i_generation; in export_encode_fh()
344 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh() argument
351 error = nop->encode_fh(dentry, fid->raw, max_len, connectable); in exportfs_encode_fh()
353 error = export_encode_fh(dentry, fid, max_len, connectable); in exportfs_encode_fh()
359 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh() argument
371 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh()
425 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh()