Home
last modified time | relevance | path

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

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