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

/linux-master/fs/btrfs/tests/
H A Dextent-buffer-tests.c29 test_msg("running btrfs_split_item tests");
79 ret = btrfs_split_item(NULL, root, path, &key, 17);
138 ret = btrfs_split_item(NULL, root, path, &key, 4);
/linux-master/fs/btrfs/
H A Dctree.h68 * set by btrfs_split_item, tells search_slot to keep all locks
566 int btrfs_split_item(struct btrfs_trans_handle *trans,
H A Dfile-item.c982 * btrfs_split_item returns -EAGAIN when the
985 ret = btrfs_split_item(trans, root, path, &key, offset);
H A Dctree.c3983 int btrfs_split_item(struct btrfs_trans_handle *trans, function

Completed in 126 milliseconds