Adhemerval Zanella
1bfbaf7130
linux: Consolidate fstatfs implementations
...
The __NR_fstatfs64 syscall is supported on all architectures but
aarch64, mips64, riscv64, and x86_64. And newer ABIs also uses
the new fstatfs64 interface (where the struct size is used as
first argument).
So the default implementation now uses:
1. __NR_fstatfs64 for non-LFS call and handle overflow directly
There is no need to handle __NR_fstatfs since all architectures
that only support are LFS only.
2. __NR_fstatfs if defined or __NR_fstatfs64 otherwise for LFS
call.
Alpha is the only outlier, it is a 64-bit architecture which
provides non-LFS interface and only provides __NR_fstatfs64 on
newer kernels (5.1+).
Checked on x86_64-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com >
2021-02-11 07:58:31 -03:00
..
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2019-03-07 20:20:25 +00:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2020-12-16 02:08:52 +00:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-02-11 07:58:31 -03:00
2021-02-11 07:58:31 -03:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2018-04-19 08:49:52 -03:00
2018-04-19 08:49:52 -03:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2018-12-18 19:52:21 -02:00
2020-12-21 09:09:43 -03:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2020-02-15 11:01:23 +01:00
2018-05-04 15:46:32 +00:00
2018-05-04 15:46:32 +00:00
2020-10-09 17:02:06 -03:00
2018-05-04 15:46:32 +00:00
2018-05-04 15:46:32 +00:00
2020-06-19 12:08:47 -03:00
2018-05-04 15:46:32 +00:00
2020-05-20 20:27:49 +02:00
2018-05-04 15:46:32 +00:00
2019-09-04 14:39:38 +02:00
2018-05-04 15:46:32 +00:00
2018-05-04 15:46:32 +00:00
2020-02-15 11:01:23 +01:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2020-04-21 14:01:58 -03:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-02-11 07:58:31 -03:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2020-07-07 14:10:58 -03:00
2021-01-02 12:17:34 -08:00
2021-01-05 11:22:25 -03:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2021-01-02 12:17:34 -08:00
2020-10-09 17:02:06 -03:00