Searched refs:FALLOC_FL_SUPPORTED_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | falloc.h | 25 #define FALLOC_FL_SUPPORTED_MASK (FALLOC_FL_KEEP_SIZE | \ macro |
/Linux-v4.19/fs/ | ||
D | open.c | 237 if (mode & ~FALLOC_FL_SUPPORTED_MASK) in vfs_fallocate() |