Home
last modified time | relevance | path

Searched refs:MIN_TZ_ADJ (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifssmb.c536 result = (seconds / MIN_TZ_ADJ) * MIN_TZ_ADJ; in decode_lanman_negprot_rsp()
537 remain = seconds % MIN_TZ_ADJ; in decode_lanman_negprot_rsp()
538 if (remain >= (MIN_TZ_ADJ / 2)) in decode_lanman_negprot_rsp()
539 result += MIN_TZ_ADJ; in decode_lanman_negprot_rsp()
H A Dcifspdu.h519 #define MIN_TZ_ADJ (15 * 60) /* minimum grid for timezones in seconds */ macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h489 #define MIN_TZ_ADJ (15 * 60) /* minimum grid for timezones in seconds */ macro

Completed in 22 milliseconds