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()
682 MPASSERT(mp->mnt_vfs_ops == 1, mp, in vfs_mount_alloc()
683 ("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()
749 MPASSERT(mp->mnt_vfs_ops == 1, mp, in vfs_mount_destroy()
750 ("vfs_ops should be 1 but %d found", mp->mnt_vfs_ops)); in vfs_mount_destroy()
1868 mp->mnt_vfs_ops++; in vfs_op_enter()
1869 if (mp->mnt_vfs_ops > 1) { in vfs_op_enter()
1900 MPASSERT(mp->mnt_vfs_ops > 0, mp, in vfs_op_exit_locked()
1901 ("invalid vfs_ops count %d", mp->mnt_vfs_ops)); in vfs_op_exit_locked()
[all …]
H A Dvfs_subr.c963 if (mp->mnt_vfs_ops == 0) { in vfs_unbusy()
4877 db_printf(" mnt_vfs_ops = %d\n", mp->mnt_vfs_ops); in DB_SHOW_COMMAND()
6885 if (mp->mnt_vfs_ops == 0) { in vfs_cache_root_fallback()
6887 if (mp->mnt_vfs_ops != 0) { in vfs_cache_root_fallback()
6942 MPASS(mp->mnt_vfs_ops > 0); in vfs_cache_root_clear()
6954 MPASS(mp->mnt_vfs_ops > 0); in vfs_cache_root_set()
H A Dvfs_vnops.c2059 if (mp->mnt_vfs_ops == 0) { in vn_finished_write()
/freebsd/sys/sys/
H A Dmount.h227 int mnt_vfs_ops; /* (i) pending vfs ops */ member
324 if ((mp)->mnt_vfs_ops && (mp)->mnt_ref < 0) \
326 if ((mp)->mnt_ref == 0 && (mp)->mnt_vfs_ops) \
1147 if (__predict_false(mp->mnt_vfs_ops > 0)) { \