Home
last modified time | relevance | path

Searched refs:KTR_VFS (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/kern/
Dvfs_subr.c499 CTR3(KTR_VFS, "%s: mp %p with flags %d", __func__, mp, flags); in vfs_busy()
519 CTR1(KTR_VFS, "%s: failed busying before sleeping", in vfs_busy()
545 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_unbusy()
552 CTR1(KTR_VFS, "%s: waking up waiters", __func__); in vfs_unbusy()
567 CTR2(KTR_VFS, "%s: fsid %p", __func__, fsid); in vfs_getvfs()
578 CTR2(KTR_VFS, "%s: lookup failed for %p id", __func__, fsid); in vfs_getvfs()
602 CTR2(KTR_VFS, "%s: fsid %p", __func__, fsid); in vfs_busyfs()
635 CTR2(KTR_VFS, "%s: lookup failed for %p id", __func__, fsid); in vfs_busyfs()
697 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_getnewfsid()
1044 CTR2(KTR_VFS, "%s: vp %p", __func__, vp); in vtryrecycle()
[all …]
Dvfs_cache.c417 CTR2(KTR_VFS, "cache_zap(%p) vp %p", ncp, ncp->nc_vp); in cache_zap()
490 CTR2(KTR_VFS, "cache_lookup(%p, %s) found via .", in cache_lookup()
524 CTR3(KTR_VFS, "cache_lookup(%p, %s) found %p via ..", in cache_lookup()
575 CTR4(KTR_VFS, "cache_lookup(%p, %s) found %p via ncp %p", in cache_lookup()
710 CTR3(KTR_VFS, "cache_enter(%p, %p, %s)", dvp, vp, cnp->cn_nameptr); in cache_enter_time()
975 CTR1(KTR_VFS, "cache_purge(%p)", vp); in cache_purge()
999 CTR1(KTR_VFS, "cache_purge_negative(%p)", vp); in cache_purge_negative()
Dvfs_mount.c392 CTR4(KTR_VFS, "%s: iovp %p with iovcnt %d and flags %d", __func__,
410 CTR2(KTR_VFS, "%s: failed for invalid iovcnt %d", __func__,
417 CTR2(KTR_VFS, "%s: failed for invalid uio op with %d errno",
436 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_ref()
446 CTR2(KTR_VFS, "%s: mp %p", __func__, mp); in vfs_rel()
Dvfs_vnops.c384 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", in vn_open_vnode()
434 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", in vn_close1()
/freebsd-10-stable/sys/vm/
Dvnode_pager.c277 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d",
1198 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", in vnode_pager_update_writecount()
1203 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", in vnode_pager_update_writecount()
/freebsd-10-stable/sys/fs/unionfs/
Dunion_subr.c945 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", __func__, vp, in unionfs_vn_create_on_upper()
1082 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", __func__, uvp, in unionfs_copyfile()
/freebsd-10-stable/sys/sys/
Dktr.h65 #define KTR_VFS 0x00040000 /* VFS events */ macro
/freebsd-10-stable/sys/ufs/ufs/
Dufs_extattr.c340 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", __func__, vp, in ufs_extattr_enable_with_open()