Home
last modified time | relevance | path

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

/linux-6.1.9/fs/lockd/
Dclntproc.c70 list_for_each_entry(lockowner, &host->h_lockowners, list) { in nlm_pidbusy()
89 list_for_each_entry(lockowner, &host->h_lockowners, list) { in __nlmclnt_find_lockowner()
114 list_add(&new->list, &host->h_lockowners); in nlmclnt_find_lockowner()
Dhost.c159 INIT_LIST_HEAD(&host->h_lockowners); in nlm_alloc_host()
301 WARN_ON_ONCE(!list_empty(&host->h_lockowners)); in nlmclnt_release_host()
Dsvclock.c356 list_for_each_entry(lockowner, &host->h_lockowners, list) { in __nlmsvc_find_lockowner()
382 list_add(&new->list, &host->h_lockowners); in nlmsvc_find_lockowner()
/linux-6.1.9/include/linux/lockd/
Dlockd.h66 struct list_head h_lockowners; /* Lockowners for the client */ member