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

  /src/sys/ufs/lfs/
lfs_vfsops.c 125 static int lfs_gop_write(struct vnode *, struct vm_page **, int, int);
183 .gop_write = lfs_gop_write,
2055 * lfs_gop_write functions exactly like genfs_gop_write, except that
2067 lfs_gop_write(struct vnode *vp, struct vm_page **pgs, int npages, function in typeref:typename:int
2084 UVMHIST_FUNC("lfs_gop_write"); UVMHIST_CALLED(ubchist);
2188 printf("lfs_gop_write: asked to write %ld bytes\n", (long)bytes);
2189 panic("lfs_gop_write: non-integer blocks");
2201 DLOG((DLOG_PAGE, "lfs_gop_write: forcing write\n"));
2345 DLOG((DLOG_PAGE, "lfs_gop_write: %s\n", failreason));
2348 DLOG((DLOG_PAGE, "lfs_gop_write: ino %d start 0x%" PRIx6
    [all...]

Completed in 12 milliseconds