Lines Matching full:ost
7969 const struct nfs4_ol_stateid *ost) in find_lock_stateid() argument
7973 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock); in find_lock_stateid()
7975 /* If ost is not hashed, ost->st_locks will not be valid */ in find_lock_stateid()
7976 if (!nfs4_ol_stateid_unhashed(ost)) in find_lock_stateid()
7977 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid()
8035 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid() argument
8040 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in find_or_create_lock_stateid()
8045 lst = find_lock_stateid(lo, ost); in find_or_create_lock_stateid()
8056 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost); in find_or_create_lock_stateid()
8086 struct nfs4_ol_stateid *ost, in lookup_or_create_lock_state() argument
8091 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
8092 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in lookup_or_create_lock_state()
8102 lo = alloc_init_lock_stateowner(strhashval, cl, ost, lock); in lookup_or_create_lock_state()
8113 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new); in lookup_or_create_lock_state()