Home
last modified time | relevance | path

Searched refs:mnt_vfs_ops (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_mount.c162 mp->mnt_vfs_ops = 1; in mount_init()
683 MPASSERT(mp->mnt_vfs_ops == 1, mp, in vfs_mount_alloc()
684 ("vfs_ops should be 1 but %d found", mp->mnt_vfs_ops)); in vfs_mount_alloc()
716 MPPASS(mp->mnt_vfs_ops != 0, mp); in vfs_mount_destroy()
748 MPASSERT(mp->mnt_vfs_ops == 1, mp, in vfs_mount_destroy()
749 ("vfs_ops should be 1 but %d found", mp->mnt_vfs_ops)); in vfs_mount_destroy()
1872 mp->mnt_vfs_ops++; in vfs_op_enter()
1873 if (mp->mnt_vfs_ops > 1) { in vfs_op_enter()
1904 MPASSERT(mp->mnt_vfs_ops > 0, mp, in vfs_op_exit_locked()
1905 ("invalid vfs_ops count %d", mp->mnt_vfs_ops)); in vfs_op_exit_locked()
[all …]
H A Dvfs_subr.c957 if (mp->mnt_vfs_ops == 0) { in vfs_unbusy()
4898 db_printf(" mnt_vfs_ops = %d\n", mp->mnt_vfs_ops); in DB_SHOW_COMMAND()
6936 if (mp->mnt_vfs_ops == 0) { in vfs_cache_root_fallback()
6938 if (mp->mnt_vfs_ops != 0) { in vfs_cache_root_fallback()
6993 MPASS(mp->mnt_vfs_ops > 0); in vfs_cache_root_clear()
7005 MPASS(mp->mnt_vfs_ops > 0); in vfs_cache_root_set()
H A Dvfs_vnops.c2128 if (mp->mnt_vfs_ops == 0) { in vn_finished_write()
/freebsd/sys/sys/
H A Dmount.h231 int mnt_vfs_ops; /* (i) pending vfs ops */ member
329 if ((mp)->mnt_vfs_ops && (mp)->mnt_ref < 0) \
331 if ((mp)->mnt_ref == 0 && (mp)->mnt_vfs_ops) \
1155 if (__predict_false(mp->mnt_vfs_ops > 0)) { \