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

  /src/libexec/lfs_cleanerd/
cleaner.h 28 int clfs_ifilefd; /* Ifile file descriptor */ member in struct:clfs
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) {
401 fstat(fs->clfs_ifilefd, &st);
lfs_cleanerd.c 148 kops.ko_close(fs->clfs_ifilefd);
256 if ((fs->clfs_ifilefd = kops.ko_fhopen(&fs->clfs_ifilefh,
314 fs->lfs_ivnode = fd_vget(fs->clfs_ifilefd, lfs_sb_getbsize(fs), 0, 0);
361 fstat(fs->clfs_ifilefd, &st);
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);
1386 if (fstat(fs->clfs_ifilefd, &st) < 0)
    [all...]

Completed in 62 milliseconds