Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c110 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local
127 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_debug_data_proc_show()
128 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_debug_data_proc_show()
234 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local
249 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_stats_proc_write()
250 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_stats_proc_write()
288 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local
320 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_stats_proc_show()
321 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_stats_proc_show()
Dmisc.c498 struct list_head *tmp, *tmp1, *tmp2; in is_valid_oplock_break() local
559 list_for_each(tmp1, &ses->tcon_list) { in is_valid_oplock_break()
560 tcon = list_entry(tmp1, struct cifsTconInfo, tcon_list); in is_valid_oplock_break()
Dcifssmb.c125 struct list_head *tmp1; in mark_open_files_invalid() local
129 list_for_each_safe(tmp, tmp1, &pTcon->openFileList) { in mark_open_files_invalid()
/fs/nfsd/
Dnfsxdr.c100 u32 tmp, tmp1; in decode_sattr() local
124 tmp = ntohl(*p++); tmp1 = ntohl(*p++); in decode_sattr()
125 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr()
128 iap->ia_atime.tv_nsec = tmp1 * 1000; in decode_sattr()
130 tmp = ntohl(*p++); tmp1 = ntohl(*p++); in decode_sattr()
131 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr()
134 iap->ia_mtime.tv_nsec = tmp1 * 1000; in decode_sattr()
144 if (tmp1 == 1000000) in decode_sattr()
/fs/jfs/
Djfs_dmap.h66 signed char tmp1, tmp2; in TREEMAX() local
68 tmp1 = max(*(cp+2), *(cp+3)); in TREEMAX()
71 return max(tmp1, tmp2); in TREEMAX()
Djfs_dmap.c2970 signed char tmp1, tmp2; in dbMaxBud() local
2987 tmp1 = max(budtab[cp[2]], budtab[cp[3]]); in dbMaxBud()
2989 return (max(tmp1, tmp2)); in dbMaxBud()