Lines Matching defs:lst
6524 struct nfs4_ol_stateid *lst;
6530 list_for_each_entry(lst, &ost->st_locks, st_locks) {
6531 if (lst->st_stateowner == &lo->lo_owner) {
6532 refcount_inc(&lst->st_stid.sc_count);
6533 return lst;
6592 struct nfs4_ol_stateid *lst;
6598 lst = find_lock_stateid(lo, ost);
6600 if (lst != NULL) {
6601 if (nfsd4_lock_ol_stateid(lst) == nfs_ok)
6603 nfs4_put_stid(&lst->st_stid);
6609 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost);
6610 if (lst == openlockstateid(ns))
6615 return lst;
6649 struct nfs4_ol_stateid *lst;
6666 lst = find_or_create_lock_stateid(lo, fi, inode, ost, new);
6667 if (lst == NULL) {
6673 *plst = lst;