| /f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/ |
| H A D | getmntany.c | 89 struct stat64 st; in getextmntent_impl() 93 if (stat64(mp->mnt_mountp, &st) != 0) { in getextmntent_impl() 106 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) 108 struct stat64 st; 123 if (stat64(path, statbuf) != 0) { 158 if (stat64(entry->mnt_mountp, &st) != 0) {
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | getmntany.c | 41 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) in getextmntent() 50 if (stat64(path, statbuf) != 0) { in getextmntent()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | stat.h | 35 #define stat64 stat macro 60 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
|
| H A D | mnttab.h | 74 struct stat64; 80 struct stat64 *statbuf);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_device_path_os.c | 105 struct stat64 statbuf; in zpool_label_disk_wait() 112 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
|
| H A D | zutil_import_os.c | 103 struct stat64 statbuf; in zpool_open_func()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zvol_id/ |
| H A D | zvol_id_main.c | 60 struct stat64 statbuf; in main() 71 error = stat64(dev_name, &statbuf); in main()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 172 struct stat64 sb = { 0 }; in find_shares_object() 177 if (stat64(fullpath, &sb) != 0) { in find_shares_object()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfeature_common.c | 176 struct stat64 statbuf; in zfs_mod_supported_impl() 177 supported = !!(stat64(path, &statbuf) == 0); in zfs_mod_supported_impl() 203 struct stat64 statbuf; in zfs_mod_supported() 204 if ((stat64(ZFS_SYSFS_DIR, &statbuf) == 0) && in zfs_mod_supported()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 106 struct stat64 statbuf; in zpool_open_func() 131 if (stat64(rn->rn_name, &statbuf) != 0 || in zpool_open_func() 644 struct stat64 statbuf; in zpool_label_disk_wait() 649 if (stat64(name, &statbuf) == 0 && errno == 0) in zpool_label_disk_wait() 680 struct stat64 statbuf; in zpool_label_disk_wait() 687 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | stat.h | 37 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
|
| H A D | mnttab.h | 76 struct stat64 *statbuf);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 85 struct stat64 *statbuf) in parse_pathname() 222 struct stat64 statbuf; in translate_record()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 187 struct stat64 *statbuf, boolean_t *wholedisk) in is_shorthand_path() 194 if (*wholedisk || (stat64(path, statbuf) == 0)) in is_shorthand_path() 276 struct stat64 statbuf; in make_leaf_vdev() 304 if (!wholedisk && (stat64(path, &statbuf) != 0)) { in make_leaf_vdev() 567 struct stat64 statbuf; in get_replication() 642 err = stat64(path, &statbuf); in get_replication() 943 struct stat64 statbuf; in make_disks()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | config.h | 45 #define redis_stat stat64
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/ |
| H A D | mkfile.c | 176 struct stat64 st; in main()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 1053 struct stat64 st; in zfs_file_open() 1055 if (!(flags & O_CREAT) && stat64(path, &st) == -1) in zfs_file_open() 1305 struct stat64 st; in zfs_file_getattr()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 230 #define stat64 stat macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 146 struct stat64 statbuf; in zpool_clear_label()
|
| H A D | libzfs_util.c | 1136 struct stat64 statbuf;
|
| H A D | libzfs_pool.c | 463 struct stat64 statbuf; in zpool_valid_proplist() 662 (stat64(strval, &statbuf) != 0 || in zpool_valid_proplist()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 889 struct stat64 statbuf; in zpool_read_label() 1381 struct stat64 statbuf; in zpool_find_import_cached()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 72 struct stat64 stat; in read_map()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 3880 struct stat64 statbuf; in dump_cachefile() 4593 struct stat64 statbuf; in dump_label() 4610 if (dev[0] != '/' && stat64(path, &statbuf) != 0) { in dump_label() 4619 if (error || (stat64(path, &statbuf) != 0)) { in dump_label()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 7198 struct stat64 statbuf; in unshare_unmount_path() 7237 if (stat64(entry.mnt_mountp, &statbuf) != 0) { in unshare_unmount_path()
|