Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dnfsd.h452 #define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL
525 FATTR4_WORD2_SECURITY_LABEL
A Dnfs4proc.c92 if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) && in check_attr_support()
374 open->op_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_create_file()
857 create->cr_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_create()
2923 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize()
2925 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize()
A Dnfs4xdr.c505 bmval[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_decode_fattr4()
2973 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr4_supported_attrs()
3615 if ((attrmask[2] & FATTR4_WORD2_SECURITY_LABEL) || in nfsd4_encode_fattr4()
3623 if (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_encode_fattr4()
3625 attrmask[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr4()
/linux/include/linux/
A Dnfs4.h597 #define FATTR4_WORD2_SECURITY_LABEL BIT(FATTR4_SEC_LABEL - 64) macro
/linux/fs/nfs/
A 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()
1628 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL; in encode_readdir()
4255 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U))) in decode_attr_security_label()
4257 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) { in decode_attr_security_label()
4273 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in decode_attr_security_label()
A Dnfs4proc.c217 FATTR4_WORD2_SECURITY_LABEL
238 | FATTR4_WORD2_SECURITY_LABEL
3107 if (!(attrset[2] & FATTR4_WORD2_SECURITY_LABEL)) in nfs4_exclusive_attrset()
3996 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL) in _nfs4_server_capabilities()
4023 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_server_capabilities()
4226 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
6264 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_get_security_label()
6320 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL }; in _nfs4_do_set_security_label()

Completed in 91 milliseconds