Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h109 #ifdef FIEMAP_FLAGS_COMPAT
110 #undef FIEMAP_FLAGS_COMPAT
/linux-4.4.14/include/uapi/linux/
Dfiemap.h45 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR) macro
/linux-4.4.14/fs/
Dioctl.c142 incompat_flags = fieinfo->fi_flags & ~(FIEMAP_FLAGS_COMPAT & fs_flags); in fiemap_check_flags()