Home
last modified time | relevance | path

Searched refs:FIEMAP_EXTENT_ENCODED (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfiemap.h51 #define FIEMAP_EXTENT_ENCODED 0x00000008 /* Data can not be read macro
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h79 #define FIEMAP_EXTENT_ENCODED 0x00000008 /* Data can not be read macro
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt131 * FIEMAP_EXTENT_ENCODED
142 unmounted, and then only if the FIEMAP_EXTENT_ENCODED flag is
147 - This will also set FIEMAP_EXTENT_ENCODED
/linux-4.4.14/fs/
Dioctl.c103 flags |= FIEMAP_EXTENT_ENCODED; in fiemap_fill_next_extent()
/linux-4.4.14/fs/btrfs/
Dextent_io.c4618 flags |= FIEMAP_EXTENT_ENCODED; in extent_fiemap()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3995 CLASSERT(FIEMAP_EXTENT_ENCODED == 0x00000008); in lustre_assert_wire_constants()