Searched refs:attrmask (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfsd/
H A Dnfs4xdr.c3499 u32 attrmask[3]; local
3523 attrmask[0] = bmval[0];
3524 attrmask[1] = bmval[1];
3525 attrmask[2] = bmval[2];
3529 status = fattr_handle_absent_fs(&attrmask[0], &attrmask[1],
3530 &attrmask[2], &args.rdattr_err);
3535 if (attrmask[0] & (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE)) {
3554 attrmask[1] &= ~FATTR4_WORD1_TIME_CREATE;
3555 if ((attrmask[
[all...]
/linux-master/fs/nfs/
H A Dnfs4xdr.c1085 const uint32_t attrmask[])
1098 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) {
1103 if (umask && (attrmask[2] & FATTR4_WORD2_MODE_UMASK)) {
1106 } else if (attrmask[1] & FATTR4_WORD1_MODE) {
1111 if ((iap->ia_valid & ATTR_UID) && (attrmask[1] & FATTR4_WORD1_OWNER)) {
1125 (attrmask[1] & FATTR4_WORD1_OWNER_GROUP)) {
1137 if (attrmask[1] & FATTR4_WORD1_TIME_ACCESS_SET) {
1146 if (attrmask[1] & FATTR4_WORD1_TIME_MODIFY_SET) {
1156 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) {
1081 encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, const struct nfs4_label *label, const umode_t *umask, const struct nfs_server *server, const uint32_t attrmask[]) argument

Completed in 139 milliseconds