Searched refs:fileid_type (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
A D | xfs_export.c | 27 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() 159 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument 167 switch (fileid_type) { in xfs_fs_fh_to_dentry() 183 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument [all …]
|
/linux/fs/exportfs/ |
A D | expfs.c | 422 int fileid_type, in exportfs_decode_fh_raw() argument 436 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh_raw() 498 fh_len, fileid_type); in exportfs_decode_fh_raw() 569 int fh_len, int fileid_type, in exportfs_decode_fh() argument 575 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, in exportfs_decode_fh()
|
/linux/include/linux/ |
A D | exportfs.h | 235 int fileid_type, 239 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
|
/linux/fs/nfsd/ |
A D | nfsfh.c | 160 int fileid_type; in nfsd_set_fh_dentry() local 244 fileid_type = fh->fh_fileid_type; in nfsd_set_fh_dentry() 246 if (fileid_type == FILEID_ROOT) in nfsd_set_fh_dentry() 250 data_left, fileid_type, in nfsd_set_fh_dentry()
|
Completed in 6 milliseconds