Lines Matching refs:st_locks
1394 WARN_ON_ONCE(!list_empty(&stp->st_locks)); in put_ol_stateid_locked()
1402 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked()
1411 list_del_init(&stp->st_locks); in unhash_lock_stateid()
1451 st_locks); in free_ol_stateid_reaplist()
1452 list_del(&stp->st_locks); in free_ol_stateid_reaplist()
1467 while (!list_empty(&open_stp->st_locks)) { in release_open_stateid_locks()
1468 stp = list_entry(open_stp->st_locks.next, in release_open_stateid_locks()
1469 struct nfs4_ol_stateid, st_locks); in release_open_stateid_locks()
4367 INIT_LIST_HEAD(&stp->st_locks); in init_open_stateid()
6221 list_for_each_entry(stp, &reaplist, st_locks) in nfsd4_close_open_stateid()
6517 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid()
6552 list_add(&stp->st_locks, &open_stp->st_locks); in init_lock_stateid()