Home
last modified time | relevance | path

Searched refs:vfs_smr_leave (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_cache.c2023 vfs_smr_leave(); in cache_lookup_path()
2066 vfs_smr_leave(); in cache_lookup_path()
2224 vfs_smr_leave(); in cache_lookup_path()
2232 vfs_smr_leave(); in cache_lookup_path()
2710 vfs_smr_leave(); in cache_lookup_ext()
2721 vfs_smr_leave(); in cache_lookup_ext()
2730 vfs_smr_leave(); in cache_lookup_ext()
2746 vfs_smr_leave(); in cache_lookup_ext()
2753 vfs_smr_leave(); in cache_lookup_ext()
2771 vfs_smr_leave(); in cache_lookup_ext()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h706 #define vfs_smr_leave() smr_leave(VFS_SMR()) macro