Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dstate.h405 struct list_head so_stateids; member
Dnfs4state.c1213 while (!list_empty(&lo->lo_owner.so_stateids)) { in release_lockowner()
1214 stp = list_first_entry(&lo->lo_owner.so_stateids, in release_lockowner()
1299 while (!list_empty(&oo->oo_owner.so_stateids)) { in release_openowner()
1300 stp = list_first_entry(&oo->oo_owner.so_stateids, in release_openowner()
2329 if (!list_empty(&oo->oo_owner.so_stateids)) in client_has_openowners()
3362 INIT_LIST_HEAD(&sop->so_stateids); in alloc_stateowner()
3471 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids); in init_open_stateid()
5363 INIT_LIST_HEAD(&lo->lo_owner.so_stateids); in alloc_init_lock_stateowner()
5400 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids); in init_lock_stateid()
5414 list_for_each_entry(lst, &lo->lo_owner.so_stateids, st_perstateowner) { in find_lock_stateid()
[all …]