Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfiemap.h23 __u32 fe_flags; /* FIEMAP_EXTENT_* flags for this extent */ member
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h55 __u32 fe_flags; /* FIEMAP_EXTENT_* flags for this extent */ member
/linux-4.1.27/fs/ocfs2/
Dextent_map.c786 u32 fe_flags; in ocfs2_fiemap() local
800 fe_flags = 0; in ocfs2_fiemap()
802 fe_flags |= FIEMAP_EXTENT_UNWRITTEN; in ocfs2_fiemap()
804 fe_flags |= FIEMAP_EXTENT_SHARED; in ocfs2_fiemap()
806 fe_flags |= FIEMAP_EXTENT_LAST; in ocfs2_fiemap()
812 len_bytes, fe_flags); in ocfs2_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1719 lcl_fm_ext[ext].fe_flags |= FIEMAP_EXTENT_NET; in fiemap_prepare_and_copy_exts()
1875 lcl_fm_ext[0].fe_flags |= FIEMAP_EXTENT_UNKNOWN; in lov_fiemap()
1918 if (lcl_fm_ext[ext_count-1].fe_flags & FIEMAP_EXTENT_LAST) in lov_fiemap()
1919 lcl_fm_ext[ext_count - 1].fe_flags &= in lov_fiemap()
1957 fiemap->fm_extents[current_extent - 1].fe_flags |= in lov_fiemap()
/linux-4.1.27/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.1.27/fs/
Dioctl.c111 extent.fe_flags = flags; in fiemap_fill_next_extent()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3986 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_flags) == 40, "found %lld\n", in lustre_assert_wire_constants()
3987 (long long)(int)offsetof(struct ll_fiemap_extent, fe_flags)); in lustre_assert_wire_constants()
3988 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3989 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_flags)); in lustre_assert_wire_constants()
Dpack_generic.c1985 __swab32s(&fm_extent->fe_flags); in lustre_swab_fiemap_extent()