/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | stree.c | 745 "schedule occurred in do_balance!"); in search_by_key() 1371 do_balance(&s_del_balance, NULL, NULL, M_DELETE); in reiserfs_delete_item() 1462 do_balance(&tb, NULL, NULL, M_DELETE); in reiserfs_delete_solid_item() 1647 * Every function which is going to call do_balance must first in reiserfs_cut_from_item() 1838 do_balance(&s_cut_balance, NULL, NULL, mode); in reiserfs_cut_from_item() 2159 do_balance(&s_paste_balance, NULL /*ih */ , body, M_PASTE); in reiserfs_paste_into_item() 2261 do_balance(&s_ins_balance, ih, body, M_INSERT); in reiserfs_insert_item()
|
H A D | do_balan.c | 1373 * @flag: i - insert, d - delete, c - cut, p - paste (see do_balance) 1654 "this point in code. do_balance cannot properly " in check_before_balancing() 1758 * while do_balance works. ( Only interrupt handlers are acceptable.) 1817 * put the buffers we want freed on the thrown list during do_balance, in do_balance_completed() 1830 * do_balance - balance the tree 1847 void do_balance(struct tree_balance *tb, struct item_head *ih, in do_balance() function
|
H A D | reiserfs.h | 634 * as a means of checking whether do_balance is executing 2165 * in do_balance leaf has h == 0 in contrast with path structure, 2399 /* size of the array of buffers to free at end of do_balance */ 2522 * buffers which are to be freed after do_balance finishes 2571 * When further balancing is not needed, then do_balance does not need 2588 * used in do_balance for passing parent of node information that has 3242 /* do_balance.c */ 3248 void do_balance(struct tree_balance *tb, struct item_head *ih,
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | stree.c | 745 "schedule occurred in do_balance!"); in search_by_key() 1369 do_balance(&s_del_balance, NULL, NULL, M_DELETE); in reiserfs_delete_item() 1460 do_balance(&tb, NULL, NULL, M_DELETE); in reiserfs_delete_solid_item() 1645 * Every function which is going to call do_balance must first in reiserfs_cut_from_item() 1836 do_balance(&s_cut_balance, NULL, NULL, mode); in reiserfs_cut_from_item() 2157 do_balance(&s_paste_balance, NULL /*ih */ , body, M_PASTE); in reiserfs_paste_into_item() 2259 do_balance(&s_ins_balance, ih, body, M_INSERT); in reiserfs_insert_item()
|
H A D | do_balan.c | 1373 * @flag: i - insert, d - delete, c - cut, p - paste (see do_balance) 1654 "this point in code. do_balance cannot properly " in check_before_balancing() 1758 * while do_balance works. ( Only interrupt handlers are acceptable.) 1817 * put the buffers we want freed on the thrown list during do_balance, in do_balance_completed() 1830 * do_balance - balance the tree 1847 void do_balance(struct tree_balance *tb, struct item_head *ih, in do_balance() function
|
H A D | reiserfs.h | 631 * as a means of checking whether do_balance is executing 2162 * in do_balance leaf has h == 0 in contrast with path structure, 2396 /* size of the array of buffers to free at end of do_balance */ 2519 * buffers which are to be freed after do_balance finishes 2568 * When further balancing is not needed, then do_balance does not need 2585 * used in do_balance for passing parent of node information that has 3242 /* do_balance.c */ 3248 void do_balance(struct tree_balance *tb, struct item_head *ih,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 1597 struct writeback_control *wbc, bool do_balance, in __write_node_page() 1641 if (f2fs_get_node_info(sbi, nid, &ni, !do_balance)) in __write_node_page() 1699 if (do_balance) in __write_node_page() 1962 bool do_balance, enum iostat_type io_type) in f2fs_sync_node_pages() 2024 if (!do_balance) in f2fs_sync_node_pages() 2048 wbc, do_balance, io_type, NULL); in f2fs_sync_node_pages() 1596 __write_node_page(struct page *page, bool atomic, bool *submitted, struct writeback_control *wbc, bool do_balance, enum iostat_type io_type, unsigned int *seq_id) __write_node_page() argument 1960 f2fs_sync_node_pages(struct f2fs_sb_info *sbi, struct writeback_control *wbc, bool do_balance, enum iostat_type io_type) f2fs_sync_node_pages() argument
|
H A D | f2fs.h | 3644 bool do_balance, enum iostat_type io_type);
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 1514 struct writeback_control *wbc, bool do_balance, in __write_node_page() 1617 if (do_balance) in __write_node_page() 1877 bool do_balance, enum iostat_type io_type) in f2fs_sync_node_pages() 1939 if (!do_balance) in f2fs_sync_node_pages() 1966 wbc, do_balance, io_type, NULL); in f2fs_sync_node_pages() 1513 __write_node_page(struct page *page, bool atomic, bool *submitted, struct writeback_control *wbc, bool do_balance, enum iostat_type io_type, unsigned int *seq_id) __write_node_page() argument 1875 f2fs_sync_node_pages(struct f2fs_sb_info *sbi, struct writeback_control *wbc, bool do_balance, enum iostat_type io_type) f2fs_sync_node_pages() argument
|
H A D | f2fs.h | 3326 bool do_balance, enum iostat_type io_type);
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 713 int do_balance; in read_balance() local 727 do_balance = 1; in read_balance() 740 do_balance = 0; in read_balance() 783 if (!do_balance && sectors > bad_sectors) in read_balance() 795 if (!do_balance) in read_balance() 803 if (!do_balance) in read_balance()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 739 int do_balance; in read_balance() local 753 do_balance = 1; in read_balance() 766 do_balance = 0; in read_balance() 809 if (!do_balance && sectors > bad_sectors) in read_balance() 821 if (!do_balance) in read_balance() 829 if (!do_balance) in read_balance()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 4097 goto do_balance; in btrfs_ioctl_balance() 4130 do_balance: in btrfs_ioctl_balance()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.c | 3593 goto do_balance; in btrfs_ioctl_balance() 3617 do_balance: in btrfs_ioctl_balance()
|