Home
last modified time | relevance | path

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

/external/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()
/external/kernel-headers/original/uapi/linux/
Dfs.h194 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */ macro
/external/e2fsprogs/misc/
Dfilefrag.c69 #define FIGETBSZ _IO(0x00, 2) /* get the block size used for bmap */ macro
427 if (ioctl(fd, FIGETBSZ, &blksize) < 0)
/external/minijail/linux-x86/
Dlibconstants.gen.c2170 #ifdef FIGETBSZ
2171 { "FIGETBSZ", (unsigned long) FIGETBSZ },