HomeSort by: relevance | last modified time | path
    Searched defs:lfs_segwrite (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_lfs/
segwrite.c 147 lfs_segwrite(struct lfs * fs, int flags) function in typeref:typename:int
  /src/sys/ufs/lfs/
lfs_segment.c 186 * single threaded. Currently, there are two paths into lfs_segwrite, sync()
188 * explicitly marks the file system busy. So lfs_segwrite is safe. I think.
351 error = lfs_segwrite(vp->v_mount, SEGM_CKP | SEGM_SYNC);
599 lfs_segwrite(struct mount *mp, int flags) function in typeref:typename:int
616 DLOG((DLOG_SEG, "lfs_segwrite(fs=%p, flags=%x)\n", fs, flags));
666 DLOG((DLOG_SEG, "lfs_segwrite: breaking out of segment write at daddr 0x%jx\n", (uintmax_t)lfs_sb_getoffset(fs)));
710 panic("lfs_segwrite: ifile read: "
786 log(LOG_NOTICE, "lfs_segwrite: looping count=%d\n",

Completed in 13 milliseconds