Searched refs:btrfs_insert_empty_items (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.h | 631 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans, 649 return btrfs_insert_empty_items(trans, root, path, &batch); in btrfs_insert_empty_item()
|
H A D | tree-log.c | 3609 ret = btrfs_insert_empty_items(trans, log, dst_path, &batch); in flush_dir_items_batch() 4456 ret = btrfs_insert_empty_items(trans, log, dst_path, &batch); in copy_items() 5980 ret = btrfs_insert_empty_items(trans, log, path, batch); in insert_delayed_items_batch()
|
H A D | delayed-inode.c | 748 ret = btrfs_insert_empty_items(trans, root, path, &batch); in btrfs_insert_delayed_item()
|
H A D | ctree.c | 4449 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans, in btrfs_insert_empty_items() function
|
H A D | inode.c | 6311 ret = btrfs_insert_empty_items(trans, root, path, &batch); in btrfs_create_new_inode()
|