Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsd.h415 | FATTR4_WORD0_MAXREAD | FATTR4_WORD0_MAXWRITE | FATTR4_WORD0_ACL)
518 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
H A Dnfs4proc.c92 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
378 open->op_bmval[0] &= ~FATTR4_WORD0_ACL; in nfsd4_create_file()
861 create->cr_bmval[0] &= ~FATTR4_WORD0_ACL; in nfsd4_create()
3016 if (bmap0 & FATTR4_WORD0_ACL) in nfsd4_getattr_rsize()
/linux/include/linux/
H A Dnfs4.h539 #define FATTR4_WORD0_ACL BIT(FATTR4_ACL) macro
/linux/fs/nfs/
H A Dnfs4xdr.c1694 bitmap[0] = FATTR4_WORD0_ACL; in nfs4_acltype_to_bitmap()
5476 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U))) in decode_getacl()
5478 if (!(bitmap[0] & FATTR4_WORD0_ACL)) in decode_getacl()
H A Dnfs4proc.c3998 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL && in _nfs4_server_capabilities()
5949 return server->attr_bitmask[0] & FATTR4_WORD0_ACL; in nfs4_server_supports_acls()