HomeSort by: relevance | last modified time | path
    Searched refs:ko_fcntl (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_lfs/
kernelops.h 13 int (*ko_fcntl)(int, int, ...); member in struct:kernelops
kernelops.c 60 .ko_fcntl = rump_sys_fcntl,
73 .ko_fcntl = fcntl,
  /src/libexec/lfs_cleanerd/
coalesce.c 252 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNBMAPV, &lim) < 0) {
360 kops.ko_fcntl(fs->clfs_ifilefd,
371 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim) < 0) {
lfs_cleanerd.c 254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 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);

Completed in 14 milliseconds