Home
last modified time | relevance | path

Searched refs:FIEMAP_EXTENT_DATA_ENCRYPTED (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfiemap.h53 #define FIEMAP_EXTENT_DATA_ENCRYPTED 0x00000080 /* Data is encrypted by fs. macro
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h83 #define FIEMAP_EXTENT_DATA_ENCRYPTED 0x00000080 /* Data is encrypted by fs. macro
/linux-4.1.27/fs/
Dioctl.c83 #define SET_NO_UNMOUNTED_IO_FLAGS (FIEMAP_EXTENT_DATA_ENCRYPTED)
/linux-4.1.27/Documentation/filesystems/
Dfiemap.txt146 * FIEMAP_EXTENT_DATA_ENCRYPTED
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3998 CLASSERT(FIEMAP_EXTENT_DATA_ENCRYPTED == 0x00000080); in lustre_assert_wire_constants()