Home
last modified time | relevance | path

Searched refs:so_idhash (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/nfsd/
Dstate.h340 struct list_head so_idhash; /* hash by so_id */ member
Dnfs4state.c426 list_del(&sop->so_idhash); in unhash_lockowner()
467 list_del(&sop->so_idhash); in unhash_openowner()
2163 INIT_LIST_HEAD(&sop->so_idhash); in alloc_init_open_stateowner()
2170 list_add(&sop->so_idhash, &ownerid_hashtbl[idhashval]); in alloc_init_open_stateowner()
3696 INIT_LIST_HEAD(&sop->so_idhash); in alloc_init_lock_stateowner()
3703 list_add(&sop->so_idhash, &lock_ownerid_hashtbl[idhashval]); in alloc_init_lock_stateowner()
4154 list_for_each_entry(sop, &lock_ownerid_hashtbl[i], so_idhash) { in nfsd4_release_lockowner()