Searched refs:fileid_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_export.c | 40 static int xfs_fileid_length(int fileid_type) in xfs_fileid_length() argument 42 switch (fileid_type) { in xfs_fileid_length() 64 int fileid_type; in xfs_fs_encode_fh() local 69 fileid_type = FILEID_INO32_GEN; in xfs_fs_encode_fh() 71 fileid_type = FILEID_INO32_GEN_PARENT; in xfs_fs_encode_fh() 83 fileid_type |= XFS_FILEID_TYPE_64FLAG; in xfs_fs_encode_fh() 91 len = xfs_fileid_length(fileid_type); in xfs_fs_encode_fh() 98 switch (fileid_type) { in xfs_fs_encode_fh() 117 return fileid_type; in xfs_fs_encode_fh() 165 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument [all …]
|
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.c | 141 int fileid_type; in nfsd_set_fh_dentry() local 241 fileid_type = FILEID_INO32_GEN; in nfsd_set_fh_dentry() 243 fileid_type = FILEID_INO32_GEN_PARENT; in nfsd_set_fh_dentry() 245 fileid_type = fh->fh_fileid_type; in nfsd_set_fh_dentry() 247 if (fileid_type == FILEID_ROOT) in nfsd_set_fh_dentry() 251 data_left, fileid_type, in nfsd_set_fh_dentry()
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 413 int fh_len, int fileid_type, in exportfs_decode_fh() argument 426 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh() 481 fh_len, fileid_type); in exportfs_decode_fh()
|
/linux-4.4.14/include/linux/ |
D | exportfs.h | 224 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
|