Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsd.h383 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
456 FATTR4_WORD2_SECURITY_LABEL
H A Dnfs4proc.c73 bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_security_inode_setsecctx()
108 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) && in check_attr_support()
2544 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
2546 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
H A Dnfs4xdr.c506 bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr()
2775 if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr()
2783 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
2785 bmval2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
2810 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
3208 if (bmval2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h463 #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) macro
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c216 FATTR4_WORD2_SECURITY_LABEL
237 | FATTR4_WORD2_SECURITY_LABEL
3010 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()
3898 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
3955 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
5459 bitmask[2] |= FATTR4_WORD2_SECURITY_LABEL; in nfs4_bitmask_set()
5983 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
6038 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()
H A Dnfs4xdr.c1144 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1146 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_attrs()
1174 if (label && (bmval[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1608 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4151 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4153 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4181 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()