Lines Matching defs:tmp
173 struct list_head *tmp;
190 list_for_each_safe(tmp, tmp1, &tcon->openFileList) {
191 open_file = list_entry(tmp, struct cifsFileInfo, tlist);
553 struct cifsLockInfo *li, *tmp;
561 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) {
1128 struct cifsFileInfo *open_file, *tmp;
1149 list_for_each_entry_safe(open_file, tmp, &tmp_list, rlist) {
1228 struct cifsLockInfo *li, *tmp;
1229 list_for_each_entry_safe(li, tmp, &lock->blist, blist) {
1454 struct cifsLockInfo *li, *tmp;
1492 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) {
1553 struct lock_to_push *lck, *tmp;
1608 list_for_each_entry_safe(lck, tmp, &locks_to_send, llist) {
1624 list_for_each_entry_safe(lck, tmp, &locks_to_send, llist) {
1784 struct list_head *li, *tmp;
1785 list_for_each_safe(li, tmp, source)
1792 struct cifsLockInfo *li, *tmp;
1793 list_for_each_entry_safe(li, tmp, llist, llist) {
1815 struct cifsLockInfo *li, *tmp;
1843 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) {
1880 * request - add all locks from the tmp
1889 * free the tmp list.
3518 struct cifs_writedata *wdata, *tmp;
3541 list_for_each_entry_safe(wdata, tmp, &ctx->list, list) {
4046 struct cifs_readdata *rdata, *tmp;
4062 list_for_each_entry_safe(rdata, tmp, &ctx->list, list) {