Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c464 rw_exit(&ncl->ncl_lock); in sdev_ncache_write()
548 rw_exit(&ncl->ncl_lock); in sdev_state_boot_complete()
694 rw_exit(&ncl->ncl_lock); in sdev_lookup_filter()
784 rw_exit(&ncl->ncl_lock); in sdev_nc_insertnode()
805 rw_exit(&ncl->ncl_lock); in sdev_nc_insertnode()
813 rw_exit(&ncl->ncl_lock); in sdev_nc_insertnode()
857 rw_exit(&ncl->ncl_lock); in sdev_nc_path_exists()
861 rw_exit(&ncl->ncl_lock); in sdev_nc_path_exists()
872 rw_exit(&ncl->ncl_lock); in sdev_nc_path_exists()
886 rw_exit(&ncl->ncl_lock); in sdev_nc_path_exists()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h397 krwlock_t ncl_lock; /* protects ncl_list */ member