Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_export.c27 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()
76 len = xfs_fileid_length(fileid_type); in xfs_fs_encode_fh()
83 switch (fileid_type) { in xfs_fs_encode_fh()
102 return fileid_type; in xfs_fs_encode_fh()
173 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument
181 switch (fileid_type) { in xfs_fs_fh_to_dentry()
197 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument
[all …]
/fs/exportfs/
A Dexpfs.c439 int fileid_type, unsigned int flags, in exportfs_decode_fh_raw() argument
448 if (fileid_type < 0 || FILEID_USER_FLAGS(fileid_type)) in exportfs_decode_fh_raw()
456 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh_raw()
523 fh_len, fileid_type); in exportfs_decode_fh_raw()
592 int fh_len, int fileid_type, in exportfs_decode_fh() argument
598 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, 0, in exportfs_decode_fh()
/fs/nfsd/
A Dnfsfh.c155 int fileid_type; in nfsd_set_fh_dentry() local
238 fileid_type = fh->fh_fileid_type; in nfsd_set_fh_dentry()
240 if (fileid_type == FILEID_ROOT) in nfsd_set_fh_dentry()
244 data_left, fileid_type, 0, in nfsd_set_fh_dentry()
472 int fileid_type = in _fh_update() local
476 fileid_type > 0 ? fileid_type : FILEID_INVALID; in _fh_update()

Completed in 10 milliseconds