Searched refs:FALLOC_FL_SUPPORTED_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | falloc.h | 28 #define FALLOC_FL_SUPPORTED_MASK (FALLOC_FL_KEEP_SIZE | \ macro |
/openbmc/linux/fs/ | ||
H A D | open.c | 253 if (mode & ~FALLOC_FL_SUPPORTED_MASK) in vfs_fallocate() |