Searched refs:hfsplus_block_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bitmap.c | 164 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) in hfsplus_block_free() function
|
H A D | extents.c | 363 err = hfsplus_block_free(sb, start, count); in hfsplus_free_extents() 374 err = hfsplus_block_free(sb, start + count, block_nr); in hfsplus_free_extents()
|
H A D | hfsplus_fs.h | 393 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count);
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | bitmap.c | 164 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) in hfsplus_block_free() function
|
H A D | extents.c | 363 err = hfsplus_block_free(sb, start, count); in hfsplus_free_extents() 374 err = hfsplus_block_free(sb, start + count, block_nr); in hfsplus_free_extents()
|
H A D | hfsplus_fs.h | 382 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count);
|
Completed in 7 milliseconds