exfat: replace 'time_ms' with 'time_cs'
authorTetsuhiro Kohada <kohada.t2@gmail.com>
Tue, 21 Apr 2020 23:30:56 +0000 (08:30 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 9 Jun 2020 07:49:00 +0000 (16:49 +0900)
commited0f84d30ba65f44bed2739572c7ab0fdeed4004
treef1c4eda922f3fbb4665c268eafd05c5cc0f0d376
parentcdc06129a6cea0e4863fa2b34a0c132c6eb7278b
exfat: replace 'time_ms' with 'time_cs'

Replace time_ms  with time_cs in the file directory entry structure
and related functions.

The unit of create_time_ms/modify_time_ms in File Directory Entry are not
'milli-second', but 'centi-second'.
The exfat specification uses the term '10ms', but instead use 'cs' as in
msdos_fs.h.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/exfat_raw.h
fs/exfat/file.c
fs/exfat/inode.c
fs/exfat/misc.c
fs/exfat/namei.c