Searched hist:"81 df1ad40644b706a1cdbd28a1471f9f0c0ea3e8" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/exfat/ |
H A D | misc.c | diff 81df1ad40644b706a1cdbd28a1471f9f0c0ea3e8 Mon Apr 20 21:13:10 CDT 2020 Eric Sandeen <sandeen@sandeen.net> exfat: truncate atimes to 2s granularity
The timestamp for access_time has double seconds granularity(There is no 10msIncrement field for access_time unlike create/modify_time). exfat's atimes are restricted to only 2s granularity so after we set an atime, round it down to the nearest 2s and set the sub-second component of the timestamp to 0.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
|
H A D | super.c | diff 81df1ad40644b706a1cdbd28a1471f9f0c0ea3e8 Mon Apr 20 21:13:10 CDT 2020 Eric Sandeen <sandeen@sandeen.net> exfat: truncate atimes to 2s granularity
The timestamp for access_time has double seconds granularity(There is no 10msIncrement field for access_time unlike create/modify_time). exfat's atimes are restricted to only 2s granularity so after we set an atime, round it down to the nearest 2s and set the sub-second component of the timestamp to 0.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
|
H A D | namei.c | diff 81df1ad40644b706a1cdbd28a1471f9f0c0ea3e8 Mon Apr 20 21:13:10 CDT 2020 Eric Sandeen <sandeen@sandeen.net> exfat: truncate atimes to 2s granularity
The timestamp for access_time has double seconds granularity(There is no 10msIncrement field for access_time unlike create/modify_time). exfat's atimes are restricted to only 2s granularity so after we set an atime, round it down to the nearest 2s and set the sub-second component of the timestamp to 0.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
|
H A D | file.c | diff 81df1ad40644b706a1cdbd28a1471f9f0c0ea3e8 Mon Apr 20 21:13:10 CDT 2020 Eric Sandeen <sandeen@sandeen.net> exfat: truncate atimes to 2s granularity
The timestamp for access_time has double seconds granularity(There is no 10msIncrement field for access_time unlike create/modify_time). exfat's atimes are restricted to only 2s granularity so after we set an atime, round it down to the nearest 2s and set the sub-second component of the timestamp to 0.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
|
H A D | exfat_fs.h | diff 81df1ad40644b706a1cdbd28a1471f9f0c0ea3e8 Mon Apr 20 21:13:10 CDT 2020 Eric Sandeen <sandeen@sandeen.net> exfat: truncate atimes to 2s granularity
The timestamp for access_time has double seconds granularity(There is no 10msIncrement field for access_time unlike create/modify_time). exfat's atimes are restricted to only 2s granularity so after we set an atime, round it down to the nearest 2s and set the sub-second component of the timestamp to 0.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
|