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

  /src/sys/ufs/lfs/
lfs_pages.c 685 lfs_flush_fs(fs, sync ? SEGM_SYNC : 0);
727 error = lfs_seglock(fs, SEGM_PROT | (sync ? SEGM_SYNC : 0));
lfs_segment.c 224 lfs_seglock(fs, SEGM_SYNC | ((error != 0) ? SEGM_RECLAIM : 0));
281 error = lfs_segwrite(vp->v_mount, SEGM_CKP | SEGM_SYNC);
367 if (sp->seg_flags & SEGM_SYNC)
768 if (sp->seg_flags & SEGM_SYNC)
2022 if (fs->lfs_sp->seg_flags & SEGM_SYNC) {
2388 if (fs->lfs_sp->seg_flags & SEGM_SYNC)
2403 if (fs->lfs_sp->seg_flags & SEGM_SYNC)
2461 if (fs->lfs_sp != NULL && fs->lfs_sp->seg_flags & SEGM_SYNC)
lfs_syscalls.c 293 lfs_seglock(fs, SEGM_CLEAN | SEGM_CKP | SEGM_SYNC);
499 * The last write has to be SEGM_SYNC, because of calling semantics.
504 lfs_segwrite(mntp, SEGM_CLEAN | SEGM_CKP | SEGM_SYNC);
lfs_bio.c 544 if (lfs_writing && !(flags & (SEGM_SYNC|SEGM_CKP))) {
lfs_subr.c 477 sync = sp->seg_flags & SEGM_SYNC;
lfs_vfsops.c 1489 lfs_segwrite(mp, SEGM_CKP | SEGM_SYNC);
1490 lfs_segwrite(mp, SEGM_CKP | SEGM_SYNC);
1636 segflags = SEGM_SYNC | SEGM_CKP;
lfs_inode.c 190 lfs_flush_fs(fs, SEGM_SYNC);
lfs.h 1218 #define SEGM_SYNC 0x0004 /* wait for segment */
lfs_rfw.c 1050 lfs_segwrite(mp, SEGM_CKP | SEGM_SYNC);

Completed in 43 milliseconds