Searched refs:so_stateids (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | state.h | 435 struct list_head so_stateids; member
|
H A D | nfs4state.c | 1545 while (!list_empty(&oo->oo_owner.so_stateids)) { in release_openowner() 1546 stp = list_first_entry(&oo->oo_owner.so_stateids, in release_openowner() 3044 if (!list_empty(&oo->oo_owner.so_stateids)) in client_has_openowners() 4224 INIT_LIST_HEAD(&sop->so_stateids); in alloc_stateowner() 4389 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids); in init_open_stateid() 6503 INIT_LIST_HEAD(&lo->lo_owner.so_stateids); in alloc_init_lock_stateowner() 6566 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids); in init_lock_stateid() 7158 while (!list_empty(&lo->lo_owner.so_stateids)) { in nfsd4_release_lockowner() 7159 stp = list_first_entry(&lo->lo_owner.so_stateids, in nfsd4_release_lockowner()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | state.h | 470 struct list_head so_stateids; member
|
H A D | nfs4state.c | 1664 while (!list_empty(&oo->oo_owner.so_stateids)) { in release_openowner() 1665 stp = list_first_entry(&oo->oo_owner.so_stateids, in release_openowner() 3238 if (!list_empty(&oo->oo_owner.so_stateids)) in client_has_openowners() 4486 INIT_LIST_HEAD(&sop->so_stateids); in alloc_stateowner() 4651 list_add(&stp->st_perstateowner, &oo->oo_owner.so_stateids); in init_open_stateid() 6016 list_for_each_entry(stp, &lo->lo_owner.so_stateids, st_perstateowner) { in nfs4_lockowner_has_blockers() 7296 INIT_LIST_HEAD(&lo->lo_owner.so_stateids); in alloc_init_lock_stateowner() 7359 list_add(&stp->st_perstateowner, &lo->lo_owner.so_stateids); in init_lock_stateid() 7966 list_for_each_entry(stp, &lo->lo_owner.so_stateids, st_perstateowner) { in nfsd4_release_lockowner() 7974 while (!list_empty(&lo->lo_owner.so_stateids)) { in nfsd4_release_lockowner() [all...] |
Completed in 35 milliseconds