h_lockowners       70 fs/lockd/clntproc.c 	list_for_each_entry(lockowner, &host->h_lockowners, list) {
h_lockowners       89 fs/lockd/clntproc.c 	list_for_each_entry(lockowner, &host->h_lockowners, list) {
h_lockowners      114 fs/lockd/clntproc.c 			list_add(&new->list, &host->h_lockowners);
h_lockowners      159 fs/lockd/host.c 	INIT_LIST_HEAD(&host->h_lockowners);
h_lockowners      301 fs/lockd/host.c 		WARN_ON_ONCE(!list_empty(&host->h_lockowners));
h_lockowners      355 fs/lockd/svclock.c 	list_for_each_entry(lockowner, &host->h_lockowners, list) {
h_lockowners      381 fs/lockd/svclock.c 			list_add(&new->list, &host->h_lockowners);
h_lockowners       66 include/linux/lockd/lockd.h 	struct list_head	h_lockowners;	/* Lockowners for the client */