Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfiemap.h62 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/linux/Documentation/filesystems/
H A Dfiemap.rst52 FIEMAP_FLAG_CACHE
/linux/fs/f2fs/
H A Ddata.c1913 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in f2fs_fiemap()