Searched refs:hfs_vbm_search_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | bitmap.c | 113 * hfs_vbm_search_free() 139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) in hfs_vbm_search_free() function
|
H A D | hfs_fs.h | 174 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
|
H A D | extent.c | 408 start = hfs_vbm_search_free(sb, goal, &len); in hfs_extend_file()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | bitmap.c | 113 * hfs_vbm_search_free() 139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) in hfs_vbm_search_free() function
|
H A D | hfs_fs.h | 174 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
|
H A D | extent.c | 408 start = hfs_vbm_search_free(sb, goal, &len); in hfs_extend_file()
|
Completed in 4 milliseconds