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 623 while (fs->lfs_dirops > 0 &&
663 KASSERT(fs->lfs_dirops == 0);
670 KASSERT(fs->lfs_dirops == 0);
lfs_subr.c 577 while (fs->lfs_dirops > 0) {
595 writer_set = (fs->lfs_dirops == 0);
lfs_vnops.c 529 if (fs->lfs_dirops == 0) {
541 if (lfs_dirvcount > LFS_MAX_DIROP && fs->lfs_dirops == 0) {
550 "dirvcount=%d\n", fs->lfs_dirops, lfs_dirvcount));
561 ++fs->lfs_dirops;
588 --fs->lfs_dirops;
589 if (!fs->lfs_dirops) {
1571 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 1033 uint32_t lfs_dirops; /* count of active directory ops */ member in struct:lfs
lfs_vfsops.c 501 fs->lfs_dirops == 0) {
1110 fs->lfs_dirops = 0;
1618 lfs_writer_enter(fs, "lfs_dirops");

Completed in 18 milliseconds