Searched refs:hfs_part_find (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/hfs/ |
D | part_tbl.c | 58 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
D | hfs_fs.h | 211 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
|
D | mdb.c | 98 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get()
|
/linux-2.6.39/fs/hfsplus/ |
D | part_tbl.c | 124 int hfs_part_find(struct super_block *sb, in hfs_part_find() function
|
D | hfsplus_fs.h | 294 #define hfs_part_find hfsplus_part_find macro 438 int hfs_part_find(struct super_block *, sector_t *, sector_t *);
|
D | wrapper.c | 181 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper()
|