Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddelayed-ref.h24 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
Ddelayed-ref.c571 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_ref_head()
659 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_tree_ref()
713 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_data_ref()
Dbackref.c636 case BTRFS_ADD_DELAYED_EXTENT: in __add_delayed_refs()
Dextent-tree.c2614 case BTRFS_ADD_DELAYED_EXTENT: in __btrfs_run_delayed_refs()
7783 ram_bytes, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_reserved_file_extent()
7997 BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block()
/linux-4.4.14/include/trace/events/
Dbtrfs.h446 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \