Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c132 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 …]
H A Dvfs_subr.c817 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()
H A Dvfs_vnops.c1959 if (mp->mnt_vfs_ops == 0) { in vn_finished_write()
/f-stack/freebsd/sys/
H A Dmount.h205 int mnt_vfs_ops; /* (i) pending vfs ops */ member
296 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)) { \