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

/linux-master/fs/nfsd/
H A Dnfsd.h426 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
499 FATTR4_WORD2_SECURITY_LABEL
H A Dnfs4proc.c92 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) &&
373 open->op_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
865 create->cr_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
2882 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) {
2884 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL;
H A Dnfs4xdr.c505 bmval[2] & FATTR4_WORD2_SECURITY_LABEL) {
2952 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
3592 if ((attrmask[2] & FATTR4_WORD2_SECURITY_LABEL) ||
3600 if (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL) {
3602 attrmask[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
/linux-master/include/linux/
H A Dnfs4.h586 #define FATTR4_WORD2_SECURITY_LABEL BIT(FATTR4_SEC_LABEL - 64) macro
/linux-master/fs/nfs/
H A Dnfs4xdr.c1156 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) {
1158 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL;
1186 if (label && (bmval[2] & FATTR4_WORD2_SECURITY_LABEL)) {
1630 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL;
4228 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U)))
4230 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) {
4246 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
H A Dnfs4proc.c217 FATTR4_WORD2_SECURITY_LABEL
238 | FATTR4_WORD2_SECURITY_LABEL
3057 if (!(attrset[2] & FATTR4_WORD2_SECURITY_LABEL))
3913 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
3940 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
4116 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
6153 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
6209 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };

Completed in 220 milliseconds