Home
last modified time | relevance | path

Searched refs:changed_cb (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dctree.c5326 btrfs_changed_cb_t changed_cb, void *ctx) in btrfs_compare_trees() argument
5459 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5471 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5486 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5495 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5513 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
Dsend.c5477 static int changed_cb(struct btrfs_root *left_root, in changed_cb() function
5561 ret = changed_cb(send_root, NULL, path, NULL, in full_send_tree()
5603 changed_cb, sctx); in send_subvol()