Lines Matching defs:lst
7317 struct nfs4_ol_stateid *lst;
7323 list_for_each_entry(lst, &ost->st_locks, st_locks) {
7324 if (lst->st_stateowner == &lo->lo_owner) {
7325 refcount_inc(&lst->st_stid.sc_count);
7326 return lst;
7385 struct nfs4_ol_stateid *lst;
7391 lst = find_lock_stateid(lo, ost);
7393 if (lst != NULL) {
7394 if (nfsd4_lock_ol_stateid(lst) == nfs_ok)
7396 nfs4_put_stid(&lst->st_stid);
7402 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost);
7403 if (lst == openlockstateid(ns))
7408 return lst;
7442 struct nfs4_ol_stateid *lst;
7459 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);
7460 if (lst == NULL) {
7466 *plst = lst;