Home
last modified time | relevance | path

Searched refs:oiff (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/
H A Dioctl.c619 struct ocfs2_info_freefrag *oiff; in ocfs2_info_handle_freefrag() local
623 oiff = kzalloc_obj(struct ocfs2_info_freefrag); in ocfs2_info_handle_freefrag()
624 if (!oiff) { in ocfs2_info_handle_freefrag()
630 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag()
637 if ((oiff->iff_chunksize & (oiff->iff_chunksize - 1)) || in ocfs2_info_handle_freefrag()
638 (!oiff->iff_chunksize)) { in ocfs2_info_handle_freefrag()
643 if (o2info_coherent(&oiff->iff_req)) { in ocfs2_info_handle_freefrag()
662 status = ocfs2_info_freefrag_scan_bitmap(osb, gb_inode, blkno, oiff); in ocfs2_info_handle_freefrag()
666 o2info_set_request_filled(&oiff->iff_req); in ocfs2_info_handle_freefrag()
668 if (o2info_to_user(*oiff, req)) { in ocfs2_info_handle_freefrag()
[all …]