Searched refs:btrfs_write_marked_extents (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | transaction.h | 226 int btrfs_write_marked_extents(struct btrfs_fs_info *fs_info,
|
H A D | transaction.c | 1014 int btrfs_write_marked_extents(struct btrfs_fs_info *fs_info, in btrfs_write_marked_extents() function 1162 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
H A D | tree-log.c | 3124 ret = btrfs_write_marked_extents(fs_info, &log->dirty_log_pages, mark); in btrfs_sync_log() 3230 ret = btrfs_write_marked_extents(fs_info, in btrfs_sync_log()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | transaction.h | 259 int btrfs_write_marked_extents(struct btrfs_fs_info *fs_info,
|
H A D | transaction.c | 1074 int btrfs_write_marked_extents(struct btrfs_fs_info *fs_info, in btrfs_write_marked_extents() function 1220 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
H A D | tree-log.c | 2929 ret = btrfs_write_marked_extents(fs_info, &log->dirty_log_pages, mark); in btrfs_sync_log() 3055 ret = btrfs_write_marked_extents(fs_info, in btrfs_sync_log() 3201 btrfs_write_marked_extents(log->fs_info, in free_log_tree()
|
Completed in 32 milliseconds