Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dfalloc.h21 #define FALLOC_FL_KEEP_SIZE 0x01 macro
/bionic/tests/
Dfcntl_test.cpp28 #if !defined(FALLOC_FL_PUNCH_HOLE) || !defined(FALLOC_FL_KEEP_SIZE)
295 ASSERT_EQ(-1, fallocate(tf.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, 1)); in TEST()