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

  /src/sys/ufs/ffs/
ffs_extern.h 124 int ffs_cgupdate(struct ufsmount *, int);
ffs_vfsops.c 651 if (ffs_cgupdate(ump, MNT_WAIT) == 0 &&
780 (void) ffs_cgupdate(ump, MNT_WAIT);
1787 if (ffs_cgupdate(ump, MNT_WAIT) == 0 &&
2062 if ((error = ffs_cgupdate(ump, waitfor)))
2449 ffs_cgupdate(struct ufsmount *mp, int waitfor) function in typeref:typename:int
ffs_wapbl.c 196 error = ffs_cgupdate(ump, 0);

Completed in 38 milliseconds