HomeSort by: relevance | last modified time | path
    Searched refs:lfs_gatherblock (Results 1 - 5 of 5) 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 in typeref:typename:int
431 if (lfs_gatherblock(sp, bp)) {
  /src/sys/ufs/lfs/
lfs_extern.h 203 int lfs_gatherblock(struct segment *, struct buf *, kmutex_t *);
lfs_segment.c 1327 lfs_gatherblock(struct segment *sp, struct buf *bp, kmutex_t *mptr) function in typeref:typename:int
1335 "lfs_gatherblock: Null vp in segment");
1358 DLOG((DLOG_SEG, "lfs_gatherblock: already gathered! Ino %ju,"
1489 if (lfs_gatherblock(sp, bp, &bufcache_lock)) {
lfs_vfsops.c 2062 * (3) it calls lfs_gatherblock instead of VOP_STRATEGY on its blocks
2314 while (lfs_gatherblock(sp, bp, NULL))

Completed in 18 milliseconds