Searched defs:ll_user_fiemap (Results 1 – 1 of 1) sorted by relevance
60 struct ll_user_fiemap { struct61 __u64 fm_start; /* logical offset (inclusive) at63 __u64 fm_length; /* logical length of mapping which65 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */66 __u32 fm_mapped_extents;/* number of extents that were mapped (out) */67 __u32 fm_extent_count; /* size of fm_extents array (in) */68 __u32 fm_reserved;69 struct ll_fiemap_extent fm_extents[0]; /* array of mapped extents (out) */