Home
last modified time | relevance | path

Searched refs:oifi (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dioctl.c328 struct ocfs2_info_freeinode *oifi = NULL; in ocfs2_info_handle_freeinode() local
332 oifi = kzalloc(sizeof(struct ocfs2_info_freeinode), GFP_KERNEL); in ocfs2_info_handle_freeinode()
333 if (!oifi) { in ocfs2_info_handle_freeinode()
339 if (o2info_from_user(*oifi, req)) { in ocfs2_info_handle_freeinode()
344 oifi->ifi_slotnum = osb->max_slots; in ocfs2_info_handle_freeinode()
346 for (i = 0; i < oifi->ifi_slotnum; i++) { in ocfs2_info_handle_freeinode()
347 if (o2info_coherent(&oifi->ifi_req)) { in ocfs2_info_handle_freeinode()
369 status = ocfs2_info_scan_inode_alloc(osb, inode_alloc, blkno, oifi, i); in ocfs2_info_handle_freeinode()
378 o2info_set_request_filled(&oifi->ifi_req); in ocfs2_info_handle_freeinode()
380 if (o2info_to_user(*oifi, re in ocfs2_info_handle_freeinode()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dioctl.c332 struct ocfs2_info_freeinode *oifi = NULL; in ocfs2_info_handle_freeinode() local
336 oifi = kzalloc(sizeof(struct ocfs2_info_freeinode), GFP_KERNEL); in ocfs2_info_handle_freeinode()
337 if (!oifi) { in ocfs2_info_handle_freeinode()
343 if (o2info_from_user(*oifi, req)) { in ocfs2_info_handle_freeinode()
348 oifi->ifi_slotnum = osb->max_slots; in ocfs2_info_handle_freeinode()
350 for (i = 0; i < oifi->ifi_slotnum; i++) { in ocfs2_info_handle_freeinode()
351 if (o2info_coherent(&oifi->ifi_req)) { in ocfs2_info_handle_freeinode()
373 status = ocfs2_info_scan_inode_alloc(osb, inode_alloc, blkno, oifi, i); in ocfs2_info_handle_freeinode()
382 o2info_set_request_filled(&oifi->ifi_req); in ocfs2_info_handle_freeinode()
384 if (o2info_to_user(*oifi, re in ocfs2_info_handle_freeinode()
[all...]

Completed in 3 milliseconds