Home
last modified time | relevance | path

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

/fs/nfsd/
A Dnfsxdr.c133 u32 tmp1, tmp2; in svcxdr_decode_sattr() local
173 tmp2 = be32_to_cpup(p++); in svcxdr_decode_sattr()
174 if (tmp1 != (u32)-1 && tmp2 != (u32)-1) { in svcxdr_decode_sattr()
177 iap->ia_atime.tv_nsec = tmp2 * NSEC_PER_USEC; in svcxdr_decode_sattr()
181 tmp2 = be32_to_cpup(p++); in svcxdr_decode_sattr()
182 if (tmp1 != (u32)-1 && tmp2 != (u32)-1) { in svcxdr_decode_sattr()
185 iap->ia_mtime.tv_nsec = tmp2 * NSEC_PER_USEC; in svcxdr_decode_sattr()
195 if (tmp2 == 1000000) in svcxdr_decode_sattr()
/fs/jfs/
A 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()
A Djfs_dmap.c3058 signed char tmp1, tmp2; in dbMaxBud() local
3076 tmp2 = max(budtab[cp[0]], budtab[cp[1]]); in dbMaxBud()
3077 return (max(tmp1, tmp2)); in dbMaxBud()
/fs/smb/client/
A Dconnect.c1101 struct list_head *tmp, *tmp2; in clean_demultiplex_info() local
1105 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) { in clean_demultiplex_info()
1116 list_for_each_safe(tmp, tmp2, &dispose_list) { in clean_demultiplex_info()
/fs/smb/server/
A Dsmb2pdu.c7347 struct ksmbd_lock *smb_lock = NULL, *cmp_lock, *tmp, *tmp2; in smb2_lock() local
7464 list_for_each_entry_safe(cmp_lock, tmp2, &conn->lock_list, clist) { in smb2_lock()

Completed in 32 milliseconds