Home
last modified time | relevance | path

Searched refs:FIDEDUPERANGE (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dfile_ioctl.c53 #ifndef FIDEDUPERANGE
54 # define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
153 case FIDEDUPERANGE: { /* RW */ in file_ioctl()
DChangeLog28636 file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode.
28893 This is limited to FIEMAP. FICLONE* and FIDEDUPERANGE originated in
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl08.c68 TEST(ioctl(fd_src, FIDEDUPERANGE, fdr)); in verify_ioctl()
/external/kernel-headers/original/uapi/linux/
Dfs.h200 #define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
/external/strace/tests-m32/
Dbtrfs.c130 #ifndef FIDEDUPERANGE
131 # define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
/external/strace/tests-mx32/
Dbtrfs.c130 #ifndef FIDEDUPERANGE
131 # define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
/external/strace/tests/
Dbtrfs.c130 #ifndef FIDEDUPERANGE
131 # define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
/external/minijail/linux-x86/
Dlibconstants.gen.c2164 #ifdef FIDEDUPERANGE
2165 { "FIDEDUPERANGE", (unsigned long) FIDEDUPERANGE },