Searched refs:hpfs_get_sector (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/hpfs/ |
D | buffer.c | 34 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() function 130 if (!(hpfs_get_sector(s, secno, &qbh->bh[0]))) goto bail0; in hpfs_get_4sectors() 131 if (!(hpfs_get_sector(s, secno + 1, &qbh->bh[1]))) goto bail1; in hpfs_get_4sectors() 132 if (!(hpfs_get_sector(s, secno + 2, &qbh->bh[2]))) goto bail2; in hpfs_get_4sectors() 133 if (!(hpfs_get_sector(s, secno + 3, &qbh->bh[3]))) goto bail3; in hpfs_get_4sectors()
|
D | alloc.c | 396 if (!(f = hpfs_get_sector(s, *fno, bh))) { in hpfs_alloc_fnode() 413 if (!(a = hpfs_get_sector(s, *ano, bh))) { in hpfs_alloc_anode()
|
D | ea.c | 271 if (!(data = hpfs_get_sector(s, n, &bh))) { in hpfs_set_ea() 326 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea()
|
D | hpfs_fn.h | 218 void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);
|