Lines Matching defs:asize
39 u32 rp_fa = 0, asize, t32;
133 asize = le32_to_cpu(attr->size);
139 asize = le32_to_cpu(attr->size);
147 asize)
160 asize < sizeof(struct ATTR_STD_INFO) + roff ||
179 if (asize >= sizeof(struct ATTR_STD_INFO5) + roff &&
197 if (attr->non_res || asize < SIZEOF_ATTRIBUTE_FILENAME + roff ||
393 if (roff > asize) {
401 t64, Add2Ptr(attr, roff), asize - roff);
1229 u32 asize, dsize, sd_size;
1373 asize = SIZEOF_RESIDENT + dsize;
1376 attr->size = cpu_to_le32(asize);
1386 attr = Add2Ptr(attr, asize);
1411 asize = ALIGN(SIZEOF_RESIDENT + dsize, 8);
1414 attr->size = cpu_to_le32(asize);
1421 attr = Add2Ptr(attr, asize);
1425 asize = SIZEOF_RESIDENT + ALIGN(sd_size, 8);
1428 attr->size = cpu_to_le32(asize);
1434 attr = Add2Ptr(attr, asize);
1444 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize;
1447 attr->size = cpu_to_le32(asize);
1472 asize = SIZEOF_RESIDENT;
1490 asize = SIZEOF_NONRESIDENT_EX + 8;
1496 asize = SIZEOF_NONRESIDENT_EX + 8;
1500 asize = SIZEOF_NONRESIDENT + 8;
1515 asize = SIZEOF_RESIDENT;
1536 attr = Add2Ptr(attr, asize);
1541 asize = ALIGN(SIZEOF_RESIDENT + nsize, 8);
1548 if (asize + t16 + 0x78 + 8 > sbi->record_size) {
1581 asize = SIZEOF_NONRESIDENT + ALIGN(err, 8);
1595 attr->size = cpu_to_le32(asize);
1605 attr = Add2Ptr(attr, asize);