Searched refs:DIOCGSTRIPESIZE (Results 1 – 2 of 2) sorted by relevance
108 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */ macro
680 if (ioctl(fd, DIOCGSTRIPESIZE, &psectsz) == 0 && psectsz > 0) in blockif_open()