Home
last modified time | relevance | path

Searched refs:cl_next_free_rec (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dresize.c416 u16 next_free = le16_to_cpu(di->id2.i_chain.cl_next_free_rec); in ocfs2_verify_group_and_input()
543 if (input->chain == le16_to_cpu(cl->cl_next_free_rec)) { in ocfs2_group_add()
544 le16_add_cpu(&cl->cl_next_free_rec, 1); in ocfs2_group_add()
H A Dsuballoc.c222 /* In resize, we may meet the case bg_chain == cl_next_free_rec. */ in ocfs2_validate_gd_parent()
224 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) || in ocfs2_validate_gd_parent()
226 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) { in ocfs2_validate_gd_parent()
725 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
726 le16_add_cpu(&cl->cl_next_free_rec, 1); in ocfs2_block_group_alloc()
1389 BUG_ON(!cl->cl_next_free_rec); in ocfs2_find_victim_chain()
1392 while (curr < le16_to_cpu(cl->cl_next_free_rec)) { in ocfs2_find_victim_chain()
1399 BUG_ON(best >= le16_to_cpu(cl->cl_next_free_rec)); in ocfs2_find_victim_chain()
1953 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i ++) { in ocfs2_claim_suballoc_bits()
H A Docfs2_fs.h485 __le16 cl_next_free_rec; /* Next unused chain slot */ member
H A Dmove_extents.c411 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i++) { in ocfs2_find_victim_alloc_group()
H A Dioctl.c583 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i++) { in ocfs2_info_freefrag_scan_bitmap()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dresize.c414 u16 next_free = le16_to_cpu(di->id2.i_chain.cl_next_free_rec); in ocfs2_verify_group_and_input()
541 if (input->chain == le16_to_cpu(cl->cl_next_free_rec)) { in ocfs2_group_add()
542 le16_add_cpu(&cl->cl_next_free_rec, 1); in ocfs2_group_add()
H A Dsuballoc.c220 /* In resize, we may meet the case bg_chain == cl_next_free_rec. */ in ocfs2_validate_gd_parent()
222 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) || in ocfs2_validate_gd_parent()
224 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) { in ocfs2_validate_gd_parent()
723 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
724 le16_add_cpu(&cl->cl_next_free_rec, 1); in ocfs2_block_group_alloc()
1387 BUG_ON(!cl->cl_next_free_rec); in ocfs2_find_victim_chain()
1390 while (curr < le16_to_cpu(cl->cl_next_free_rec)) { in ocfs2_find_victim_chain()
1397 BUG_ON(best >= le16_to_cpu(cl->cl_next_free_rec)); in ocfs2_find_victim_chain()
1951 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i ++) { in ocfs2_claim_suballoc_bits()
H A Dmove_extents.c409 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i++) { in ocfs2_find_victim_alloc_group()
H A Dioctl.c587 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i++) { in ocfs2_info_freefrag_scan_bitmap()
H A Docfs2_fs.h483 __le16 cl_next_free_rec; /* Next unused chain slot */ member

Completed in 19 milliseconds