Searched refs:bmval0 (Results 1 – 1 of 1) sorted by relevance
2198 static __be32 fattr_handle_absent_fs(u32 *bmval0, u32 *bmval1, u32 *bmval2, u32 *rdattr_err) in fattr_handle_absent_fs() argument2201 if (*bmval0 & ~WORD0_ABSENT_FS_ATTRS || in fattr_handle_absent_fs()2203 if (*bmval0 & FATTR4_WORD0_RDATTR_ERROR || in fattr_handle_absent_fs()2204 *bmval0 & FATTR4_WORD0_FS_LOCATIONS) in fattr_handle_absent_fs()2209 *bmval0 &= WORD0_ABSENT_FS_ATTRS; in fattr_handle_absent_fs()2241 u32 bmval0 = bmval[0]; in nfsd4_encode_fattr() local2270 BUG_ON(bmval0 & ~nfsd_suppattrs0(minorversion)); in nfsd4_encode_fattr()2275 status = fattr_handle_absent_fs(&bmval0, &bmval1, &bmval2, &rdattr_err); in nfsd4_encode_fattr()2283 if ((bmval0 & (FATTR4_WORD0_FILES_AVAIL | FATTR4_WORD0_FILES_FREE | in nfsd4_encode_fattr()2291 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) { in nfsd4_encode_fattr()[all …]