Searched refs:BTRFS_ADD_DELAYED_EXTENT (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-ref.c | 740 case BTRFS_ADD_DELAYED_EXTENT: in init_delayed_ref_head() 742 * BTRFS_ADD_DELAYED_EXTENT means that we need to update the in init_delayed_ref_head() 857 * BTRFS_ADD_DELAYED_EXTENT 871 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_common() 972 action == BTRFS_ADD_DELAYED_EXTENT ? in btrfs_add_delayed_tree_ref() 1064 action == BTRFS_ADD_DELAYED_EXTENT ? in btrfs_add_delayed_data_ref()
|
H A D | delayed-ref.h | 14 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
|
H A D | ref-verify.c | 729 if (action == BTRFS_ADD_DELAYED_EXTENT) { in btrfs_ref_tree_mod()
|
H A D | extent-tree.c | 1971 case BTRFS_ADD_DELAYED_EXTENT: in btrfs_run_delayed_refs_for_head() 4781 btrfs_init_generic_ref(&generic_ref, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_reserved_file_extent() 4994 btrfs_init_generic_ref(&generic_ref, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block()
|
H A D | backref.c | 909 case BTRFS_ADD_DELAYED_EXTENT: in add_delayed_refs()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | delayed-ref.h | 14 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */ macro
|
H A D | delayed-ref.c | 771 * BTRFS_ADD_DELAYED_EXTENT means that we need to update the reserved in init_delayed_ref_head() 780 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_head() 890 * BTRFS_ADD_DELAYED_EXTENT 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 D | ref-verify.c | 741 if (action == BTRFS_ADD_DELAYED_EXTENT) { in btrfs_ref_tree_mod()
|
H A D | extent-tree.c | 1920 case BTRFS_ADD_DELAYED_EXTENT: in btrfs_run_delayed_refs_for_head() 4528 btrfs_init_generic_ref(&generic_ref, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_reserved_file_extent() 4716 btrfs_init_generic_ref(&generic_ref, BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block()
|
H A D | backref.c | 856 case BTRFS_ADD_DELAYED_EXTENT: in add_delayed_refs()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 776 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 868 { BTRFS_ADD_DELAYED_EXTENT, "ADD_DELAYED_EXTENT" }, \
|
Completed in 34 milliseconds