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

  /src/lib/libc/sys/
Makefile.inc 129 lchflags.S lchmod.S lchown.S lfs_bmapv.S lfs_markv.S lfs_segclean.S \
273 lfs_bmapv.2 lfs_markv.2 lfs_segclean.2 lfs_segwait.2 \
  /src/sys/ufs/lfs/
lfs_extern.h 242 int lfs_markv(struct lwp *, fsid_t *, struct block_info *, int);
lfs_syscalls.c 102 * live and the lfs_markv call).
139 if ((error = lfs_markv(l, &fsid, blkiov, blkcnt)) == 0)
191 if ((error = lfs_markv(l, &fsid, blkiov, blkcnt)) == 0) {
215 lfs_markv(struct lwp *l, fsid_t *fsidp, BLOCK_INFO *blkiov, function in typeref:typename:int
307 DLOG((DLOG_CLEAN, "lfs_markv: lfs_fastvget"
375 DLOG((DLOG_CLEAN, "lfs_markv: wrong da same seg: %jx vs %jx\n",
396 DLOG((DLOG_CLEAN, "lfs_markv: ino %d lbn %jd wrong"
422 panic("lfs_markv: partial indirect block?"
452 DLOG((DLOG_CLEAN, "lfs_markv: writing %d blks %d inos\n",
468 KASSERTMSG((numrefed == 0), "lfs_markv: numrefed=%d", numrefed)
    [all...]
lfs_vnops.c 1437 * XXX This code assumes that lfs_markv makes synchronous checkpoints.
1956 error = lfs_markv(l, fsidp, blkiov, blkcnt);
1994 error = lfs_markv(l, fsidp, blkiov, blkcnt);

Completed in 13 milliseconds