Lines Matching refs:bmval0
2627 static __be32 fattr_handle_absent_fs(u32 *bmval0, u32 *bmval1, u32 *bmval2, u32 *rdattr_err)
2630 if (*bmval0 & ~WORD0_ABSENT_FS_ATTRS ||
2632 if (*bmval0 & FATTR4_WORD0_RDATTR_ERROR ||
2633 *bmval0 & FATTR4_WORD0_FS_LOCATIONS)
2638 *bmval0 &= WORD0_ABSENT_FS_ATTRS;
2661 nfsd4_encode_bitmap(struct xdr_stream *xdr, u32 bmval0, u32 bmval1, u32 bmval2)
2670 *p++ = cpu_to_be32(bmval0);
2678 *p++ = cpu_to_be32(bmval0);
2685 *p++ = cpu_to_be32(bmval0);
2703 u32 bmval0 = bmval[0];
2736 status = fattr_handle_absent_fs(&bmval0, &bmval1, &bmval2, &rdattr_err);
2744 if ((bmval0 & (FATTR4_WORD0_FILES_AVAIL | FATTR4_WORD0_FILES_FREE |
2752 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) {
2763 if (bmval0 & FATTR4_WORD0_ACL) {
2766 bmval0 &= ~FATTR4_WORD0_ACL;
2776 bmval0 & FATTR4_WORD0_SUPPORTED_ATTRS) {
2792 status = nfsd4_encode_bitmap(xdr, bmval0, bmval1, bmval2);
2802 if (bmval0 & FATTR4_WORD0_SUPPORTED_ATTRS) {
2828 if (bmval0 & FATTR4_WORD0_TYPE) {
2839 if (bmval0 & FATTR4_WORD0_FH_EXPIRE_TYPE) {
2849 if (bmval0 & FATTR4_WORD0_CHANGE) {
2855 if (bmval0 & FATTR4_WORD0_SIZE) {
2861 if (bmval0 & FATTR4_WORD0_LINK_SUPPORT) {
2867 if (bmval0 & FATTR4_WORD0_SYMLINK_SUPPORT) {
2873 if (bmval0 & FATTR4_WORD0_NAMED_ATTR) {
2879 if (bmval0 & FATTR4_WORD0_FSID) {
2903 if (bmval0 & FATTR4_WORD0_UNIQUE_HANDLES) {
2909 if (bmval0 & FATTR4_WORD0_LEASE_TIME) {
2915 if (bmval0 & FATTR4_WORD0_RDATTR_ERROR) {
2921 if (bmval0 & FATTR4_WORD0_ACL) {
2951 if (bmval0 & FATTR4_WORD0_ACLSUPPORT) {
2958 if (bmval0 & FATTR4_WORD0_CANSETTIME) {
2964 if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) {
2970 if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) {
2976 if (bmval0 & FATTR4_WORD0_CHOWN_RESTRICTED) {
2982 if (bmval0 & FATTR4_WORD0_FILEHANDLE) {
2989 if (bmval0 & FATTR4_WORD0_FILEID) {
2995 if (bmval0 & FATTR4_WORD0_FILES_AVAIL) {
3001 if (bmval0 & FATTR4_WORD0_FILES_FREE) {
3007 if (bmval0 & FATTR4_WORD0_FILES_TOTAL) {
3013 if (bmval0 & FATTR4_WORD0_FS_LOCATIONS) {
3018 if (bmval0 & FATTR4_WORD0_HOMOGENEOUS) {
3024 if (bmval0 & FATTR4_WORD0_MAXFILESIZE) {
3030 if (bmval0 & FATTR4_WORD0_MAXLINK) {
3036 if (bmval0 & FATTR4_WORD0_MAXNAME) {
3042 if (bmval0 & FATTR4_WORD0_MAXREAD) {
3048 if (bmval0 & FATTR4_WORD0_MAXWRITE) {
3352 *p++ = htonl(FATTR4_WORD0_RDATTR_ERROR); /* bmval0 */