Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.h24 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
Ddelayed-ref.c600 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_ref_head()
667 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_tree_ref()
729 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_data_ref()
Dbackref.c596 case BTRFS_ADD_DELAYED_EXTENT: in __add_delayed_refs()
Dextent-tree.c2510 case BTRFS_ADD_DELAYED_EXTENT: in __btrfs_run_delayed_refs()
7432 BTRFS_ADD_DELAYED_EXTENT, NULL, 0); in btrfs_alloc_reserved_file_extent()
7648 BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block()
/linux-4.1.27/include/trace/events/
Dbtrfs.h446 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \