Home
last modified time | relevance | path

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

/freebsd-14.2/tools/test/stress2/misc/
H A Dufssuspend.sh72 error = ioctl(g_ufs_suspend_handle, UFSSUSPEND, &statfsp->f_fsid);
H A Dpcatch.sh102 if ((error = ioctl(fd, UFSSUSPEND, &s.f_fsid)) != 0)
/freebsd-14.2/contrib/hyperv/tools/
H A Dhv_vss_daemon.c107 error = ioctl(g_ufs_suspend_handle, UFSSUSPEND, &statfsp->f_fsid); in freeze()
/freebsd-14.2/sys/ufs/ffs/
H A Dffs_suspend.c291 case UFSSUSPEND: in ffs_susp_ioctl()
H A Dfs.h913 #define UFSSUSPEND _IOW('U', 1, fsid_t) macro
/freebsd-14.2/sbin/growfs/
H A Dgrowfs.c1510 error = ioctl(fso, UFSSUSPEND, &statfsp->f_fsid); in main()