Searched refs:NFSISSET_ATTRBIT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdsubs.c1611 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_OWNER) &&
1622 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_TIMEACCESSSET) &&
1628 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_TIMEMODIFYSET) &&
1634 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_OWNERGROUP) &&
1652 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_SIZE) &&
1657 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_ACL) &&
1729 else if (NFSISSET_ATTRBIT(retbitp, NFSATTRBIT_RDATTRERROR))
1731 if (NFSISSET_ATTRBIT(retbitp, NFSATTRBIT_FSLOCATIONS))
1766 if (NFSISSET_ATTRBIT(&tmpbits, bitpos)) {
H A Dnfs_nfsdserv.c221 if (NFSISSET_ATTRBIT(&tmpbits, NFSATTRBIT_TIMEACCESSSET) ||
222 NFSISSET_ATTRBIT(&tmpbits, NFSATTRBIT_TIMEMODIFYSET)){
227 if (NFSISSET_ATTRBIT(&tmpbits, NFSATTRBIT_ACL)) {
243 if (NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_FILEHANDLE))
390 if (NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_OWNER) ||
391 NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_OWNERGROUP)) {
398 if (NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_OWNER))
400 if (NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_OWNERGROUP))
405 NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_SIZE)) {
414 (NFSISSET_ATTRBIT(
[all...]
H A Dnfs_nfsdstate.c5216 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_SIZE)) {
5223 if (NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_OWNER) ||
5224 NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_OWNERGROUP) ||
5225 NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_MODE) ||
5226 NFSISSET_ATTRBIT(attrbitp, NFSATTRBIT_ACL))
H A Dnfs_nfsdport.c2206 if (!NFSISSET_ATTRBIT(&attrbits,
2456 if (NFSISSET_ATTRBIT(attrbitp, bitpos))
/netbsd-current/sys/fs/nfs/common/
H A Dnfs.h389 #define NFSISSET_ATTRBIT(b, p) ((b)->bits[(p) / 32] & (1 << ((p) % 32))) macro
H A Dnfs_commonsubs.c908 if (NFSISSET_ATTRBIT(&attrbits, bitpos))
2102 if (NFSISSET_ATTRBIT(retbitp, NFSATTRBIT_ACLSUPPORT) &&
2107 if (NFSISSET_ATTRBIT(retbitp, NFSATTRBIT_ACL)) {
2142 if (NFSISSET_ATTRBIT(retbitp, bitpos)) {
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvfsops.c1605 NFSISSET_ATTRBIT(&nfsva.na_suppattr, NFSATTRBIT_ACL)) {
H A Dnfs_clstate.c3252 if (NFSISSET_ATTRBIT(&attrbits,
3262 if (NFSISSET_ATTRBIT(&attrbits,
H A Dnfs_clrpcops.c2749 if (NFSISSET_ATTRBIT(&dnp->n_vattr.na_suppattr,
3175 if (NFSISSET_ATTRBIT(&dnp->n_vattr.na_suppattr,
H A Dnfs_clvnops.c3449 NFSISSET_ATTRBIT(&nfsva.na_suppattr, NFSATTRBIT_ACL))

Completed in 283 milliseconds