Home | History | Annotate | Download | only in lfs_cleanerd

Lines Matching refs:kops

148 	kops.ko_close(fs->clfs_ifilefd);
149 kops.ko_close(fs->clfs_devfd);
171 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDWR)) < 0) {
231 if (kops.ko_statvfs(fsname, &sf, ST_WAIT) < 0)
245 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDONLY, 0)) < 0) {
252 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0)
254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0)
256 if ((fs->clfs_ifilefd = kops.ko_fhopen(&fs->clfs_ifilefh,
259 kops.ko_close(rootfd);
268 if (kops.ko_pread(fs->clfs_devfd, sbuf, LFS_SBPAD, LFS_LABELPAD) < 0) {
896 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNBMAPV, &lim)) < 0) {
960 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim)) < 0) {
969 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNINVAL, &sn)) < 0) {
1237 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim))<0) {
1275 kops.ko_fcntl(fs->clfs_ifilefd, LFCNRECLAIM, NULL);
1716 error = kops.ko_fcntl(fsp[0]->clfs_ifilefd,LFCNSEGWAITALL,&tv);