Lines Matching defs:adsize
643 int adsize;
650 adsize = sizeof(struct short_ad);
652 adsize = sizeof(struct long_ad);
677 epos.offset -= adsize;
1957 int ver, adsize;
1960 adsize = sizeof(struct short_ad);
1962 adsize = sizeof(struct long_ad);
1999 if (epos->offset + adsize > sb->s_blocksize) {
2004 epos->offset -= adsize;
2032 int adsize;
2035 adsize = sizeof(struct short_ad);
2037 adsize = sizeof(struct long_ad);
2048 WARN_ON(epos->offset + adsize > inode->i_sb->s_blocksize);
2054 iinfo->i_lenAlloc += adsize;
2058 le32_add_cpu(&aed->lengthAllocDescs, adsize);
2062 epos->offset + (inc ? 0 : adsize));
2079 int adsize;
2083 adsize = sizeof(struct short_ad);
2085 adsize = sizeof(struct long_ad);
2089 if (epos->offset + (2 * adsize) > sb->s_blocksize) {
2110 int adsize;
2128 adsize = sizeof(struct short_ad);
2135 adsize = sizeof(struct long_ad);
2156 epos->offset += adsize;
2275 int adsize;
2289 adsize = sizeof(struct short_ad);
2291 adsize = sizeof(struct long_ad);
2293 adsize = 0;
2306 oepos.offset = epos.offset - adsize;
2317 iinfo->i_lenAlloc -= (adsize * 2);
2321 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize));
2325 oepos.offset - (2 * adsize));
2334 iinfo->i_lenAlloc -= adsize;
2338 le32_add_cpu(&aed->lengthAllocDescs, -adsize);
2342 epos.offset - adsize);