Home
last modified time | relevance | path

Searched refs:cache_unlock (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c79 cache_unlock(); in dm_free_descriptor()
99 cache_unlock(); in dm_free_descriptors()
122 cache_unlock(); in dm_get_associated_descriptors()
129 cache_unlock(); in dm_get_associated_descriptors()
164 cache_unlock(); in dm_get_associated_descriptors()
206 cache_unlock(); in dm_get_attributes()
213 cache_unlock(); in dm_get_attributes()
248 cache_unlock(); in dm_get_attributes()
293 cache_unlock(); in dm_get_descriptor_by_name()
336 cache_unlock(); in dm_get_descriptors()
[all …]
H A Dcache.c442 cache_unlock() in cache_unlock() function
475 cache_unlock(); in cache_update()
H A Ddisks_private.h243 void cache_unlock();
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dcache.c187 cache_unlock(int mode, int ec) in cache_unlock() function
258 return (cache_unlock(CACHE_WRITE, ec)); in cache_unlock_sync()
277 return (cache_unlock(CACHE_READ, 0)); in cache_unlock_nosync()
H A Disns_cache.h71 int cache_unlock(int, int);
H A Ddump.c1405 conn.ec = cache_unlock(conn.lock, conn.ec); in new_dd_dds()
1484 conn.ec = cache_unlock(conn.lock, conn.ec); in del_dd_dds()
1564 conn.ec = cache_unlock(conn.lock, conn.ec); in update_dds()
1696 conn.ec = cache_unlock(conn.lock, conn.ec); in update_member()
H A Dserver.c153 conn->ec = cache_unlock(conn->lock, conn->ec); in isns_connection()