tag | line | file | source code |
---|---|---|---|
find_first_zero_bit | 89 | fs/ext2/balloc.c | res = find_first_zero_bit (p, size - 32 * (p - addr)); |
find_first_zero_bit | 459 | fs/ext2/balloc.c | j = find_first_zero_bit ((unsigned long *) bh->b_data, |
find_first_zero_bit | 434 | fs/ext2/ialloc.c | if ((j = find_first_zero_bit ((unsigned long *) bh->b_data, |