Searched refs:hfs_part_find (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | part_tbl.c | 53 * hfs_part_find() 58 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
H A D | hfs_fs.h | 224 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
|
H A D | mdb.c | 104 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | part_tbl.c | 53 * hfs_part_find() 58 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
H A D | hfs_fs.h | 227 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
|
H A D | mdb.c | 104 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | part_tbl.c | 129 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
H A D | hfsplus_fs.h | 347 #define hfs_part_find hfsplus_part_find macro 508 int hfs_part_find(struct super_block *sb, sector_t *part_start,
|
H A D | wrapper.c | 215 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | part_tbl.c | 128 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
H 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,
|
H A D | wrapper.c | 213 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper()
|
Completed in 7 milliseconds