Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dhost.c155 mutex_init(&host->h_mutex); in nlm_alloc_host()
430 mutex_lock(&host->h_mutex); in nlm_bind_host()
485 mutex_unlock(&host->h_mutex); in nlm_bind_host()
/Linux-v4.19/include/linux/lockd/
Dlockd.h63 struct mutex h_mutex; /* mutex for pmap binding */ member