Home
last modified time | relevance | path

Searched refs:btrfs_insert_empty_items (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dctree.h2898 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans,
2910 return btrfs_insert_empty_items(trans, root, path, key, &data_size, 1); in btrfs_insert_empty_item()
Dctree.c4791 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans, in btrfs_insert_empty_items() function
Dtree-log.c3839 ret = btrfs_insert_empty_items(trans, log, dst_path, in copy_items()
Dinode.c6287 ret = btrfs_insert_empty_items(trans, root, path, key, sizes, nitems); in btrfs_new_inode()