Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfiemap.h43 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/linux-4.4.14/fs/ext4/
Dextents.c5187 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_fiemap()