Home
last modified time | relevance | path

Searched defs:vfs_assert_mount_counters (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_mount.c1960 vfs_assert_mount_counters(struct mount *mp) in vfs_assert_mount_counters() function
/freebsd/sys/sys/
H A Dmount.h1107 #define vfs_assert_mount_counters(mp) do { } while (0) macro