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 293 lfs_seglock(fs, SEGM_SYNC | ((error != 0) ? SEGM_RECLAIM : 0));
351 error = lfs_segwrite(vp->v_mount, SEGM_CKP | SEGM_SYNC);
442 if (sp->seg_flags & SEGM_SYNC)
843 if (sp->seg_flags & SEGM_SYNC)
2065 if (fs->lfs_sp->seg_flags & SEGM_SYNC) {
2431 if (fs->lfs_sp->seg_flags & SEGM_SYNC)
2445 if (fs->lfs_sp->seg_flags & SEGM_SYNC)
2503 if (fs->lfs_sp != NULL && fs->lfs_sp->seg_flags & SEGM_SYNC)
lfs_syscalls.c 268 lfs_seglock(fs, SEGM_CLEAN | SEGM_CKP | SEGM_SYNC);
473 * The last write has to be SEGM_SYNC, because of calling semantics.
478 lfs_segwrite(mntp, SEGM_CLEAN | SEGM_CKP | SEGM_SYNC);
lfs_subr.c 455 sync = sp->seg_flags & SEGM_SYNC;
lfs_bio.c 543 if (lfs_writing && !(flags & (SEGM_SYNC|SEGM_CKP))) {
lfs_vfsops.c 1482 lfs_segwrite(mp, SEGM_CKP | SEGM_SYNC);
1483 lfs_segwrite(mp, SEGM_CKP | SEGM_SYNC);
1629 segflags = SEGM_SYNC | SEGM_CKP;
lfs_inode.c 190 lfs_flush_fs(fs, SEGM_SYNC);
lfs.h 1188 #define SEGM_SYNC 0x0004 /* wait for segment */
lfs_rfw.c 932 lfs_segwrite(mp, SEGM_CKP | SEGM_SYNC);

Completed in 23 milliseconds