Home
last modified time | relevance | path

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

/fs/
Dioctl.c165 u64 start, u64 *len, u32 supported_flags) in fiemap_prep() argument
182 supported_flags |= FIEMAP_FLAG_SYNC; in fiemap_prep()
183 supported_flags &= FIEMAP_FLAGS_COMPAT; in fiemap_prep()
184 incompat_flags = fieinfo->fi_flags & ~supported_flags; in fiemap_prep()
/fs/btrfs/
Dioctl.c4741 u64 change_mask, u64 flags, u64 supported_flags, in check_feature_bits() argument
4750 unsupported = set_mask & ~supported_flags; in check_feature_bits()