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

  /src/sbin/fsck_lfs/
segwrite.h 45 int lfs_gatherblock(struct segment *, struct ubuf *);
segwrite.c 369 lfs_gatherblock(struct segment * sp, struct ubuf * bp) function
431 if (lfs_gatherblock(sp, bp)) {
  /src/sys/ufs/lfs/
lfs_extern.h 230 int lfs_gatherblock(struct segment *, struct buf *, kmutex_t *);
lfs_kclean.c 276 while (lfs_gatherblock(fs->lfs_sp, bp, &bufcache_lock)) {
lfs_segment.c 1292 lfs_gatherblock(struct segment *sp, struct buf *bp, kmutex_t *mptr) function
1302 "lfs_gatherblock: Null vp in segment");
1324 DLOG((DLOG_SEG, "lfs_gatherblock trimming at offset %lx\n",
1340 DLOG((DLOG_SEG, "lfs_gatherblock: already gathered! Ino %ju,"
1474 if (lfs_gatherblock(sp, bp, &bufcache_lock)) {
lfs_vfsops.c 2120 * (3) it calls lfs_gatherblock instead of VOP_STRATEGY on its blocks
2367 while (lfs_gatherblock(sp, bp, NULL))

Completed in 39 milliseconds