Lines Matching refs:ost
6522 const struct nfs4_ol_stateid *ost)
6526 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock);
6528 /* If ost is not hashed, ost->st_locks will not be valid */
6529 if (!nfs4_ol_stateid_unhashed(ost))
6530 list_for_each_entry(lst, &ost->st_locks, st_locks) {
6588 struct inode *inode, struct nfs4_ol_stateid *ost,
6593 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
6598 lst = find_lock_stateid(lo, ost);
6609 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost);
6639 struct nfs4_ol_stateid *ost,
6644 struct nfs4_file *fi = ost->st_stid.sc_file;
6645 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
6655 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock);
6666 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);