Lines Matching refs:bmval
57 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx() argument
73 bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_security_inode_setsecctx()
79 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx() argument
99 u32 *bmval, u32 *writable) in check_attr_support() argument
104 if (!nfsd_attrs_supported(cstate->minorversion, bmval)) in check_attr_support()
106 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
108 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) && in check_attr_support()
111 if (writable && !bmval_is_subset(bmval, writable)) in check_attr_support()
113 if (writable && (bmval[2] & FATTR4_WORD2_MODE_UMASK) && in check_attr_support()
114 (bmval[1] & FATTR4_WORD1_MODE)) in check_attr_support()
153 struct nfs4_acl *acl, u32 *bmval) in do_set_nfs4_acl() argument
164 bmval[0] &= ~FATTR4_WORD0_ACL; in do_set_nfs4_acl()