Home
last modified time | relevance | path

Searched refs:FALLOC_FL_MODE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dfalloc.h34 #define FALLOC_FL_MODE_MASK (FALLOC_FL_ALLOCATE_RANGE | \ macro
/linux/fs/
A Dopen.c255 if (mode & ~(FALLOC_FL_MODE_MASK | FALLOC_FL_KEEP_SIZE)) in vfs_fallocate()
265 switch (mode & FALLOC_FL_MODE_MASK) { in vfs_fallocate()
/linux/fs/xfs/
A Dxfs_file.c1111 switch (mode & FALLOC_FL_MODE_MASK) { in xfs_file_fallocate()

Completed in 13 milliseconds