Home
last modified time | relevance | path

Searched refs:FIEMAP_EXTENT_UNWRITTEN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfiemap.h61 #define FIEMAP_EXTENT_UNWRITTEN 0x00000800 /* Space allocated, but macro
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h91 #define FIEMAP_EXTENT_UNWRITTEN 0x00000800 /* Space allocated, but macro
/linux-4.1.27/fs/ocfs2/
Dextent_map.c802 fe_flags |= FIEMAP_EXTENT_UNWRITTEN; in ocfs2_fiemap()
/linux-4.1.27/Documentation/filesystems/
Dfiemap.txt161 * FIEMAP_EXTENT_UNWRITTEN
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1038 fiemap_flags |= FIEMAP_EXTENT_UNWRITTEN; in xfs_fiemap_format()
/linux-4.1.27/fs/ext4/
Dextents.c2225 flags |= FIEMAP_EXTENT_UNWRITTEN; in ext4_fill_fiemap_extents()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4002 CLASSERT(FIEMAP_EXTENT_UNWRITTEN == 0x00000800); in lustre_assert_wire_constants()