Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dclntlock.c257 list_splice_init(&host->h_granted, &host->h_reclaim); in reclaimer()
271 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted); in reclaimer()
H A Dhost.c160 INIT_LIST_HEAD(&host->h_granted); in nlm_alloc_host()
301 WARN_ON_ONCE(!list_empty(&host->h_granted)); in nlmclnt_release_host()
H A Dclntproc.c470 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
/linux/include/linux/lockd/
H A Dlockd.h68 struct list_head h_granted; /* Locks in GRANTED state */ member