Searched refs:move_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/netfs/
H A Dmisc.c210 goto move_start;
226 move_start:
/linux-master/fs/ocfs2/
H A Dmove_extents.c762 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size; local
794 move_start = ocfs2_clusters_for_bytes(osb->sb, range->me_start);
797 if (len_to_move >= move_start)
798 len_to_move -= move_start;
815 move_start, len_to_move, defrag_thresh);
817 cpos = move_start;

Completed in 134 milliseconds