/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)) {
|
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)) {
|
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)) {
|