Searched refs:oiff (Results 1 – 1 of 1) sorted by relevance
616 struct ocfs2_info_freefrag *oiff; in ocfs2_info_handle_freefrag() local620 oiff = kzalloc(sizeof(struct ocfs2_info_freefrag), GFP_KERNEL); in ocfs2_info_handle_freefrag()621 if (!oiff) { in ocfs2_info_handle_freefrag()627 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag()634 if ((oiff->iff_chunksize & (oiff->iff_chunksize - 1)) || in ocfs2_info_handle_freefrag()635 (!oiff->iff_chunksize)) { in ocfs2_info_handle_freefrag()640 if (o2info_coherent(&oiff->iff_req)) { in ocfs2_info_handle_freefrag()661 status = ocfs2_info_freefrag_scan_bitmap(osb, gb_inode, blkno, oiff); in ocfs2_info_handle_freefrag()665 o2info_set_request_filled(&oiff->iff_req); in ocfs2_info_handle_freefrag()667 if (o2info_to_user(*oiff, req)) { in ocfs2_info_handle_freefrag()[all …]