Searched refs:LFS_ENTER_LOG (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_inode.h | 233 # define LFS_ENTER_LOG(theop, thefile, theline, lbn, theflags, thepid) do {\ macro 266 # define LFS_ENTER_LOG(theop, thefile, theline, lbn, theflags, thepid) __nothing macro
|
H A D | lfs_subr.c | 311 LFS_ENTER_LOG("seglock", __FILE__, __LINE__, 0, flags, curproc->p_pid); in lfs_seglock() 495 LFS_ENTER_LOG("segunlock_std", __FILE__, __LINE__, 0, 0, curproc->p_pid); in lfs_segunlock() 541 LFS_ENTER_LOG("segunlock_ckp", __FILE__, __LINE__, 0, 0, curproc->p_pid); in lfs_segunlock()
|
H A D | lfs_balloc.c | 373 LFS_ENTER_LOG("balloc", __FILE__, in lfs_balloc() 454 LFS_ENTER_LOG("balloc", __FILE__, in lfs_balloc()
|
H A D | lfs_debug.c | 89 LFS_ENTER_LOG("write", file, line, bp->b_lblkno, bp->b_flags, in lfs_bwrite_log()
|
H A D | lfs_segment.c | 743 LFS_ENTER_LOG("pretend", __FILE__, __LINE__, 0, 0, curproc->p_pid); in lfs_segwrite() 2582 LFS_ENTER_LOG("clear", __FILE__, __LINE__,
|