Searched refs:tmp1 (Results 1 – 8 of 8) sorted by relevance
/fs/cifs/ |
D | cifs_debug.c | 166 struct list_head *stmp, *tmp, *tmp1, *tmp2; in cifs_debug_files_proc_show() local 186 list_for_each(tmp1, &ses->tcon_list) { in cifs_debug_files_proc_show() 187 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in cifs_debug_files_proc_show() 218 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local 272 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_debug_data_proc_show() 273 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_debug_data_proc_show() 474 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 495 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_stats_proc_write() 496 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_stats_proc_write() 539 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local [all …]
|
D | smb2misc.c | 606 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_lease_break() local 619 list_for_each(tmp1, &server->smb_ses_list) { in smb2_is_valid_lease_break() 620 ses = list_entry(tmp1, struct cifs_ses, smb_ses_list); in smb2_is_valid_lease_break() 674 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_oplock_break() local 700 list_for_each(tmp1, &ses->tcon_list) { in smb2_is_valid_oplock_break() 701 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in smb2_is_valid_oplock_break()
|
D | misc.c | 411 struct list_head *tmp, *tmp1, *tmp2; in is_valid_oplock_break() local 480 list_for_each(tmp1, &ses->tcon_list) { in is_valid_oplock_break() 481 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in is_valid_oplock_break()
|
D | file.c | 856 struct list_head *tmp1; in cifs_reopen_persistent_handles() local 878 list_for_each_safe(tmp, tmp1, &tmp_list) { in cifs_reopen_persistent_handles()
|
D | cifssmb.c | 103 struct list_head *tmp1; in cifs_mark_open_files_invalid() local 107 list_for_each_safe(tmp, tmp1, &tcon->openFileList) { in cifs_mark_open_files_invalid()
|
/fs/nfsd/ |
D | nfsxdr.c | 76 u32 tmp, tmp1; in decode_sattr() local 102 tmp = ntohl(*p++); tmp1 = ntohl(*p++); in decode_sattr() 103 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr() 106 iap->ia_atime.tv_nsec = tmp1 * 1000; in decode_sattr() 108 tmp = ntohl(*p++); tmp1 = ntohl(*p++); in decode_sattr() 109 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr() 112 iap->ia_mtime.tv_nsec = tmp1 * 1000; in decode_sattr() 122 if (tmp1 == 1000000) in decode_sattr()
|
/fs/jfs/ |
D | jfs_dmap.h | 53 signed char tmp1, tmp2; in TREEMAX() local 55 tmp1 = max(*(cp+2), *(cp+3)); in TREEMAX() 58 return max(tmp1, tmp2); in TREEMAX()
|
D | jfs_dmap.c | 3114 signed char tmp1, tmp2; in dbMaxBud() local 3131 tmp1 = max(budtab[cp[2]], budtab[cp[3]]); in dbMaxBud() 3133 return (max(tmp1, tmp2)); in dbMaxBud()
|