Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dclntproc.c68 list_for_each_entry(lockowner, &host->h_lockowners, list) { in nlm_pidbusy()
87 list_for_each_entry(lockowner, &host->h_lockowners, list) { in __nlm_find_lockowner()
112 list_add(&new->list, &host->h_lockowners); in nlm_find_lockowner()
Dhost.c157 INIT_LIST_HEAD(&host->h_lockowners); in nlm_alloc_host()
292 WARN_ON_ONCE(!list_empty(&host->h_lockowners)); in nlmclnt_release_host()
/linux-4.1.27/include/linux/lockd/
Dlockd.h64 struct list_head h_lockowners; /* Lockowners for the client */ member