Searched refs:KTR_VFS (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dktr_class.h63 #define KTR_VFS 0x00040000 /* VFS events */ macro
/freebsd-13-stable/sys/kern/
H A Dvfs_subr.c742 CTR3(KTR_VFS, "%s: mp %p with flags %d", __func__, mp, flags);
775 CTR1(KTR_VFS, "%s: failed busying before sleeping",
803 CTR2(KTR_VFS, "%s: mp %p", __func__, mp);
826 CTR1(KTR_VFS, "%s: waking up waiters", __func__);
841 CTR2(KTR_VFS, "%s: fsid %p", __func__, fsid);
851 CTR2(KTR_VFS, "%s: lookup failed for %p id", __func__, fsid);
875 CTR2(KTR_VFS, "%s: fsid %p", __func__, fsid);
904 CTR2(KTR_VFS, "%s: lookup failed for %p id", __func__, fsid);
968 CTR2(KTR_VFS, "%s: mp %p", __func__, mp);
1582 CTR2(KTR_VFS, "
[all...]
H A Dvfs_mount.c412 CTR4(KTR_VFS, "%s: iovp %p with iovcnt %d and flags %d", __func__,
430 CTR2(KTR_VFS, "%s: failed for invalid iovcnt %d", __func__,
437 CTR2(KTR_VFS, "%s: failed for invalid uio op with %d errno",
495 CTR2(KTR_VFS, "%s: mp %p", __func__, mp);
512 CTR2(KTR_VFS, "%s: mp %p", __func__, mp);
H A Dvfs_vnops.c453 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d",
538 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d",
/freebsd-13-stable/sys/vm/
H A Dvnode_pager.c330 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d",
1551 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d",
1556 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d",
/freebsd-13-stable/sys/fs/unionfs/
H A Dunion_subr.c955 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", __func__, vp,
1096 CTR3(KTR_VFS, "%s: vp %p v_writecount decreased to %d", __func__, uvp,
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_extattr.c348 CTR3(KTR_VFS, "%s: vp %p v_writecount increased to %d", __func__, vp,

Completed in 105 milliseconds