Home
last modified time | relevance | path

Searched refs:hpfs_get_sector (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/hpfs/
H A Dbuffer.c93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() function
180 if (!hpfs_get_sector(s, secno + 0, &qbh->bh[0])) goto bail0; in hpfs_get_4sectors()
181 if (!hpfs_get_sector(s, secno + 1, &qbh->bh[1])) goto bail1; in hpfs_get_4sectors()
182 if (!hpfs_get_sector(s, secno + 2, &qbh->bh[2])) goto bail2; in hpfs_get_4sectors()
183 if (!hpfs_get_sector(s, secno + 3, &qbh->bh[3])) goto bail3; in hpfs_get_4sectors()
H A Dea.c272 if (!(data = hpfs_get_sector(s, n, &bh))) { in hpfs_set_ea()
327 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea()
H A Dalloc.c459 if (!(f = hpfs_get_sector(s, *fno, bh))) { in hpfs_alloc_fnode()
476 if (!(a = hpfs_get_sector(s, *ano, bh))) { in hpfs_alloc_anode()
H A Dhpfs_fn.h228 void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);
/dports/multimedia/libv4l/linux-5.13-rc2/fs/hpfs/
H A Dbuffer.c93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() function
180 if (!hpfs_get_sector(s, secno + 0, &qbh->bh[0])) goto bail0; in hpfs_get_4sectors()
181 if (!hpfs_get_sector(s, secno + 1, &qbh->bh[1])) goto bail1; in hpfs_get_4sectors()
182 if (!hpfs_get_sector(s, secno + 2, &qbh->bh[2])) goto bail2; in hpfs_get_4sectors()
183 if (!hpfs_get_sector(s, secno + 3, &qbh->bh[3])) goto bail3; in hpfs_get_4sectors()
H A Dea.c272 if (!(data = hpfs_get_sector(s, n, &bh))) { in hpfs_set_ea()
327 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea()
H A Dalloc.c459 if (!(f = hpfs_get_sector(s, *fno, bh))) { in hpfs_alloc_fnode()
476 if (!(a = hpfs_get_sector(s, *ano, bh))) { in hpfs_alloc_anode()
H A Dhpfs_fn.h228 void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/hpfs/
H A Dbuffer.c93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() function
180 if (!hpfs_get_sector(s, secno + 0, &qbh->bh[0])) goto bail0; in hpfs_get_4sectors()
181 if (!hpfs_get_sector(s, secno + 1, &qbh->bh[1])) goto bail1; in hpfs_get_4sectors()
182 if (!hpfs_get_sector(s, secno + 2, &qbh->bh[2])) goto bail2; in hpfs_get_4sectors()
183 if (!hpfs_get_sector(s, secno + 3, &qbh->bh[3])) goto bail3; in hpfs_get_4sectors()
H A Dea.c272 if (!(data = hpfs_get_sector(s, n, &bh))) { in hpfs_set_ea()
327 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea()
H A Dalloc.c459 if (!(f = hpfs_get_sector(s, *fno, bh))) { in hpfs_alloc_fnode()
476 if (!(a = hpfs_get_sector(s, *ano, bh))) { in hpfs_alloc_anode()
H A Dhpfs_fn.h228 void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **);