Searched refs:bsd_to_linux_statx (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_fcntl.h | 84 int bsd_to_linux_statx(struct stat *, struct linux_statx *, unsigned int);
|
H A D | linux_file64.c | 112 bsd_to_linux_statx(struct stat *st, struct linux_statx *stx, in bsd_to_linux_statx() function 337 error = bsd_to_linux_statx(&st, &stx, SCARG(uap, mask)); in linux_sys_statx()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_stat.c | 301 error = bsd_to_linux_statx(&st, &stx, SCARG(uap, mask)); in linux32_sys_statx()
|