Home
last modified time | relevance | path

Searched refs:fstat64 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dstat.h43 fstat64(int fd, struct stat *sb) in fstat64() function
62 if (fstat64(fd, st) == -1) in fstat64_blk()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dstat.h39 if (fstat64(fd, st) == -1) in fstat64_blk()
/f-stack/app/redis-5.0.5/src/
H A Dconfig.h44 #define redis_fstat fstat64
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c133 if (fstat64(fd, &statbuf) != 0) in zpool_open_func()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c189 if (fstat64(fd, &st) < 0) { in main()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1398 if (fstat64(fd, &statbuf) != 0) { in zpool_find_import_cached()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3890 if (fstat64(fd, &statbuf) != 0) { in dump_cachefile()