Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfalloc.h28 #define FALLOC_FL_SUPPORTED_MASK (FALLOC_FL_KEEP_SIZE | \ macro
/openbmc/linux/fs/
H A Dopen.c253 if (mode & ~FALLOC_FL_SUPPORTED_MASK) in vfs_fallocate()