Home
last modified time | relevance | path

Searched refs:fsctl (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.121.3/tests/ !
H A Ddisk_mount_conditioner.c49 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
81 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
85 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
99 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, info, 0); in verify_mount_fallback_values()
103 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &newinfo, 0); in verify_mount_fallback_values()
178 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
182 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &mount_fields, 0);
189 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
200 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
204 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
[all …]
/xnu-10063.121.3/tests/vm/ !
H A Dtest_vm_no_pager_helper.c206 retval = fsctl(GRAFT_MOUNT_POINT, APFSIOC_UNGRAFT_AN_FS, &graft_params, 0); in read_and_cause_ungraft_crash()
311 int retval = fsctl(GRAFT_DMG, APFSIOC_GRAFT_AN_FS, &graft_params, 0); in setup_graft_image()
H A Dtest_vm_no_pager.m14 #include <sys/fsctl.h>
/xnu-10063.121.3/bsd/sys/ !
H A DMakefile84 fsctl.h \
185 fsctl.h \
H A Dfsctl.h494 int fsctl(const char *, unsigned long, void*, unsigned int);
/xnu-10063.121.3/bsd/vfs/ !
H A Dvfs_syscalls.c12910 fsctl(proc_t p, struct fsctl_args *uap, __unused int32_t *retval) in fsctl() function