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

  /src/sys/ufs/lfs/
lfs_pages.c 194 struct segment *sp = fs->lfs_sp;
735 sp = fs->lfs_sp;
833 lfs_gather(fs, fs->lfs_sp, vp, lfs_match_indir);
834 lfs_gather(fs, fs->lfs_sp, vp, lfs_match_dindir);
835 lfs_gather(fs, fs->lfs_sp, vp, lfs_match_tindir);
860 lfs_writeseg(fs, fs->lfs_sp);
879 KASSERT(fs->lfs_sp->seg_flags & SEGM_PROT);
lfs_subr.c 291 fs->lfs_sp->seg_flags |= flags;
316 sp = fs->lfs_sp = pool_get(&fs->lfs_segpool, PR_WAITOK);
466 sp = fs->lfs_sp;
494 * fs->lfs_sp so another process can use it (we have to
499 fs->lfs_sp = NULL;
710 lfs_writeseg(fs, fs->lfs_sp);
719 seg_flags = fs->lfs_sp->seg_flags;
721 fs->lfs_sp->seg_flags |= SEGM_PROT; /* Don't unmark dirop nodes */
lfs_segment.c 280 if (LFS_SHOULD_CHECKPOINT(fs, fs->lfs_sp->seg_flags)) {
297 sp = fs->lfs_sp;
570 sp = fs->lfs_sp;
615 sp = fs->lfs_sp;
1784 struct segment *sp = fs->lfs_sp;
2022 if (fs->lfs_sp->seg_flags & SEGM_SYNC) {
2024 cl->seg = fs->lfs_sp;
2388 if (fs->lfs_sp->seg_flags & SEGM_SYNC)
2403 if (fs->lfs_sp->seg_flags & SEGM_SYNC)
2405 if (fs->lfs_sp->seg_flags & SEGM_CLEAN)
    [all...]
lfs_rfw.c 1233 lfs_writeinode(fs, fs->lfs_sp, VTOI(vp));
1278 fs->lfs_sp->vp = vp;
1287 while (lfs_gatherblock(fs->lfs_sp, bp, &bufcache_lock)) {
1293 KASSERT(fs->lfs_sp->cbpp[-1] == bp);
1378 lfs_updatemeta(fs->lfs_sp);
1379 fs->lfs_sp->vp = NULL;
1381 lfs_writeinode(fs, fs->lfs_sp, VTOI(vp));
1552 while (lfs_writeseg(fs, fs->lfs_sp))
1555 *offsetp = lfs_btofsb(fs, fs->lfs_sp->bytes_written);
1604 while (lfs_writeseg(fs, fs->lfs_sp))
    [all...]
lfs_balloc.c 702 if (fs->lfs_sp && (fs->lfs_sp->seg_flags & SEGM_CLEAN)) {
lfs_vnops.c 1589 sp = fs->lfs_sp;
1746 sp = fs->lfs_sp;
2026 fs->lfs_sp->seg_flags |= SEGM_PROT;
2029 lws.offset = lfs_btofsb(fs, fs->lfs_sp->bytes_written);
2446 *offsetp += lfs_btofsb(fs, fs->lfs_sp->bytes_written);
lfs_bio.c 381 fs->lfs_sp->seg_flags & (SEGM_CLEAN | SEGM_FORCE_CKP)) {
lfs_vfsops.c 1834 for (bpp = fs->lfs_sp->bpp;
1835 bpp != fs->lfs_sp->cbpp; ++bpp) {
1837 bpp != fs->lfs_sp->bpp) {
2089 struct segment *sp = fs->lfs_sp;
lfs.h 1029 struct segment *lfs_sp; /* current segment being written */ member in struct:lfs
  /src/sbin/fsck_lfs/
segwrite.c 156 sp = fs->lfs_sp;
645 sp = fs->lfs_sp;
940 fs->lfs_sp->seg_flags |= flags;
945 sp = fs->lfs_sp = emalloc(sizeof(*sp));
968 sp = fs->lfs_sp;
987 fs->lfs_sp = NULL;

Completed in 24 milliseconds