Searched refs:alloc_rec (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | suballoc.c | 442 unsigned int alloc_rec = ocfs2_find_smallest_chain(cl); in ocfs2_block_group_alloc_contig() local 456 (unsigned long long)bg_blkno, alloc_rec); in ocfs2_block_group_alloc_contig() 467 bg_blkno, num_bits, alloc_rec, cl); in ocfs2_block_group_alloc_contig() 600 unsigned int alloc_rec = ocfs2_find_smallest_chain(cl); in ocfs2_block_group_alloc_discontig() local 636 (unsigned long long)bg_blkno, alloc_rec); in ocfs2_block_group_alloc_discontig() 647 bg_blkno, num_bits, alloc_rec, cl); in ocfs2_block_group_alloc_discontig() 679 u16 alloc_rec; in ocfs2_block_group_alloc() local 733 alloc_rec = le16_to_cpu(bg->bg_chain); in ocfs2_block_group_alloc() 734 le32_add_cpu(&cl->cl_recs[alloc_rec].c_free, in ocfs2_block_group_alloc() 736 le32_add_cpu(&cl->cl_recs[alloc_rec].c_total, in ocfs2_block_group_alloc() [all …]
|