Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c79 ret = btrfs_split_item(NULL, root, path, &key, 17); in test_btrfs_split_item()
138 ret = btrfs_split_item(NULL, root, path, &key, 4); in test_btrfs_split_item()
/openbmc/linux/fs/btrfs/
H A Dctree.h554 int btrfs_split_item(struct btrfs_trans_handle *trans,
H A Dfile-item.c989 ret = btrfs_split_item(trans, root, path, &key, offset); in btrfs_del_csums()
H A Dctree.c4119 int btrfs_split_item(struct btrfs_trans_handle *trans, in btrfs_split_item() function