Home
last modified time | relevance | path

Searched refs:BTRFS_UUID_KEY_SUBVOL (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/btrfs/
Duuid-tree.c295 if (key.type != BTRFS_UUID_KEY_SUBVOL && in btrfs_uuid_tree_iterate()
Dprint-tree.c304 case BTRFS_UUID_KEY_SUBVOL: in btrfs_print_leaf()
Dvolumes.c3772 BTRFS_UUID_KEY_SUBVOL, in btrfs_uuid_scan_kthread()
3843 if (type != BTRFS_UUID_KEY_SUBVOL && in btrfs_check_uuid_tree_entry()
3859 case BTRFS_UUID_KEY_SUBVOL: in btrfs_check_uuid_tree_entry()
Dtransaction.c1485 BTRFS_UUID_KEY_SUBVOL, objectid); in create_pending_snapshot()
Dioctl.c601 root_item.uuid, BTRFS_UUID_KEY_SUBVOL, in create_subvol()
2473 dest->root_item.uuid, BTRFS_UUID_KEY_SUBVOL, in btrfs_ioctl_snap_destroy()
Dctree.h2116 #define BTRFS_UUID_KEY_SUBVOL 251 /* for UUIDs assigned to subvols */ macro