Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dioctl.c623 struct ocfs2_info_freefrag *oiff; in ocfs2_info_handle_freefrag() local
627 oiff = kzalloc(sizeof(struct ocfs2_info_freefrag), GFP_KERNEL); in ocfs2_info_handle_freefrag()
628 if (!oiff) { in ocfs2_info_handle_freefrag()
634 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag()
641 if ((oiff->iff_chunksize & (oiff->iff_chunksize - 1)) || in ocfs2_info_handle_freefrag()
642 (!oiff->iff_chunksize)) { in ocfs2_info_handle_freefrag()
647 if (o2info_coherent(&oiff->iff_req)) { in ocfs2_info_handle_freefrag()
668 status = ocfs2_info_freefrag_scan_bitmap(osb, gb_inode, blkno, oiff); in ocfs2_info_handle_freefrag()
672 o2info_set_request_filled(&oiff->iff_req); in ocfs2_info_handle_freefrag()
674 if (o2info_to_user(*oiff, req)) { in ocfs2_info_handle_freefrag()
[all …]