Searched refs:kops (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dkernelops.h20 extern const struct kernelops kops;
H A Dkernelops.c57 const struct kernelops kops = { variable in typeref:struct:kernelops
70 const struct kernelops kops = { variable in typeref:struct:kernelops
H A Dvnode.c77 return kops.ko_pread(bp->b_vp->v_fd, bp->b_data, bp->b_bcount,
80 return kops.ko_pwrite(bp->b_vp->v_fd, bp->b_data, bp->b_bcount,
H A Dlfs.c123 count = kops.ko_pread(bp->b_vp->v_fd, bp->b_data, bp->b_bcount,
128 count = kops.ko_pwrite(bp->b_vp->v_fd, bp->b_data, bp->b_bcount,
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcoalesce.c203 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNBMAPV, &lim) < 0) {
283 if (kops.ko_pread(fs->clfs_devfd, bip[i].bi_bp, bip[i].bi_size,
306 kops.ko_fcntl(fs->clfs_ifilefd,
312 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim) < 0) {
H A Dlfs_cleanerd.c140 kops.ko_close(fs->clfs_ifilefd);
141 kops.ko_close(fs->clfs_devfd);
163 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDWR)) < 0) {
215 if (kops.ko_statvfs(fsname, &sf, ST_WAIT) < 0)
227 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDONLY, 0)) < 0) {
234 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0)
236 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0)
238 if ((fs->clfs_ifilefd = kops.ko_fhopen(&fs->clfs_ifilefh,
241 kops.ko_close(rootfd);
250 if (kops
[all...]
H A Dfdfs.c206 if ((r = kops.ko_pread(fs->fd_fd, fs->fd_bufp[fs->fd_bufi].buf,
254 count = kops.ko_pread(bp->b_vp->v_fd, bp->b_data, bp->b_bcount,
259 count = kops.ko_pwrite(bp->b_vp->v_fd, bp->b_data, bp->b_bcount,

Completed in 109 milliseconds