Home
last modified time | relevance | path

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

/linux-3.4.99/fs/lockd/
Dclntlock.c247 list_splice_init(&host->h_granted, &host->h_reclaim); in reclaimer()
261 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted); in reclaimer()
Dhost.c157 INIT_LIST_HEAD(&host->h_granted); in nlm_alloc_host()
292 BUG_ON(!list_empty(&host->h_granted)); in nlmclnt_release_host()
Dclntproc.c449 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
/linux-3.4.99/include/linux/lockd/
Dlockd.h66 struct list_head h_granted; /* Locks in GRANTED state */ member