Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dsplice.h22 #define SPLICE_F_GIFT (0x08) /* pages passed in are a gift */ macro
24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
/linux-5.19.10/tools/testing/selftests/vm/
Dprotection_keys.c1138 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
/linux-5.19.10/fs/
Dsplice.c1246 if (flags & SPLICE_F_GIFT) in vmsplice_to_pipe()
/linux-5.19.10/Documentation/crypto/
Duserspace-if.rst354 vmsplice(pipes[1], iov, iovlen, SPLICE_F_GIFT);