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

  /src/sys/ufs/lfs/
lfs_bio.c 672 while (fs->lfs_dirops > 0 && lfs_needswait(fs)) {
706 KASSERT(fs->lfs_dirops == 0);
713 KASSERT(fs->lfs_dirops == 0);
lfs_subr.c 742 while (fs->lfs_dirops > 0) {
760 writer_set = (fs->lfs_dirops == 0);
lfs_vnops.c 525 if (fs->lfs_dirops == 0) {
537 if (lfs_dirvcount > LFS_MAX_DIROP && fs->lfs_dirops == 0) {
546 "dirvcount=%d\n", fs->lfs_dirops, lfs_dirvcount));
557 ++fs->lfs_dirops;
584 --fs->lfs_dirops;
585 if (!fs->lfs_dirops) {
1573 KASSERT(fs->lfs_dirops == 0); /* stable during lfs_writer */
lfs_inode.c 178 if (fs->lfs_dirops == 0)
189 KASSERT(fs->lfs_dirops == 0);
lfs.h 1054 uint32_t lfs_dirops; /* count of active directory ops */ member in struct:lfs
lfs_vfsops.c 510 fs->lfs_dirops == 0) {
1132 fs->lfs_dirops = 0;

Completed in 26 milliseconds