Home
last modified time | relevance | path

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

/fs/nfsd/
A Dnfsxdr.c133 u32 tmp1, tmp2; in svcxdr_decode_sattr() local
146 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
147 if (tmp1 != (u32)-1 && tmp1 != 0xffff) { in svcxdr_decode_sattr()
149 iap->ia_mode = tmp1; in svcxdr_decode_sattr()
152 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
153 if (tmp1 != (u32)-1) { in svcxdr_decode_sattr()
159 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
160 if (tmp1 != (u32)-1) { in svcxdr_decode_sattr()
166 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
167 if (tmp1 != (u32)-1) { in svcxdr_decode_sattr()
[all …]
/fs/jfs/
A Djfs_dmap.h53 signed char tmp1, tmp2; in TREEMAX() local
55 tmp1 = max(*(cp+2), *(cp+3)); in TREEMAX()
58 return max(tmp1, tmp2); in TREEMAX()
A Djfs_dmap.c3058 signed char tmp1, tmp2; in dbMaxBud() local
3075 tmp1 = max(budtab[cp[2]], budtab[cp[3]]); in dbMaxBud()
3077 return (max(tmp1, tmp2)); in dbMaxBud()
/fs/smb/client/
A Dcifs_debug.c286 struct list_head *stmp, *tmp, *tmp1; in cifs_debug_dirs_proc_show() local
304 list_for_each(tmp1, &ses->tcon_list) { in cifs_debug_dirs_proc_show()
305 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in cifs_debug_dirs_proc_show()
A Dfile.c366 struct list_head *tmp1; in cifs_mark_open_files_invalid() local
382 list_for_each_safe(tmp, tmp1, &tcon->openFileList) { in cifs_mark_open_files_invalid()

Completed in 20 milliseconds