Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfsd.h275 | FATTR4_WORD0_MAXREAD | FATTR4_WORD0_MAXWRITE | FATTR4_WORD0_ACL)
320 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL )
Dnfs4xdr.c264 if (bmval[0] & FATTR4_WORD0_ACL) { in nfsd4_decode_fattr()
1826 if (bmval0 & (FATTR4_WORD0_ACL | FATTR4_WORD0_ACLSUPPORT in nfsd4_encode_fattr()
1830 if (bmval0 & FATTR4_WORD0_ACL) { in nfsd4_encode_fattr()
1832 bmval0 &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr()
1868 word0 &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr()
1962 if (bmval0 & FATTR4_WORD0_ACL) { in nfsd4_encode_fattr()
Dnfs4proc.c75 if (bmval[0] & FATTR4_WORD0_ACL) { in check_attr_support()
137 bmval[0] &= ~FATTR4_WORD0_ACL; in do_set_nfs4_acl()
/linux-2.6.39/include/linux/
Dnfs4.h454 #define FATTR4_WORD0_ACL (1UL << 12) macro
/linux-2.6.39/fs/nfs/
Dnfs4xdr.c1561 *p = cpu_to_be32(FATTR4_WORD0_ACL); in encode_setacl()
2329 encode_getattr_two(xdr, FATTR4_WORD0_ACL, 0, &hdr); in nfs4_xdr_enc_getacl()
4665 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U))) in decode_getacl()
4667 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) { in decode_getacl()
Dnfs4proc.c2119 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL) in _nfs4_server_capabilities()