Searched refs:btrfs_insert_empty_items (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | ctree.h | 2315 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans, 2326 return btrfs_insert_empty_items(trans, root, path, key, &data_size, 1); in btrfs_insert_empty_item()
|
D | tree-log.c | 2628 ret = btrfs_insert_empty_items(trans, log, dst_path, in copy_items()
|
D | ctree.c | 3668 int btrfs_insert_empty_items(struct btrfs_trans_handle *trans, in btrfs_insert_empty_items() function
|
D | inode.c | 4583 ret = btrfs_insert_empty_items(trans, root, path, key, sizes, 2); in btrfs_new_inode()
|