Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dnfsd.h348 | FATTR4_WORD0_MAXREAD | FATTR4_WORD0_MAXWRITE | FATTR4_WORD0_ACL)
449 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
Dnfs4proc.c106 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
164 bmval[0] &= ~FATTR4_WORD0_ACL; in do_set_nfs4_acl()
2519 if (bmap0 & FATTR4_WORD0_ACL) in nfsd4_getattr_rsize()
Dnfs4xdr.c392 if (bmval[0] & FATTR4_WORD0_ACL) { in nfsd4_decode_fattr()
2763 if (bmval0 & FATTR4_WORD0_ACL) { in nfsd4_encode_fattr()
2766 bmval0 &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr()
2808 supp[0] &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr()
2921 if (bmval0 & FATTR4_WORD0_ACL) { in nfsd4_encode_fattr()
/kernel/linux/linux-5.10/include/linux/
Dnfs4.h413 #define FATTR4_WORD0_ACL (1UL << 12) macro
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c1681 *p = cpu_to_be32(FATTR4_WORD0_ACL); in encode_setacl()
2579 [0] = FATTR4_WORD0_ACL, in nfs4_xdr_enc_getacl()
5324 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U))) in decode_getacl()
5326 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) { in decode_getacl()
Dnfs4proc.c3879 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL && in _nfs4_server_capabilities()