hpfs_get_sector   428 fs/hpfs/alloc.c 	if (!(f = hpfs_get_sector(s, *fno, bh))) {
hpfs_get_sector   445 fs/hpfs/alloc.c 	if (!(a = hpfs_get_sector(s, *ano, bh))) {
hpfs_get_sector   137 fs/hpfs/buffer.c 	if (!(hpfs_get_sector(s, secno, &qbh->bh[0]))) goto bail0;
hpfs_get_sector   138 fs/hpfs/buffer.c 	if (!(hpfs_get_sector(s, secno + 1, &qbh->bh[1]))) goto bail1;
hpfs_get_sector   139 fs/hpfs/buffer.c 	if (!(hpfs_get_sector(s, secno + 2, &qbh->bh[2]))) goto bail2;
hpfs_get_sector   140 fs/hpfs/buffer.c 	if (!(hpfs_get_sector(s, secno + 3, &qbh->bh[3]))) goto bail3;
hpfs_get_sector   269 fs/hpfs/ea.c   		if (!(data = hpfs_get_sector(s, n, &bh))) {
hpfs_get_sector   323 fs/hpfs/ea.c   					if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) {
hpfs_get_sector   229 fs/hpfs/hpfs_fn.h void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);