Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c780 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_head()
904 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_common()
1009 action == BTRFS_ADD_DELAYED_EXTENT ? in btrfs_add_delayed_tree_ref()
1103 action == BTRFS_ADD_DELAYED_EXTENT ? in btrfs_add_delayed_data_ref()
H A Ddelayed-ref.h14 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
H A Dref-verify.c741 if (action == BTRFS_ADD_DELAYED_EXTENT) { in btrfs_ref_tree_mod()
H A Dextent-tree.c1909 case BTRFS_ADD_DELAYED_EXTENT: in btrfs_run_delayed_refs_for_head()
4516 btrfs_init_generic_ref(&generic_ref, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_reserved_file_extent()
4704 btrfs_init_generic_ref(&generic_ref, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block()
H A Dbackref.c852 case BTRFS_ADD_DELAYED_EXTENT: in add_delayed_refs()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h776 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \