tag | line | file | source code |
not_que | 91 | fs/xiafs/bitmap.c | #define get_imap_zone(sb, bit_nr, not_que) \ |
not_que | 96 | fs/xiafs/bitmap.c | bit_nr, not_que) |
not_que | 98 | fs/xiafs/bitmap.c | #define get_zmap_zone(sb, bit_nr, not_que) \ |
not_que | 104 | fs/xiafs/bitmap.c | bit_nr, not_que) |
not_que | 109 | fs/xiafs/bitmap.c | int bmap_zones, int slots, u_long bit_nr, int * not_que) |
not_que | 126 | fs/xiafs/bitmap.c | if (not_que) { |
not_que | 127 | fs/xiafs/bitmap.c | *not_que=i; |
not_que | 143 | fs/xiafs/bitmap.c | if (not_que) |
not_que | 144 | fs/xiafs/bitmap.c | *not_que=slots-1; |
not_que | 356 | fs/xiafs/bitmap.c | int izones, i, not_que; |
not_que | 362 | fs/xiafs/bitmap.c | bh=get_imap_zone(sb, i << XIAFS_BITS_PER_Z_BITS(sb), ¬_que); |
not_que | 375 | fs/xiafs/bitmap.c | int zzones, i, not_que; |
not_que | 381 | fs/xiafs/bitmap.c | bh=get_zmap_zone(sb, i << XIAFS_BITS_PER_Z_BITS(sb), ¬_que); |