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

  /src/sbin/fsck_lfs/
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_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)) {

Completed in 41 milliseconds