Lines Matching refs:bmval0

2872 static __be32 fattr_handle_absent_fs(u32 *bmval0, u32 *bmval1, u32 *bmval2, u32 *rdattr_err)
2875 if (*bmval0 & ~WORD0_ABSENT_FS_ATTRS ||
2877 if (*bmval0 & FATTR4_WORD0_RDATTR_ERROR ||
2878 *bmval0 & FATTR4_WORD0_FS_LOCATIONS)
2883 *bmval0 &= WORD0_ABSENT_FS_ATTRS;
2909 nfsd4_encode_bitmap(struct xdr_stream *xdr, u32 bmval0, u32 bmval1, u32 bmval2)
2918 *p++ = cpu_to_be32(bmval0);
2926 *p++ = cpu_to_be32(bmval0);
2933 *p++ = cpu_to_be32(bmval0);
2951 u32 bmval0 = bmval[0];
2983 status = fattr_handle_absent_fs(&bmval0, &bmval1, &bmval2, &rdattr_err);
2987 if (bmval0 & (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE)) {
3001 if ((bmval0 & (FATTR4_WORD0_FILES_AVAIL | FATTR4_WORD0_FILES_FREE |
3009 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) {
3020 if (bmval0 & FATTR4_WORD0_ACL) {
3023 bmval0 &= ~FATTR4_WORD0_ACL;
3033 bmval0 & FATTR4_WORD0_SUPPORTED_ATTRS) {
3049 status = nfsd4_encode_bitmap(xdr, bmval0, bmval1, bmval2);
3058 if (bmval0 & FATTR4_WORD0_SUPPORTED_ATTRS) {
3084 if (bmval0 & FATTR4_WORD0_TYPE) {
3095 if (bmval0 & FATTR4_WORD0_FH_EXPIRE_TYPE) {
3105 if (bmval0 & FATTR4_WORD0_CHANGE) {
3111 if (bmval0 & FATTR4_WORD0_SIZE) {
3117 if (bmval0 & FATTR4_WORD0_LINK_SUPPORT) {
3123 if (bmval0 & FATTR4_WORD0_SYMLINK_SUPPORT) {
3129 if (bmval0 & FATTR4_WORD0_NAMED_ATTR) {
3135 if (bmval0 & FATTR4_WORD0_FSID) {
3159 if (bmval0 & FATTR4_WORD0_UNIQUE_HANDLES) {
3165 if (bmval0 & FATTR4_WORD0_LEASE_TIME) {
3171 if (bmval0 & FATTR4_WORD0_RDATTR_ERROR) {
3177 if (bmval0 & FATTR4_WORD0_ACL) {
3207 if (bmval0 & FATTR4_WORD0_ACLSUPPORT) {
3214 if (bmval0 & FATTR4_WORD0_CANSETTIME) {
3220 if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) {
3226 if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) {
3232 if (bmval0 & FATTR4_WORD0_CHOWN_RESTRICTED) {
3238 if (bmval0 & FATTR4_WORD0_FILEHANDLE) {
3245 if (bmval0 & FATTR4_WORD0_FILEID) {
3251 if (bmval0 & FATTR4_WORD0_FILES_AVAIL) {
3257 if (bmval0 & FATTR4_WORD0_FILES_FREE) {
3263 if (bmval0 & FATTR4_WORD0_FILES_TOTAL) {
3269 if (bmval0 & FATTR4_WORD0_FS_LOCATIONS) {
3274 if (bmval0 & FATTR4_WORD0_HOMOGENEOUS) {
3280 if (bmval0 & FATTR4_WORD0_MAXFILESIZE) {
3286 if (bmval0 & FATTR4_WORD0_MAXLINK) {
3292 if (bmval0 & FATTR4_WORD0_MAXNAME) {
3298 if (bmval0 & FATTR4_WORD0_MAXREAD) {
3304 if (bmval0 & FATTR4_WORD0_MAXWRITE) {
3594 *p++ = htonl(FATTR4_WORD0_RDATTR_ERROR); /* bmval0 */