Searched refs:hfs_part_find (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/hfs/ |
A D | part_tbl.c | 58 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
A D | hfs_fs.h | 227 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
|
A D | mdb.c | 104 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | part_tbl.c | 128 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
A D | hfsplus_fs.h | 347 #define hfs_part_find hfsplus_part_find macro 503 int hfs_part_find(struct super_block *sb, sector_t *part_start,
|
A D | wrapper.c | 213 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper()
|
Completed in 13 milliseconds