Lines Matching defs:adsize
627 int adsize;
634 adsize = sizeof(struct short_ad);
636 adsize = sizeof(struct long_ad);
660 epos.offset -= adsize;
1935 int ver, adsize;
1938 adsize = sizeof(struct short_ad);
1940 adsize = sizeof(struct long_ad);
1977 if (epos->offset + adsize > sb->s_blocksize) {
1982 epos->offset -= adsize;
2010 int adsize;
2013 adsize = sizeof(struct short_ad);
2015 adsize = sizeof(struct long_ad);
2026 WARN_ON(epos->offset + adsize > inode->i_sb->s_blocksize);
2032 iinfo->i_lenAlloc += adsize;
2036 le32_add_cpu(&aed->lengthAllocDescs, adsize);
2040 epos->offset + (inc ? 0 : adsize));
2057 int adsize;
2061 adsize = sizeof(struct short_ad);
2063 adsize = sizeof(struct long_ad);
2067 if (epos->offset + (2 * adsize) > sb->s_blocksize) {
2088 int adsize;
2106 adsize = sizeof(struct short_ad);
2113 adsize = sizeof(struct long_ad);
2134 epos->offset += adsize;
2253 int adsize;
2267 adsize = sizeof(struct short_ad);
2269 adsize = sizeof(struct long_ad);
2271 adsize = 0;
2284 oepos.offset = epos.offset - adsize;
2295 iinfo->i_lenAlloc -= (adsize * 2);
2299 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize));
2303 oepos.offset - (2 * adsize));
2312 iinfo->i_lenAlloc -= adsize;
2316 le32_add_cpu(&aed->lengthAllocDescs, -adsize);
2320 epos.offset - adsize);