fileid_type       421 fs/exportfs/expfs.c 		int fh_len, int fileid_type,
fileid_type       434 fs/exportfs/expfs.c 	result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type);
fileid_type       498 fs/exportfs/expfs.c 				fh_len, fileid_type);
fileid_type       158 fs/nfsd/nfsfh.c 	int fileid_type;
fileid_type       258 fs/nfsd/nfsfh.c 			fileid_type = FILEID_INO32_GEN;
fileid_type       260 fs/nfsd/nfsfh.c 			fileid_type = FILEID_INO32_GEN_PARENT;
fileid_type       262 fs/nfsd/nfsfh.c 		fileid_type = fh->fh_fileid_type;
fileid_type       264 fs/nfsd/nfsfh.c 	if (fileid_type == FILEID_ROOT)
fileid_type       268 fs/nfsd/nfsfh.c 				data_left, fileid_type,
fileid_type        26 fs/xfs/xfs_export.c static int xfs_fileid_length(int fileid_type)
fileid_type        28 fs/xfs/xfs_export.c 	switch (fileid_type) {
fileid_type        50 fs/xfs/xfs_export.c 	int			fileid_type;
fileid_type        55 fs/xfs/xfs_export.c 		fileid_type = FILEID_INO32_GEN;
fileid_type        57 fs/xfs/xfs_export.c 		fileid_type = FILEID_INO32_GEN_PARENT;
fileid_type        69 fs/xfs/xfs_export.c 		fileid_type |= XFS_FILEID_TYPE_64FLAG;
fileid_type        77 fs/xfs/xfs_export.c 	len = xfs_fileid_length(fileid_type);
fileid_type        84 fs/xfs/xfs_export.c 	switch (fileid_type) {
fileid_type       103 fs/xfs/xfs_export.c 	return fileid_type;
fileid_type       160 fs/xfs/xfs_export.c 		 int fh_len, int fileid_type)
fileid_type       165 fs/xfs/xfs_export.c 	if (fh_len < xfs_fileid_length(fileid_type))
fileid_type       168 fs/xfs/xfs_export.c 	switch (fileid_type) {
fileid_type       184 fs/xfs/xfs_export.c 		 int fh_len, int fileid_type)
fileid_type       189 fs/xfs/xfs_export.c 	if (fh_len < xfs_fileid_length(fileid_type))
fileid_type       192 fs/xfs/xfs_export.c 	switch (fileid_type) {
fileid_type       218 include/linux/exportfs.h 	int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),