Searched refs:ext2_cgupdate (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/fs/ext2fs/
H A Dext2_vfsops.c71 static int ext2_cgupdate(struct ext2mount *, int);
155 if ( error == 0 && fs->e2fs_wasvalid && ext2_cgupdate(ump, MNT_WAIT) == 0) {
207 (void)ext2_cgupdate(ump, MNT_WAIT);
716 if (ronly == 0 && ext2_cgupdate(ump, MNT_WAIT) == 0) {
875 if ((error = ext2_cgupdate(ump, waitfor)) != 0)
1056 ext2_cgupdate(struct ext2mount *mp, int waitfor) function

Completed in 97 milliseconds