Lines Matching defs:result
283 enum btrfs_compare_tree_result result,
288 switch (result) {
1410 * which would result in the clone ioctl failing with -EINVAL on the
2157 * return the cached result.
2225 * Store the result of the lookup in the name cache.
6310 enum btrfs_compare_tree_result result)
6332 if (result == BTRFS_COMPARE_TREE_NEW ||
6333 result == BTRFS_COMPARE_TREE_CHANGED) {
6346 if (result == BTRFS_COMPARE_TREE_CHANGED) {
6378 if (result == BTRFS_COMPARE_TREE_NEW ||
6379 result == BTRFS_COMPARE_TREE_CHANGED) {
6385 if (result == BTRFS_COMPARE_TREE_CHANGED)
6391 if (result == BTRFS_COMPARE_TREE_NEW) {
6403 } else if (result == BTRFS_COMPARE_TREE_DELETED) {
6411 } else if (result == BTRFS_COMPARE_TREE_CHANGED) {
6497 enum btrfs_compare_tree_result result)
6502 inconsistent_snapshot_error(sctx, result, "reference");
6508 if (result == BTRFS_COMPARE_TREE_NEW)
6510 else if (result == BTRFS_COMPARE_TREE_DELETED)
6512 else if (result == BTRFS_COMPARE_TREE_CHANGED)
6525 enum btrfs_compare_tree_result result)
6530 inconsistent_snapshot_error(sctx, result, "xattr");
6535 if (result == BTRFS_COMPARE_TREE_NEW)
6537 else if (result == BTRFS_COMPARE_TREE_DELETED)
6539 else if (result == BTRFS_COMPARE_TREE_CHANGED)
6552 enum btrfs_compare_tree_result result)
6573 if (result != BTRFS_COMPARE_TREE_DELETED)
6646 enum btrfs_compare_tree_result result,
6652 if (result == BTRFS_COMPARE_TREE_SAME) {
6665 result = BTRFS_COMPARE_TREE_CHANGED;
6683 ret = changed_inode(sctx, result);
6687 ret = changed_ref(sctx, result);
6689 ret = changed_xattr(sctx, result);
6691 ret = changed_extent(sctx, result);
7045 enum btrfs_compare_tree_result result;
7051 result = BTRFS_COMPARE_TREE_CHANGED;
7053 result = BTRFS_COMPARE_TREE_SAME;
7055 &left_key, result, ctx);