hpfs_get_sector   459 fs/hpfs/alloc.c 	if (!(f = hpfs_get_sector(s, *fno, bh))) {
hpfs_get_sector   476 fs/hpfs/alloc.c 	if (!(a = hpfs_get_sector(s, *ano, bh))) {
hpfs_get_sector   180 fs/hpfs/buffer.c 	if (!hpfs_get_sector(s, secno + 0, &qbh->bh[0])) goto bail0;
hpfs_get_sector   181 fs/hpfs/buffer.c 	if (!hpfs_get_sector(s, secno + 1, &qbh->bh[1])) goto bail1;
hpfs_get_sector   182 fs/hpfs/buffer.c 	if (!hpfs_get_sector(s, secno + 2, &qbh->bh[2])) goto bail2;
hpfs_get_sector   183 fs/hpfs/buffer.c 	if (!hpfs_get_sector(s, secno + 3, &qbh->bh[3])) goto bail3;
hpfs_get_sector   272 fs/hpfs/ea.c   		if (!(data = hpfs_get_sector(s, n, &bh))) {
hpfs_get_sector   327 fs/hpfs/ea.c   					if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) {
hpfs_get_sector   228 fs/hpfs/hpfs_fn.h void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);