Home
last modified time | relevance | path

Searched refs:SB_FREE_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/reiserfs/
Dbitmap.c232 PUT_SB_FREE_BLOCKS(s, SB_FREE_BLOCKS(s) - (end - *beg)); in scan_bitmap_block()
327 if (SB_FREE_BLOCKS(s) <= 0) in scan_bitmap()
350 && SB_FREE_BLOCKS(s) > SB_BLOCK_COUNT(s) / 20) { in scan_bitmap()
1171 if (SB_FREE_BLOCKS(s) - REISERFS_SB(s)->reserved_blocks < in reiserfs_allocate_blocknrs()
Dresize.c200 free_blocks = SB_FREE_BLOCKS(s); in reiserfs_resize()
/linux-2.6.39/include/linux/
Dreiserfs_fs.h302 #define SB_FREE_BLOCKS(s) \ macro