Home
last modified time | relevance | path

Searched refs:FATTR4_WORD1_SACL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnfs4.h455 #define FATTR4_WORD1_SACL (1UL << 27) macro
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c1696 bitmap[1] = FATTR4_WORD1_SACL; in nfs4_acltype_to_bitmap()
5433 if (unlikely(bitmap[0] || bitmap[1] & (FATTR4_WORD1_SACL - 1U))) in decode_getacl()
5435 if (!(bitmap[1] & FATTR4_WORD1_SACL)) in decode_getacl()
H A Dnfs4proc.c5828 return server->attr_bitmask[1] & FATTR4_WORD1_SACL; in nfs4_server_supports_acls()