tag | line | file | source code |
not_que | 98 | fs/xiafs/bitmap.c | #define get_imap_zone(sb, bit_nr, not_que) \ |
not_que | 103 | fs/xiafs/bitmap.c | bit_nr, not_que) |
not_que | 105 | fs/xiafs/bitmap.c | #define get_zmap_zone(sb, bit_nr, not_que) \ |
not_que | 111 | fs/xiafs/bitmap.c | bit_nr, not_que) |
not_que | 116 | fs/xiafs/bitmap.c | int bmap_zones, int slots, u_long bit_nr, int * not_que) |
not_que | 133 | fs/xiafs/bitmap.c | if (not_que) { |
not_que | 134 | fs/xiafs/bitmap.c | *not_que=i; |
not_que | 150 | fs/xiafs/bitmap.c | if (not_que) |
not_que | 151 | fs/xiafs/bitmap.c | *not_que=slots-1; |
not_que | 362 | fs/xiafs/bitmap.c | int izones, i, not_que; |
not_que | 368 | fs/xiafs/bitmap.c | bh=get_imap_zone(sb, i << XIAFS_BITS_PER_Z_BITS(sb), ¬_que); |
not_que | 381 | fs/xiafs/bitmap.c | int zzones, i, not_que; |
not_que | 387 | fs/xiafs/bitmap.c | bh=get_zmap_zone(sb, i << XIAFS_BITS_PER_Z_BITS(sb), ¬_que); |