Home
last modified time | relevance | path

Searched refs:hfs_vbm_search_free (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/hfs/
Dbitmap.c139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) in hfs_vbm_search_free() function
Dhfs_fs.h174 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
Dextent.c408 start = hfs_vbm_search_free(sb, goal, &len); in hfs_extend_file()