Home
last modified time | relevance | path

Searched refs:MNT_IUNLOCK (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c63 MNT_IUNLOCK(vfsp); in vfs_setmntopt()
74 MNT_IUNLOCK(vfsp); in vfs_setmntopt()
94 MNT_IUNLOCK(vfsp); in vfs_setmntopt()
106 MNT_IUNLOCK(vfsp); in vfs_clearmntopt()
H A Dspl_policy.c416 MNT_IUNLOCK(vfsp); in secpolicy_fs_mount_clearopts()
/f-stack/freebsd/kern/
H A Dvfs_export.c149 MNT_IUNLOCK(mp); in vfs_hang_addrlist()
325 MNT_IUNLOCK(mp); in vfs_export()
333 MNT_IUNLOCK(mp); in vfs_export()
345 MNT_IUNLOCK(mp); in vfs_export()
355 MNT_IUNLOCK(mp); in vfs_export()
H A Dvfs_mount.c466 MNT_IUNLOCK(mp); in vfs_ref()
483 MNT_IUNLOCK(mp); in vfs_rel()
577 MNT_IUNLOCK(mp); in vfs_mount_destroy()
1031 MNT_IUNLOCK(mp); in vfs_domount_first()
1144 MNT_IUNLOCK(mp); in vfs_domount_update()
1246 MNT_IUNLOCK(mp); in vfs_domount_update()
1514 MNT_IUNLOCK(mp); in dounmount_cleanup()
1557 MNT_IUNLOCK(mp); in vfs_op_enter()
1579 MNT_IUNLOCK(mp); in vfs_op_exit()
1815 MNT_IUNLOCK(mp); in dounmount()
[all …]
H A Dvfs_vnops.c1827 MNT_IUNLOCK(mp); in vn_start_write_refed()
1914 MNT_IUNLOCK(mp); in vn_start_secondary_write()
1919 MNT_IUNLOCK(mp); in vn_start_secondary_write()
1961 MNT_IUNLOCK(mp); in vn_finished_write()
1968 MNT_IUNLOCK(mp); in vn_finished_write()
1989 MNT_IUNLOCK(mp); in vn_finished_secondary_write()
2006 MNT_IUNLOCK(mp); in vfs_write_suspend()
2023 MNT_IUNLOCK(mp); in vfs_write_suspend()
2033 MNT_IUNLOCK(mp); in vfs_write_suspend()
2061 MNT_IUNLOCK(mp); in vfs_write_resume()
[all …]
H A Dvfs_subr.c774 MNT_IUNLOCK(mp); in vfs_busy()
790 MNT_IUNLOCK(mp); in vfs_busy()
819 MNT_IUNLOCK(mp); in vfs_unbusy()
830 MNT_IUNLOCK(mp); in vfs_unbusy()
1913 MNT_IUNLOCK(mp); in delmntque()
1955 MNT_IUNLOCK(mp); in insmntque1()
1967 MNT_IUNLOCK(mp); in insmntque1()
3921 MNT_IUNLOCK(mp); in vfs_notify_upper()
6584 MNT_IUNLOCK(mp); in __mnt_vnode_next_all()
6616 MNT_IUNLOCK(mp); in __mnt_vnode_first_all()
[all …]
H A Dvfs_default.c698 MNT_IUNLOCK(mp);
700 MNT_IUNLOCK(mp);
H A Duipc_mqueue.c601 MNT_IUNLOCK(mp); in mqfs_mount()
/f-stack/freebsd/sys/
H A Dmount.h286 #define MNT_IUNLOCK(mp) mtx_unlock(&(mp)->mnt_mtx) macro