Home
last modified time | relevance | path

Searched refs:fe_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dfiemap.h31 __u32 fe_flags; member
/linux-6.15/fs/ocfs2/
H A Dextent_map.c781 u32 fe_flags; in ocfs2_fiemap() local
795 fe_flags = 0; in ocfs2_fiemap()
797 fe_flags |= FIEMAP_EXTENT_UNWRITTEN; in ocfs2_fiemap()
799 fe_flags |= FIEMAP_EXTENT_SHARED; in ocfs2_fiemap()
801 fe_flags |= FIEMAP_EXTENT_LAST; in ocfs2_fiemap()
807 len_bytes, fe_flags); in ocfs2_fiemap()
/linux-6.15/Documentation/filesystems/
H A Dfiemap.rst83 The fe_flags field contains flags which describe the extent returned.
/linux-6.15/fs/
H A Dioctl.c142 extent.fe_flags = flags; in fiemap_fill_next_extent()