Searched defs:ocfs2_move_extents (Results 1 – 1 of 1) sorted by relevance
190 struct ocfs2_move_extents { struct193 __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 threshold222 #define OCFS2_IOC_MOVE_EXT _IOW('o', 6, struct ocfs2_move_extents) argument