Searched refs:hpfs_get_sector (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/hpfs/
H A Dbuffer.c65 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) hpfs_get_sector() function
152 if (!hpfs_get_sector(s, secno + 0, &qbh->bh[0])) goto bail0; hpfs_get_4sectors()
153 if (!hpfs_get_sector(s, secno + 1, &qbh->bh[1])) goto bail1; hpfs_get_4sectors()
154 if (!hpfs_get_sector(s, secno + 2, &qbh->bh[2])) goto bail2; hpfs_get_4sectors()
155 if (!hpfs_get_sector(s, secno + 3, &qbh->bh[3])) goto bail3; hpfs_get_4sectors()
H A Dalloc.c458 if (!(f = hpfs_get_sector(s, *fno, bh))) { hpfs_alloc_fnode()
475 if (!(a = hpfs_get_sector(s, *ano, bh))) { hpfs_alloc_anode()
H A Dea.c271 if (!(data = hpfs_get_sector(s, n, &bh))) { hpfs_set_ea()
326 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { hpfs_set_ea()
H A Dhpfs_fn.h219 void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);

Completed in 444 milliseconds