Searched refs:lfs_gatherblock (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dsegwrite.h45 int lfs_gatherblock(struct segment *, struct ubuf *);
H A Dsegwrite.c369 lfs_gatherblock(struct segment * sp, struct ubuf * bp) function
431 if (lfs_gatherblock(sp, bp)) {
/netbsd-current/sys/ufs/lfs/
H A Dlfs_extern.h187 int lfs_gatherblock(struct segment *, struct buf *, kmutex_t *);
H A Dlfs_segment.c1309 lfs_gatherblock(struct segment *sp, struct buf *bp, kmutex_t *mptr) function
1317 "lfs_gatherblock: Null vp in segment");
1340 DLOG((DLOG_SEG, "lfs_gatherblock: already gathered! Ino %ju,"
1434 if (lfs_gatherblock(sp, bp, &bufcache_lock)) {
H A Dlfs_vfsops.c1963 * (3) it calls lfs_gatherblock instead of VOP_STRATEGY on its blocks
2215 while (lfs_gatherblock(sp, bp, NULL))

Completed in 89 milliseconds