Searched refs:attrmask (Results 1 – 1 of 1) sorted by relevance
1085 const uint32_t attrmask[]) in encode_attrs() argument1098 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) { in encode_attrs()1103 if (umask && (attrmask[2] & FATTR4_WORD2_MODE_UMASK)) { in encode_attrs()1106 } else if (attrmask[1] & FATTR4_WORD1_MODE) { in encode_attrs()1111 if ((iap->ia_valid & ATTR_UID) && (attrmask[1] & FATTR4_WORD1_OWNER)) { in encode_attrs()1125 (attrmask[1] & FATTR4_WORD1_OWNER_GROUP)) { in encode_attrs()1137 if (attrmask[1] & FATTR4_WORD1_TIME_ACCESS_SET) { in encode_attrs()1146 if (attrmask[1] & FATTR4_WORD1_TIME_MODIFY_SET) { in encode_attrs()1156 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()