Searched refs:ko_fcntl (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sbin/fsck_lfs/ |
| D | kernelops.c | 60 .ko_fcntl = rump_sys_fcntl, 73 .ko_fcntl = fcntl,
|
| D | kernelops.h | 13 int (*ko_fcntl)(int, int, ...); member
|
| /netbsd/src/libexec/lfs_cleanerd/ |
| D | coalesce.c | 252 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()
|
| D | lfs_cleanerd.c | 254 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()
|