Searched refs:ext4_discard_preallocations (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | move_extent.c | 687 ext4_discard_preallocations(orig_inode, 0); in ext4_move_extents() 688 ext4_discard_preallocations(donor_inode, 0); in ext4_move_extents()
|
H A D | indirect.c | 715 ext4_discard_preallocations(inode, 0); in ext4_ind_trunc_restart_fn()
|
H A D | file.c | 150 ext4_discard_preallocations(inode, 0); in ext4_release_file()
|
H A D | extents.c | 103 ext4_discard_preallocations(inode, 0); in ext4_ext_trunc_restart_fn() 4324 ext4_discard_preallocations(inode, 0); in ext4_ext_map_blocks() 5374 ext4_discard_preallocations(inode, 0); in ext4_collapse_range() 5388 ext4_discard_preallocations(inode, 0); in ext4_collapse_range() 5527 ext4_discard_preallocations(inode, 0); in ext4_insert_range()
|
H A D | ioctl.c | 208 ext4_discard_preallocations(inode, 0); in swap_inode_boot_loader()
|
H A D | inode.c | 361 * ext4_discard_preallocations() from here. 405 ext4_discard_preallocations(inode, 0); in ext4_da_update_reserve_space() 4113 ext4_discard_preallocations(inode, 0); in ext4_punch_hole() 4270 ext4_discard_preallocations(inode, 0); in ext4_truncate()
|
H A D | mballoc.c | 4495 void ext4_discard_preallocations(struct inode *inode, unsigned int needed) in ext4_discard_preallocations() function 4964 ext4_discard_preallocations(inode, count); in ext4_mb_trim_inode_pa()
|
H A D | ext4.h | 2822 extern void ext4_discard_preallocations(struct inode *, unsigned int);
|
H A D | super.c | 1402 ext4_discard_preallocations(inode, 0); in ext4_clear_inode()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | move_extent.c | 690 ext4_discard_preallocations(orig_inode, 0); in ext4_move_extents() 691 ext4_discard_preallocations(donor_inode, 0); in ext4_move_extents()
|
H A D | file.c | 177 ext4_discard_preallocations(inode, 0); in ext4_release_file()
|
H A D | extents.c | 103 ext4_discard_preallocations(inode, 0); in ext4_ext_trunc_restart_fn() 4345 ext4_discard_preallocations(inode, 0); in ext4_ext_map_blocks() 5388 ext4_discard_preallocations(inode, 0); in ext4_collapse_range() 5396 ext4_discard_preallocations(inode, 0); in ext4_collapse_range() 5528 ext4_discard_preallocations(inode, 0); in ext4_insert_range()
|
H A D | indirect.c | 717 ext4_discard_preallocations(inode, 0); in ext4_ind_trunc_restart_fn()
|
H A D | inode.c | 330 * ext4_discard_preallocations() from here. 374 ext4_discard_preallocations(inode, 0); in ext4_da_update_reserve_space() 4017 ext4_discard_preallocations(inode, 0); in ext4_punch_hole() 4170 ext4_discard_preallocations(inode, 0); in ext4_truncate()
|
H A D | ioctl.c | 461 ext4_discard_preallocations(inode, 0); in swap_inode_boot_loader()
|
H A D | ext4.h | 2907 extern void ext4_discard_preallocations(struct inode *, unsigned int);
|
H A D | super.c | 1521 ext4_discard_preallocations(inode, 0); in ext4_clear_inode()
|
H A D | mballoc.c | 5525 void ext4_discard_preallocations(struct inode *inode, unsigned int needed) in ext4_discard_preallocations() function
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ext4.h | 772 TRACE_EVENT(ext4_discard_preallocations,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ext4.h | 774 TRACE_EVENT(ext4_discard_preallocations,
|
Completed in 86 milliseconds