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

/linux-master/fs/nfsd/
H A Dnfsd.h392 | FATTR4_WORD0_MAXREAD | FATTR4_WORD0_MAXWRITE | FATTR4_WORD0_ACL)
492 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
H A Dnfs4proc.c90 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry)))
375 open->op_bmval[0] &= ~FATTR4_WORD0_ACL;
867 create->cr_bmval[0] &= ~FATTR4_WORD0_ACL;
2865 if (bmap0 & FATTR4_WORD0_ACL)
H A Dnfs4xdr.c413 if (bmval[0] & FATTR4_WORD0_ACL) {
2950 supp[0] &= ~FATTR4_WORD0_ACL;
3577 if (attrmask[0] & FATTR4_WORD0_ACL) {
3580 attrmask[0] &= ~FATTR4_WORD0_ACL;
/linux-master/include/linux/
H A Dnfs4.h532 #define FATTR4_WORD0_ACL BIT(FATTR4_ACL) macro
/linux-master/fs/nfs/
H A Dnfs4xdr.c1696 bitmap[0] = FATTR4_WORD0_ACL;
5430 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U)))
5432 if (!(bitmap[0] & FATTR4_WORD0_ACL))
H A Dnfs4proc.c3901 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
5824 return server->attr_bitmask[0] & FATTR4_WORD0_ACL;

Completed in 196 milliseconds