Lines Matching refs:ost
7315 const struct nfs4_ol_stateid *ost)
7319 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock);
7321 /* If ost is not hashed, ost->st_locks will not be valid */
7322 if (!nfs4_ol_stateid_unhashed(ost))
7323 list_for_each_entry(lst, &ost->st_locks, st_locks) {
7381 struct inode *inode, struct nfs4_ol_stateid *ost,
7386 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
7391 lst = find_lock_stateid(lo, ost);
7402 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost);
7432 struct nfs4_ol_stateid *ost,
7437 struct nfs4_file *fi = ost->st_stid.sc_file;
7438 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
7448 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock);
7459 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);