Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c51 static mutex_t dfstab_lock = DEFAULTMUTEX; variable
75 (void) mutex_lock(&dfstab_lock); in get_dfstab_ents()
98 (void) mutex_unlock(&dfstab_lock); in get_dfstab_ents()
116 (void) mutex_lock(&dfstab_lock); in add_entry_to_dfstab()
119 (void) mutex_unlock(&dfstab_lock); in add_entry_to_dfstab()
285 (void) mutex_lock(&dfstab_lock); in dfstab_line_to_dfstab_entry()
287 (void) mutex_unlock(&dfstab_lock); in dfstab_line_to_dfstab_entry()
317 (void) mutex_lock(&dfstab_lock); in change_dfstab_ent()
375 (void) mutex_unlock(&dfstab_lock); in change_dfstab_ent()
380 (void) mutex_unlock(&dfstab_lock); in change_dfstab_ent()
[all …]