Searched refs:attrmask (Results 1 – 1 of 1) sorted by relevance
1073 const uint32_t attrmask[]) in encode_attrs() argument1087 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) { in encode_attrs()1092 if (umask && (attrmask[2] & FATTR4_WORD2_MODE_UMASK)) { in encode_attrs()1095 } else if (attrmask[1] & FATTR4_WORD1_MODE) { in encode_attrs()1100 if ((iap->ia_valid & ATTR_UID) && (attrmask[1] & FATTR4_WORD1_OWNER)) { in encode_attrs()1114 (attrmask[1] & FATTR4_WORD1_OWNER_GROUP)) { in encode_attrs()1126 if (attrmask[1] & FATTR4_WORD1_TIME_ACCESS_SET) { in encode_attrs()1135 if (attrmask[1] & FATTR4_WORD1_TIME_MODIFY_SET) { in encode_attrs()1145 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()