Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.c557 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_head()
685 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_common()
776 action == BTRFS_ADD_DELAYED_EXTENT ? in btrfs_add_delayed_tree_ref()
857 action == BTRFS_ADD_DELAYED_EXTENT ? in btrfs_add_delayed_data_ref()
Ddelayed-ref.h14 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
Dref-verify.c744 if (action == BTRFS_ADD_DELAYED_EXTENT) { in btrfs_ref_tree_mod()
Dextent-tree.c2621 case BTRFS_ADD_DELAYED_EXTENT: in __btrfs_run_delayed_refs()
8072 BTRFS_ADD_DELAYED_EXTENT); in btrfs_alloc_reserved_file_extent()
8078 BTRFS_ADD_DELAYED_EXTENT, NULL, NULL); in btrfs_alloc_reserved_file_extent()
8321 BTRFS_ADD_DELAYED_EXTENT); in btrfs_alloc_tree_block()
8325 BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block()
Dbackref.c793 case BTRFS_ADD_DELAYED_EXTENT: in add_delayed_refs()
/linux-4.19.296/include/trace/events/
Dbtrfs.h705 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \