Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Docfs2_ioctl.h190 struct ocfs2_move_extents { struct
193 __u64 me_start; /* Virtual start in the file to move */
194 __u64 me_len; /* Length of the extents to be moved */
195 __u64 me_goal; /* Physical offset of the goal,
197 __u64 me_threshold; /* Maximum distance from goal or threshold
222 #define OCFS2_IOC_MOVE_EXT _IOW('o', 6, struct ocfs2_move_extents) argument