Searched refs:do_balance (Results 1 – 6 of 6) sorted by relevance
/fs/reiserfs/ |
D | stree.c | 1350 do_balance(&s_del_balance, NULL, NULL, M_DELETE); in reiserfs_delete_item() 1441 do_balance(&tb, NULL, NULL, M_DELETE); in reiserfs_delete_solid_item() 1817 do_balance(&s_cut_balance, NULL, NULL, mode); in reiserfs_cut_from_item() 2138 do_balance(&s_paste_balance, NULL /*ih */ , body, M_PASTE); in reiserfs_paste_into_item() 2240 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 | 1499 struct writeback_control *wbc, bool do_balance, in __write_node_page() argument 1594 if (do_balance) in __write_node_page() 1809 bool do_balance, enum iostat_type io_type) in f2fs_sync_node_pages() argument 1894 wbc, do_balance, io_type, NULL); in f2fs_sync_node_pages()
|
D | f2fs.h | 3081 bool do_balance, enum iostat_type io_type);
|
/fs/btrfs/ |
D | ioctl.c | 4633 goto do_balance; in btrfs_ioctl_balance() 4666 do_balance: in btrfs_ioctl_balance()
|