Searched refs:ZFS_IOC_GETDOSFLAGS (Results 1 – 4 of 4) sorted by relevance
73 if (ioctl(fd, ZFS_IOC_GETDOSFLAGS, &flags) == -1) in main()87 if (ioctl(fd, ZFS_IOC_GETDOSFLAGS, &newflags) == -1) in main()
46 if (ioctl(fd, ZFS_IOC_GETDOSFLAGS, &flags) == -1) in main()
1034 case ZFS_IOC_GETDOSFLAGS: in zpl_ioctl()
1594 #define ZFS_IOC_GETDOSFLAGS _IOR(0x83, 1, uint64_t) macro