Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfiemap.h46 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR) macro
/Linux-v4.19/fs/
Dioctl.c146 incompat_flags = fieinfo->fi_flags & ~(FIEMAP_FLAGS_COMPAT & fs_flags); in fiemap_check_flags()