Home
last modified time | relevance | path

Searched refs:MNT_COUNT_WRITEOPCOUNT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h1056 enum mount_counter { MNT_COUNT_REF, MNT_COUNT_LOCKREF, MNT_COUNT_WRITEOPCOUNT }; enumerator
/f-stack/freebsd/kern/
H A Dvfs_mount.c1705 case MNT_COUNT_WRITEOPCOUNT: in vfs_mount_fetch_counter()
1719 case MNT_COUNT_WRITEOPCOUNT: in vfs_mount_fetch_counter()
H A Dvfs_subr.c4408 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()