Searched refs:alloc_rec (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/fs/ocfs2/ | 
| D | suballoc.c | 426 	unsigned int alloc_rec = ocfs2_find_smallest_chain(cl);  in ocfs2_block_group_alloc_contig()  local440 	     (unsigned long long)bg_blkno, alloc_rec);  in ocfs2_block_group_alloc_contig()
 451 					bg_blkno, num_bits, alloc_rec, cl);  in ocfs2_block_group_alloc_contig()
 584 	unsigned int alloc_rec = ocfs2_find_smallest_chain(cl);  in ocfs2_block_group_alloc_discontig()  local
 620 				(unsigned long long)bg_blkno, alloc_rec);  in ocfs2_block_group_alloc_discontig()
 631 					bg_blkno, num_bits, alloc_rec, cl);  in ocfs2_block_group_alloc_discontig()
 663 	u16 alloc_rec;  in ocfs2_block_group_alloc()  local
 717 	alloc_rec = le16_to_cpu(bg->bg_chain);  in ocfs2_block_group_alloc()
 718 	le32_add_cpu(&cl->cl_recs[alloc_rec].c_free,  in ocfs2_block_group_alloc()
 720 	le32_add_cpu(&cl->cl_recs[alloc_rec].c_total,  in ocfs2_block_group_alloc()
 [all …]
 
 |