Home
last modified time | relevance | path

Searched refs:fileid_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_export.c26 static int xfs_fileid_length(int fileid_type) in xfs_fileid_length() argument
28 switch (fileid_type) { in xfs_fileid_length()
50 int fileid_type; in xfs_fs_encode_fh() local
55 fileid_type = FILEID_INO32_GEN; in xfs_fs_encode_fh()
57 fileid_type = FILEID_INO32_GEN_PARENT; in xfs_fs_encode_fh()
69 fileid_type |= XFS_FILEID_TYPE_64FLAG; in xfs_fs_encode_fh()
77 len = xfs_fileid_length(fileid_type); in xfs_fs_encode_fh()
84 switch (fileid_type) { in xfs_fs_encode_fh()
103 return fileid_type; in xfs_fs_encode_fh()
160 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument
[all …]
/Linux-v5.4/fs/nfsd/
Dnfsfh.c158 int fileid_type; in nfsd_set_fh_dentry() local
258 fileid_type = FILEID_INO32_GEN; in nfsd_set_fh_dentry()
260 fileid_type = FILEID_INO32_GEN_PARENT; in nfsd_set_fh_dentry()
262 fileid_type = fh->fh_fileid_type; in nfsd_set_fh_dentry()
264 if (fileid_type == FILEID_ROOT) in nfsd_set_fh_dentry()
268 data_left, fileid_type, in nfsd_set_fh_dentry()
/Linux-v5.4/fs/exportfs/
Dexpfs.c421 int fh_len, int fileid_type, in exportfs_decode_fh() argument
434 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh()
498 fh_len, fileid_type); in exportfs_decode_fh()
/Linux-v5.4/include/linux/
Dexportfs.h218 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),