Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dnfsd.h356 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
397 FATTR4_WORD2_SECURITY_LABEL
Dnfs4proc.c70 bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_security_inode_setsecctx()
105 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) && in check_attr_support()
1896 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
1898 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
Dnfs4xdr.c461 bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr()
2470 if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr()
2478 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
2480 bmval2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2505 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2902 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
/Linux-v4.19/include/linux/
Dnfs4.h452 #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) macro
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c1142 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1144 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_attrs()
1174 if (bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in encode_attrs()
1608 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4263 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4265 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4289 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()
Dnfs4proc.c207 FATTR4_WORD2_SECURITY_LABEL
228 | FATTR4_WORD2_SECURITY_LABEL
2845 if (!(attrset[2] & FATTR4_WORD2_SECURITY_LABEL)) in nfs4_exclusive_attrset()
3620 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL) in _nfs4_server_capabilities()
3625 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
3680 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
5565 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
5620 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()