Searched refs:KTR_VFS (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 886 CTR3(KTR_VFS, "%s: mp %p with flags %d", __func__, mp, flags); in vfs_busy() 921 CTR1(KTR_VFS, "%s: failed busying before sleeping", in vfs_busy() 949 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_unbusy() 972 CTR1(KTR_VFS, "%s: waking up waiters", __func__); in vfs_unbusy() 987 CTR2(KTR_VFS, "%s: fsid %p", __func__, fsid); in vfs_getvfs() 997 CTR2(KTR_VFS, "%s: lookup failed for %p id", __func__, fsid); in vfs_getvfs() 1021 CTR2(KTR_VFS, "%s: fsid %p", __func__, fsid); in vfs_busyfs() 1050 CTR2(KTR_VFS, "%s: lookup failed for %p id", __func__, fsid); in vfs_busyfs() 1114 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_getnewfsid() 1910 CTR2(KTR_VFS, "%s: vp %p", __func__, vp); in vtryrecycle() [all …]
|
H A D | vfs_mount.c | 445 CTR4(KTR_VFS, "%s: iovp %p with iovcnt %d and flags %d", __func__, in sys_nmount() 463 CTR2(KTR_VFS, "%s: failed for invalid iovcnt %d", __func__, in sys_nmount() 470 CTR2(KTR_VFS, "%s: failed for invalid uio op with %d errno", in sys_nmount() 528 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_ref() 646 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_rel()
|
H A D | vfs_vnops.c | 456 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", in vn_open_vnode() 538 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", in vn_close1()
|
/freebsd/sys/sys/ |
H A D | ktr_class.h | 62 #define KTR_VFS 0x00040000 /* VFS events */ macro
|
/freebsd/sys/vm/ |
H A D | vnode_pager.c | 341 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", in vnode_pager_dealloc() 1591 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", in vnode_pager_update_writecount() 1596 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", in vnode_pager_update_writecount()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_subr.c | 1330 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", in unionfs_vn_create_on_upper() 1500 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", in unionfs_copyfile()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_extattr.c | 345 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", __func__, vp, in ufs_extattr_enable_with_open()
|