Searched refs:mnt_vfs_ops (Results 1 – 4 of 4) sorted by relevance
132 mp->mnt_vfs_ops = 1; in mount_init()511 if (mp->mnt_vfs_ops != 1) in vfs_mount_alloc()513 mp->mnt_vfs_ops); in vfs_mount_alloc()542 if (mp->mnt_vfs_ops == 0) in vfs_mount_destroy()579 if (mp->mnt_vfs_ops != 1) in vfs_mount_destroy()581 mp->mnt_vfs_ops); in vfs_mount_destroy()1536 mp->mnt_vfs_ops++; in vfs_op_enter()1537 if (mp->mnt_vfs_ops > 1) { in vfs_op_enter()1567 if (mp->mnt_vfs_ops <= 0) in vfs_op_exit_locked()1570 mp->mnt_vfs_ops--; in vfs_op_exit_locked()[all …]
817 if (mp->mnt_vfs_ops == 0) { in vfs_unbusy()4419 db_printf(" mnt_vfs_ops = %d\n", mp->mnt_vfs_ops); in DB_SHOW_COMMAND()6474 if (mp->mnt_vfs_ops == 0) { in vfs_cache_root_fallback()6476 if (mp->mnt_vfs_ops != 0) { in vfs_cache_root_fallback()6531 MPASS(mp->mnt_vfs_ops > 0); in vfs_cache_root_clear()6543 MPASS(mp->mnt_vfs_ops > 0); in vfs_cache_root_set()
1959 if (mp->mnt_vfs_ops == 0) { in vn_finished_write()
205 int mnt_vfs_ops; /* (i) pending vfs ops */ member296 if ((mp)->mnt_vfs_ops && (mp)->mnt_ref < 0) \298 if ((mp)->mnt_ref == 0 && (mp)->mnt_vfs_ops) \1090 if (__predict_false(mp->mnt_vfs_ops > 0)) { \