Home
last modified time | relevance | path

Searched refs:LFS_BWRITE_LOG (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dlfs_alloc.c218 (void) LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_extend_ifile()
390 LFS_BWRITE_LOG(bp); in lfs_valloc_fixed()
586 (void) LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_vfree()
596 (void) LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_vfree()
621 LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_vfree()
647 LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_vfree()
654 LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_vfree()
801 LFS_BWRITE_LOG(bp); in lfs_order_freelist()
857 LFS_BWRITE_LOG(bp); in lfs_orphan()
932 LFS_BWRITE_LOG(bp); in lfs_free_orphans()
H A Dlfs_inode.h232 # define LFS_BWRITE_LOG(bp) lfs_bwrite_log((bp), __FILE__, __LINE__) macro
265 # define LFS_BWRITE_LOG(bp) VOP_BWRITE((bp)->b_vp, (bp)) macro
270 # define LFS_BWRITE_LOG(bp) VOP_BWRITE((bp)) macro
H A Dlfs_itimes.c83 LFS_BWRITE_LOG(ibp); in lfs_itimes()
H A Dlfs_accessors.h701 LFS_BWRITE_LOG(BP); \
974 (void) LFS_BWRITE_LOG(bp); /* Ifile */ \
999 LFS_BWRITE_LOG(BP); \
1015 LFS_BWRITE_LOG(BP); \
H A Dlfs_rfw.c372 error = LFS_BWRITE_LOG(ibp); /* Ifile */ in update_inoblk()
H A Dlfs_syscalls.c881 (void) LFS_BWRITE_LOG(bp); in lfs_do_segclean()
H A Dlfs_segment.c725 error = LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_segwrite()
962 (void)LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_update_iaddr()
H A Dlfs_vfsops.c1276 (void) LFS_BWRITE_LOG(bp); /* Ifile */ in lfs_mountfs()
/netbsd-src/sbin/fsck_lfs/
H A Dsegwrite.c347 (void)LFS_BWRITE_LOG(ibp); /* Ifile */ in lfs_writeinode()
H A Dlfs.c981 LFS_BWRITE_LOG(bp); in extend_ifile()