Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Ddelayed-ref.h24 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
Ddelayed-ref.c462 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_ref_head()
518 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_tree_ref()
573 if (action == BTRFS_ADD_DELAYED_EXTENT) in add_delayed_data_ref()
Dextent-tree.c5657 BTRFS_ADD_DELAYED_EXTENT, NULL); in btrfs_alloc_reserved_file_extent()
5871 level, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_free_block()
/linux-2.6.39/include/trace/events/
Dbtrfs.h416 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \