Lines Matching refs:readfunc
154 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget()
168 flags | UFS_ALTSBLK, readfunc)) != 0) { in ffs_sbget()
176 flags, readfunc)) == 0) { in ffs_sbget()
219 error = (*readfunc)(devfd, in ffs_sbget()
252 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper()
258 error = (*readfunc)(devfd, sblockloc, (void **)fsp, SBLOCKSIZE); in readsuper()
801 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbsearch()
820 error = ffs_sbget(devfd, fsp, UFS_STDSB, flags, filltype, readfunc); in ffs_sbsearch()
836 if (ffs_sbget(devfd, fsp, UFS_STDSB, flags, filltype, readfunc) == 0) in ffs_sbsearch()
846 readfunc) == 0) { in ffs_sbsearch()
880 if ((error = (*readfunc)(devfd, (SBLOCK_UFS2 - secsize), in ffs_sbsearch()
913 readfunc) == 0) { in ffs_sbsearch()
933 if (ffs_sbget(devfd, fsp, UFS_STDSB, flags, filltype, readfunc) != 0) { in ffs_sbsearch()