Searched defs:block_to_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 922 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */ in ext4_free_data() local 861 ext4_clear_blocks(handle_t *handle, struct inode *inode, struct buffer_head *bh, ext4_fsblk_t block_to_free, unsigned long count, __le32 *first, __le32 *last) ext4_clear_blocks() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 925 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */ in ext4_free_data() local 864 ext4_clear_blocks(handle_t *handle, struct inode *inode, struct buffer_head *bh, ext4_fsblk_t block_to_free, unsigned long count, __le32 *first, __le32 *last) ext4_clear_blocks() argument [all...] |
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | inode.c | 1105 unsigned long block_to_free = 0, count = 0; in ext2_free_data() local
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | bitmap.c | 516 b_blocknr_t block_to_free; in __discard_prealloc() local
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 1089 ext2_fsblk_t block_to_free = 0, count = 0; in ext2_free_data() local
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | bitmap.c | 516 b_blocknr_t block_to_free; in __discard_prealloc() local
|
Completed in 10 milliseconds