Searched refs:last_ret (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-defrag.c | 28 u64 last_ret = 0; in btrfs_defrag_leaves() local 102 &last_ret, in btrfs_defrag_leaves()
|
H A D | ctree.c | 1600 int start_slot, u64 *last_ret, in btrfs_realloc_node() 1607 u64 search_start = *last_ret; in btrfs_realloc_node() 1704 *last_ret = search_start; in btrfs_realloc_node() 1598 btrfs_realloc_node(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *parent, int start_slot, u64 *last_ret, struct btrfs_key *progress) btrfs_realloc_node() argument
|
H A D | ctree.h | 2746 int start_slot, u64 *last_ret,
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 574 int start_slot, u64 *last_ret,
|
H A D | defrag.c | 355 u64 last_ret = 0; in btrfs_defrag_leaves() local 422 &last_ret, in btrfs_defrag_leaves()
|
H A D | ctree.c | 814 int start_slot, u64 *last_ret, in btrfs_realloc_node() 820 u64 search_start = *last_ret; in btrfs_realloc_node() 899 *last_ret = search_start; in btrfs_realloc_node() 812 btrfs_realloc_node(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *parent, int start_slot, u64 *last_ret, struct btrfs_key *progress) btrfs_realloc_node() argument
|
H A D | tree-log.c | 6122 const struct btrfs_delayed_item **last_ret) in batch_delete_dir_index_items() 6143 *last_ret = next; in batch_delete_dir_index_items() 6116 batch_delete_dir_index_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_log_ctx *ctx, const struct list_head *delayed_del_list, const struct btrfs_delayed_item *first, const struct btrfs_delayed_item **last_ret) batch_delete_dir_index_items() argument
|
Completed in 29 milliseconds