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