Home
last modified time | relevance | path

Searched refs:bsd_to_linux_statx (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_fcntl.h84 int bsd_to_linux_statx(struct stat *, struct linux_statx *, unsigned int);
H A Dlinux_file64.c112 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 Dlinux32_stat.c301 error = bsd_to_linux_statx(&st, &stx, SCARG(uap, mask)); in linux32_sys_statx()