Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfiemap.h23 __u32 fe_flags; /* FIEMAP_EXTENT_* flags for this extent */ member
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h53 __u32 fe_flags; /* FIEMAP_EXTENT_* flags for this extent */ member
/linux-4.4.14/fs/ocfs2/
Dextent_map.c788 u32 fe_flags; in ocfs2_fiemap() local
802 fe_flags = 0; in ocfs2_fiemap()
804 fe_flags |= FIEMAP_EXTENT_UNWRITTEN; in ocfs2_fiemap()
806 fe_flags |= FIEMAP_EXTENT_SHARED; in ocfs2_fiemap()
808 fe_flags |= FIEMAP_EXTENT_LAST; in ocfs2_fiemap()
814 len_bytes, fe_flags); in ocfs2_fiemap()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1701 lcl_fm_ext[ext].fe_flags |= FIEMAP_EXTENT_NET; in fiemap_prepare_and_copy_exts()
1857 lcl_fm_ext[0].fe_flags |= FIEMAP_EXTENT_UNKNOWN; in lov_fiemap()
1900 if (lcl_fm_ext[ext_count-1].fe_flags & FIEMAP_EXTENT_LAST) in lov_fiemap()
1901 lcl_fm_ext[ext_count - 1].fe_flags &= in lov_fiemap()
1939 fiemap->fm_extents[current_extent - 1].fe_flags |= in lov_fiemap()
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt87 __u32 fe_flags; /* FIEMAP_EXTENT_* flags for this extent */
98 The fe_flags field contains flags which describe the extent returned.
/linux-4.4.14/fs/
Dioctl.c111 extent.fe_flags = flags; in fiemap_fill_next_extent()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3984 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_flags) == 40, "found %lld\n", in lustre_assert_wire_constants()
3985 (long long)(int)offsetof(struct ll_fiemap_extent, fe_flags)); in lustre_assert_wire_constants()
3986 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3987 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_flags)); in lustre_assert_wire_constants()
Dpack_generic.c1831 __swab32s(&fm_extent->fe_flags); in lustre_swab_fiemap_extent()