Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfsd.h350 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
391 #define NFSD_WRITEABLE_ATTRS_WORD2 FATTR4_WORD2_SECURITY_LABEL
Dnfs4proc.c69 bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_security_inode_setsecctx()
1807 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
1809 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
Dnfs4xdr.c417 if (bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr()
2347 if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr()
2352 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
2354 bmval2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2379 word2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2763 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
/linux-4.4.14/include/linux/
Dnfs4.h426 #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) macro
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c1079 if (!(excl_bmval[2] & FATTR4_WORD2_SECURITY_LABEL)) in encode_attrs()
1085 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_attrs()
1126 if (bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in encode_attrs()
1587 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4141 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4143 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4167 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()
Dnfs4proc.c191 FATTR4_WORD2_SECURITY_LABEL
2428 if (attrset[2] & FATTR4_WORD2_SECURITY_LABEL) in nfs4_exclusive_attrset()
3018 #define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
3088 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL) in _nfs4_server_capabilities()
3093 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
3143 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
4887 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
4942 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()