Home
last modified time | relevance | path

Searched refs:ko_fcntl (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sbin/fsck_lfs/
Dkernelops.c60 .ko_fcntl = rump_sys_fcntl,
73 .ko_fcntl = fcntl,
Dkernelops.h13 int (*ko_fcntl)(int, int, ...); member
/netbsd/src/libexec/lfs_cleanerd/
Dcoalesce.c252 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNBMAPV, &lim) < 0) { in clean_inode()
360 kops.ko_fcntl(fs->clfs_ifilefd, in clean_inode()
371 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim) < 0) { in clean_inode()
Dlfs_cleanerd.c254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0) in init_fs()
896 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNBMAPV, &lim)) < 0) { in toss_old_blocks()
960 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim)) < 0) { in invalidate_segment()
969 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNINVAL, &sn)) < 0) { in invalidate_segment()
1237 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim))<0) { in clean_fs()
1275 kops.ko_fcntl(fs->clfs_ifilefd, LFCNRECLAIM, NULL); in clean_fs()
1716 error = kops.ko_fcntl(fsp[0]->clfs_ifilefd,LFCNSEGWAITALL,&tv); in lfs_cleaner_main()