Searched refs:do_balance (Results 1 – 6 of 6) sorted by relevance
/fs/reiserfs/ |
D | stree.c | 1377 do_balance(&s_del_balance, NULL, NULL, M_DELETE); in reiserfs_delete_item() 1468 do_balance(&tb, NULL, NULL, M_DELETE); in reiserfs_delete_solid_item() 1844 do_balance(&s_cut_balance, NULL, NULL, mode); in reiserfs_cut_from_item() 2165 do_balance(&s_paste_balance, NULL /*ih */ , body, M_PASTE); in reiserfs_paste_into_item() 2267 do_balance(&s_ins_balance, ih, body, M_INSERT); in reiserfs_insert_item()
|
D | do_balan.c | 1847 void do_balance(struct tree_balance *tb, struct item_head *ih, in do_balance() function
|
D | reiserfs.h | 3248 void do_balance(struct tree_balance *tb, struct item_head *ih,
|
/fs/f2fs/ |
D | node.c | 1512 struct writeback_control *wbc, bool do_balance, in __write_node_page() argument 1615 if (do_balance) in __write_node_page() 1877 bool do_balance, enum iostat_type io_type) in f2fs_sync_node_pages() argument 1939 if (do_balance && is_inline_node(page)) { in f2fs_sync_node_pages() 1962 wbc, do_balance, io_type, NULL); in f2fs_sync_node_pages()
|
D | f2fs.h | 3329 bool do_balance, enum iostat_type io_type);
|
/fs/btrfs/ |
D | ioctl.c | 4737 goto do_balance; in btrfs_ioctl_balance() 4770 do_balance: in btrfs_ioctl_balance()
|