Searched refs:hpfs_map_sector (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/hpfs/ |
D | map.c | 47 struct code_page_directory *cp = hpfs_map_sector(s, cps, &bh, 0); in hpfs_load_code_page() 68 if (!(cpd = hpfs_map_sector(s, cpds, &bh, 0))) return NULL; in hpfs_load_code_page() 103 secno *d = hpfs_map_sector(s, bmp+i, &bh, n - i - 1); in hpfs_load_bitmap_directory() 124 if ((fnode = hpfs_map_sector(s, ino, bhp, FNODE_RD_AHEAD))) { in hpfs_map_fnode() 171 if ((anode = hpfs_map_sector(s, ano, bhp, ANODE_RD_AHEAD))) in hpfs_map_anode()
|
D | super.c | 21 if ((sb = hpfs_map_sector(s, 17, &bh, 0))) { in mark_dirty() 38 if ((sb = hpfs_map_sector(s, 17, &bh, 0))) { in unmark_dirty() 416 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_read_super() 417 if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2; in hpfs_read_super() 418 if (!(spareblock = hpfs_map_sector(s, 17, &bh2, 0))) goto bail3; in hpfs_read_super()
|
D | hpfs_fn.h | 213 void *hpfs_map_sector(struct super_block *, unsigned, struct buffer_head **, int);
|
D | buffer.c | 122 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() function
|
D | anode.c | 344 if (!(data = hpfs_map_sector(s, sec, &bh, (len - 1) >> 9))) in hpfs_ea_read() 367 if (!(data = hpfs_map_sector(s, sec, &bh, (len - 1) >> 9))) in hpfs_ea_write()
|
D | ea.c | 319 if (!(b1 = hpfs_map_sector(s, fnode->ea_secno + i, &bh1, len - i - 1))) { in hpfs_set_ea()
|