Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dstat.h37 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk() function
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dstat.h60 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk() function
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c154 if (fstat64_blk(fd, &statbuf) == -1) in zpool_clear_label()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1307 if (fstat64_blk(fp->f_fd, &st) == -1) in zfs_file_getattr()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c898 if (fstat64_blk(fd, &statbuf) == -1) in zpool_read_label()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c639 err = fstat64_blk(fd, &statbuf); in get_replication()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4631 if (fstat64_blk(fd, &statbuf) != 0) { in dump_label()