Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 6 of 6) sorted by relevance

/fs/cifs/
Dcifs_debug.c166 struct list_head *stmp, *tmp, *tmp1, *tmp2; in cifs_debug_files_proc_show() local
189 list_for_each(tmp2, &tcon->openFileList) { in cifs_debug_files_proc_show()
190 cfile = list_entry(tmp2, struct cifsFileInfo, in cifs_debug_files_proc_show()
218 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local
356 list_for_each(tmp2, &server->smb_ses_list) { in cifs_debug_data_proc_show()
357 ses = list_entry(tmp2, struct cifs_ses, in cifs_debug_data_proc_show()
474 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local
508 list_for_each(tmp2, &server->smb_ses_list) { in cifs_stats_proc_write()
509 ses = list_entry(tmp2, struct cifs_ses, in cifs_stats_proc_write()
539 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local
[all …]
Dsmb2misc.c606 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_lease_break() local
622 list_for_each(tmp2, &ses->tcon_list) { in smb2_is_valid_lease_break()
623 tcon = list_entry(tmp2, struct cifs_tcon, in smb2_is_valid_lease_break()
674 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_oplock_break() local
704 list_for_each(tmp2, &tcon->openFileList) { in smb2_is_valid_oplock_break()
705 cfile = list_entry(tmp2, struct cifsFileInfo, in smb2_is_valid_oplock_break()
Dmisc.c411 struct list_head *tmp, *tmp1, *tmp2; in is_valid_oplock_break() local
487 list_for_each(tmp2, &tcon->openFileList) { in is_valid_oplock_break()
488 netfile = list_entry(tmp2, struct cifsFileInfo, in is_valid_oplock_break()
Dconnect.c393 struct list_head *tmp, *tmp2; in cifs_reconnect() local
459 list_for_each(tmp2, &ses->tcon_list) { in cifs_reconnect()
460 tcon = list_entry(tmp2, struct cifs_tcon, tcon_list); in cifs_reconnect()
491 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) { in cifs_reconnect()
503 list_for_each_safe(tmp, tmp2, &retry_list) { in cifs_reconnect()
924 struct list_head *tmp, *tmp2; in clean_demultiplex_info() local
928 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) { in clean_demultiplex_info()
939 list_for_each_safe(tmp, tmp2, &dispose_list) { in clean_demultiplex_info()
/fs/jfs/
Djfs_dmap.h53 signed char tmp1, tmp2; in TREEMAX() local
56 tmp2 = max(*(cp), *(cp+1)); in TREEMAX()
58 return max(tmp1, tmp2); in TREEMAX()
Djfs_dmap.c3114 signed char tmp1, tmp2; in dbMaxBud() local
3132 tmp2 = max(budtab[cp[0]], budtab[cp[1]]); in dbMaxBud()
3133 return (max(tmp1, tmp2)); in dbMaxBud()