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

  /src/sys/ufs/lfs/
lfs_bio.c 628 lfs_dirvcount > LFS_MAX_DIROP || fs->lfs_diropwait > 0))
630 ++fs->lfs_diropwait;
633 --fs->lfs_diropwait;
655 if (fs->lfs_diropwait > 0)
657 fs->lfs_diropwait));
662 lfs_dirvcount > LFS_MAX_DIROP || fs->lfs_diropwait > 0) {
675 lfs_dirvcount > LFS_MAX_DIROP || fs->lfs_diropwait > 0) {
lfs_subr.c 578 ++fs->lfs_diropwait;
582 --fs->lfs_diropwait;
lfs_inode.c 170 ++fs->lfs_diropwait;
186 --fs->lfs_diropwait;
lfs.h 1050 uint32_t lfs_diropwait; /* # procs waiting on dirop flush */ member in struct:lfs
lfs_vfsops.c 1100 fs->lfs_diropwait = 0;

Completed in 17 milliseconds