Searched refs:stat64_copyout (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/compat/linux/
H A Dlinux_stats.c491 stat64_copyout(struct stat *buf, void *ubuf) function
533 return (stat64_copyout(&buf, args->statbuf));
545 return (stat64_copyout(&sb, args->statbuf));
556 error = stat64_copyout(&buf, args->statbuf);
581 error = stat64_copyout(&buf, args->statbuf);

Completed in 51 milliseconds