HomeSort by relevance Sort by last modified time
    Searched defs:FIGETBSZ (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/util/
copy_sparse.c 46 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
115 if (ioctl(fd, FIGETBSZ, &bs) < 0) {
116 perror("FIGETBSZ");
  /external/e2fsprogs/misc/
filefrag.c 69 #define FIGETBSZ _IO(0x00, 2) /* get the block size used for bmap */
427 if (ioctl(fd, FIGETBSZ, &blksize) < 0)
  /bionic/libc/kernel/uapi/linux/
fs.h 133 #define FIGETBSZ _IO(0x00, 2)
  /external/kernel-headers/original/uapi/linux/
fs.h 191 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */

Completed in 148 milliseconds