Lines Matching full:ost
8068 const struct nfs4_ol_stateid *ost) in find_lock_stateid() argument
8072 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock); in find_lock_stateid()
8074 /* If ost is not hashed, ost->st_locks will not be valid */ in find_lock_stateid()
8075 if (!nfs4_ol_stateid_unhashed(ost)) in find_lock_stateid()
8076 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid()
8134 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid() argument
8139 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in find_or_create_lock_stateid()
8144 lst = find_lock_stateid(lo, ost); in find_or_create_lock_stateid()
8155 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost); in find_or_create_lock_stateid()
8185 struct nfs4_ol_stateid *ost, in lookup_or_create_lock_state() argument
8190 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
8191 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in lookup_or_create_lock_state()
8201 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock); in lookup_or_create_lock_state()
8212 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new); in lookup_or_create_lock_state()