Home
last modified time | relevance | path

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

/openbmc/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
H A Dmove_extents.c893 static int ocfs2_move_extents(struct ocfs2_move_extents_context *context) in ocfs2_move_extents() function