Home
last modified time | relevance | path

Searched refs:FATTR4_WORD2_SECURITY_LABEL (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/nfsd/
Dnfsd.h376 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
417 FATTR4_WORD2_SECURITY_LABEL
Dnfs4proc.c71 bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_security_inode_setsecctx()
106 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) && in check_attr_support()
2131 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
2133 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
Dnfs4xdr.c465 bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr()
2479 if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr()
2487 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
2489 bmval2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2514 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2912 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
/Linux-v5.4/include/linux/
Dnfs4.h452 #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) macro
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c1145 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1147 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_attrs()
1177 if (label && (bmval[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1611 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4152 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4154 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4178 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()
Dnfs4proc.c207 FATTR4_WORD2_SECURITY_LABEL
228 | FATTR4_WORD2_SECURITY_LABEL
2943 if (!(attrset[2] & FATTR4_WORD2_SECURITY_LABEL)) in nfs4_exclusive_attrset()
3769 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL) in _nfs4_server_capabilities()
3774 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
3831 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
5749 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
5806 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()