Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dstate.h513 struct list_head so_stateids; member
A Dnfs4state.c1698 while (!list_empty(&oo->oo_owner.so_stateids)) { in release_openowner()
1699 stp = list_first_entry(&oo->oo_owner.so_stateids, in release_openowner()
3476 if (!list_empty(&oo->oo_owner.so_stateids)) in client_has_openowners()
4757 INIT_LIST_HEAD(&sop->so_stateids); in alloc_stateowner()
4992 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids); in init_open_stateid()
6384 list_for_each_entry(stp, &lo->lo_owner.so_stateids, st_perstateowner) { in nfs4_lockowner_has_blockers()
7736 INIT_LIST_HEAD(&lo->lo_owner.so_stateids); in alloc_init_lock_stateowner()
7799 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids); in init_lock_stateid()
8427 list_for_each_entry(stp, &lo->lo_owner.so_stateids, st_perstateowner) { in nfsd4_release_lockowner()
8435 while (!list_empty(&lo->lo_owner.so_stateids)) { in nfsd4_release_lockowner()
[all …]

Completed in 25 milliseconds