Home
last modified time | relevance | path

Searched defs:ll_user_fiemap (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h58 struct ll_user_fiemap { struct
59 __u64 fm_start; /* logical offset (inclusive) at
61 __u64 fm_length; /* logical length of mapping which
63 __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) */