Searched refs:oiff (Results 1 – 1 of 1) sorted by relevance
620 struct ocfs2_info_freefrag *oiff; in ocfs2_info_handle_freefrag() local624 oiff = kzalloc(sizeof(struct ocfs2_info_freefrag), GFP_KERNEL); in ocfs2_info_handle_freefrag()625 if (!oiff) { in ocfs2_info_handle_freefrag()631 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag()638 if ((oiff->iff_chunksize & (oiff->iff_chunksize - 1)) || in ocfs2_info_handle_freefrag()639 (!oiff->iff_chunksize)) { in ocfs2_info_handle_freefrag()644 if (o2info_coherent(&oiff->iff_req)) { in ocfs2_info_handle_freefrag()665 status = ocfs2_info_freefrag_scan_bitmap(osb, gb_inode, blkno, oiff); in ocfs2_info_handle_freefrag()669 o2info_set_request_filled(&oiff->iff_req); in ocfs2_info_handle_freefrag()671 if (o2info_to_user(*oiff, req)) { in ocfs2_info_handle_freefrag()[all …]