OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEGM_SYNC
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_pages.c
685
lfs_flush_fs(fs, sync ?
SEGM_SYNC
: 0);
727
error = lfs_seglock(fs, (sync ?
SEGM_SYNC
: 0));
lfs_segment.c
227
lfs_seglock(fs,
SEGM_SYNC
| ((error != 0) ? SEGM_RECLAIM : 0));
287
error = lfs_segwrite(vp->v_mount, SEGM_CKP |
SEGM_SYNC
);
373
if (sp->seg_flags &
SEGM_SYNC
)
802
if (sp->seg_flags &
SEGM_SYNC
)
2044
if (fs->lfs_sp->seg_flags &
SEGM_SYNC
) {
2407
if (fs->lfs_sp->seg_flags &
SEGM_SYNC
)
2422
if (fs->lfs_sp->seg_flags &
SEGM_SYNC
)
2482
if (fs->lfs_sp != NULL && fs->lfs_sp->seg_flags &
SEGM_SYNC
)
lfs_kclean.c
1016
SEGM_CKP | SEGM_FORCE_CKP |
SEGM_SYNC
);
1018
SEGM_CKP | SEGM_FORCE_CKP |
SEGM_SYNC
);
lfs_syscalls.c
293
lfs_seglock(fs, SEGM_CLEAN | SEGM_CKP |
SEGM_SYNC
);
497
* The last write has to be
SEGM_SYNC
, because of calling semantics.
502
lfs_segwrite(mntp, SEGM_CLEAN | SEGM_CKP |
SEGM_SYNC
);
lfs_bio.c
546
if (lfs_writing && !(flags & (
SEGM_SYNC
|SEGM_CKP))) {
lfs_subr.c
506
sync = sp->seg_flags &
SEGM_SYNC
;
lfs_vfsops.c
1517
lfs_segwrite(mp, SEGM_CKP |
SEGM_SYNC
);
1518
lfs_segwrite(mp, SEGM_CKP |
SEGM_SYNC
);
1664
segflags =
SEGM_SYNC
| SEGM_CKP;
lfs.h
1248
#define
SEGM_SYNC
0x0004 /* wait for segment */
lfs_inode.c
190
lfs_flush_fs(fs,
SEGM_SYNC
);
lfs_rfw.c
1058
lfs_segwrite(mp, SEGM_CKP |
SEGM_SYNC
);
Completed in 30 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026