Searched refs:alloc_rec (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | suballoc.c | 428 unsigned int alloc_rec = ocfs2_find_smallest_chain(cl); in ocfs2_block_group_alloc_contig() local 442 (unsigned long long)bg_blkno, alloc_rec); in ocfs2_block_group_alloc_contig() 453 bg_blkno, num_bits, alloc_rec, cl); in ocfs2_block_group_alloc_contig() 586 unsigned int alloc_rec = ocfs2_find_smallest_chain(cl); in ocfs2_block_group_alloc_discontig() local 622 (unsigned long long)bg_blkno, alloc_rec); in ocfs2_block_group_alloc_discontig() 633 bg_blkno, num_bits, alloc_rec, cl); in ocfs2_block_group_alloc_discontig() 665 u16 alloc_rec; in ocfs2_block_group_alloc() local 719 alloc_rec = le16_to_cpu(bg->bg_chain); in ocfs2_block_group_alloc() 720 le32_add_cpu(&cl->cl_recs[alloc_rec].c_free, in ocfs2_block_group_alloc() 722 le32_add_cpu(&cl->cl_recs[alloc_rec].c_total, in ocfs2_block_group_alloc() [all …]
|