Home
last modified time | relevance | path

Searched refs:FIGETBSZ (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/util/
Dcopy_sparse.c46 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */ macro
115 if (ioctl(fd, FIGETBSZ, &bs) < 0) { in copy_sparse_file()
/third_party/e2fsprogs/misc/
Dfilefrag.c72 #define FIGETBSZ _IO(0x00, 2) /* get the block size used for bmap */ macro
458 if ((ioctl(fd, FIGETBSZ, &blksize) < 0) || !blksize)