Searched refs:attrmask (Results 1 – 1 of 1) sorted by relevance
1103 const uint32_t attrmask[]) in encode_attrs() argument1116 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) { in encode_attrs()1121 if (umask && (attrmask[2] & FATTR4_WORD2_MODE_UMASK)) { in encode_attrs()1124 } else if (attrmask[1] & FATTR4_WORD1_MODE) { in encode_attrs()1129 if ((iap->ia_valid & ATTR_UID) && (attrmask[1] & FATTR4_WORD1_OWNER)) { in encode_attrs()1143 (attrmask[1] & FATTR4_WORD1_OWNER_GROUP)) { in encode_attrs()1155 if (attrmask[1] & FATTR4_WORD1_TIME_ACCESS_SET) { in encode_attrs()1164 if (attrmask[1] & FATTR4_WORD1_TIME_MODIFY_SET) { in encode_attrs()1174 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()