Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dnfsd.h408 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
481 FATTR4_WORD2_SECURITY_LABEL
Dnfs4proc.c92 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) && in check_attr_support()
371 open->op_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_create_file()
831 create->cr_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_create()
2853 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
2855 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
Dnfs4xdr.c505 bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr4()
2946 if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr()
2954 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
2956 bmval2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2980 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
3374 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
/linux-6.1.9/include/linux/
Dnfs4.h462 #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) macro
/linux-6.1.9/fs/nfs/
Dnfs4xdr.c1156 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1158 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_attrs()
1186 if (label && (bmval[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1621 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4219 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4221 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4237 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()
Dnfs4proc.c216 FATTR4_WORD2_SECURITY_LABEL
237 | FATTR4_WORD2_SECURITY_LABEL
3031 if (!(attrset[2] & FATTR4_WORD2_SECURITY_LABEL)) in nfs4_exclusive_attrset()
3893 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL) in _nfs4_server_capabilities()
3920 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
4096 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
6128 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
6184 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()