Lines Matching refs:oiff
620 struct ocfs2_info_freefrag *oiff;
624 oiff = kzalloc(sizeof(struct ocfs2_info_freefrag), GFP_KERNEL);
625 if (!oiff) {
631 if (o2info_from_user(*oiff, req)) {
638 if ((oiff->iff_chunksize & (oiff->iff_chunksize - 1)) ||
639 (!oiff->iff_chunksize)) {
644 if (o2info_coherent(&oiff->iff_req)) {
665 status = ocfs2_info_freefrag_scan_bitmap(osb, gb_inode, blkno, oiff);
669 o2info_set_request_filled(&oiff->iff_req);
671 if (o2info_to_user(*oiff, req)) {
679 o2info_set_request_error(&oiff->iff_req, req);
681 kfree(oiff);