Home
last modified time | relevance | path

Searched refs:hfs_part_find (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hfs/
H A Dpart_tbl.c58 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
H A Dhfs_fs.h224 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
H A Dmdb.c104 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dpart_tbl.c129 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
H A Dhfsplus_fs.h345 #define hfs_part_find hfsplus_part_find macro
506 int hfs_part_find(struct super_block *sb, sector_t *part_start,
H A Dwrapper.c215 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper()