Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1822 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
1824 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
Dnfs4xdr.c416 if (bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr()
2318 if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr()
2323 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
2325 bmval2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2369 word2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2738 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
/linux-4.1.27/include/linux/
Dnfs4.h424 #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) macro
/linux-4.1.27/fs/nfs/
Dnfs4proc.c192 FATTR4_WORD2_SECURITY_LABEL
2877 #define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
2937 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL) in _nfs4_server_capabilities()
2942 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
2990 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
4734 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
4789 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()
Dnfs4xdr.c1070 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_attrs()
1111 if (bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in encode_attrs()
1572 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4110 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4112 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4136 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()