Home
last modified time | relevance | path

Searched refs:cl_next_free_rec (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dresize.c421 u16 next_free = le16_to_cpu(di->id2.i_chain.cl_next_free_rec); in ocfs2_verify_group_and_input()
548 if (input->chain == le16_to_cpu(cl->cl_next_free_rec)) { in ocfs2_group_add()
549 le16_add_cpu(&cl->cl_next_free_rec, 1); in ocfs2_group_add()
Dsuballoc.c254 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) || in ocfs2_validate_gd_parent()
256 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) { in ocfs2_validate_gd_parent()
757 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
758 le16_add_cpu(&cl->cl_next_free_rec, 1); in ocfs2_block_group_alloc()
1394 BUG_ON(!cl->cl_next_free_rec); in ocfs2_find_victim_chain()
1397 while (curr < le16_to_cpu(cl->cl_next_free_rec)) { in ocfs2_find_victim_chain()
1404 BUG_ON(best >= le16_to_cpu(cl->cl_next_free_rec)); in ocfs2_find_victim_chain()
1957 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i ++) { in ocfs2_claim_suballoc_bits()
2655 fe->id2.i_chain.cl_next_free_rec); in ocfs2_debug_suballoc_inode()
2656 for(i = 0; i < fe->id2.i_chain.cl_next_free_rec; i++) { in ocfs2_debug_suballoc_inode()
Dmove_extents.c413 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i++) { in ocfs2_find_victim_alloc_group()
Docfs2_fs.h525 __le16 cl_next_free_rec; /* Next unused chain slot */ member
Dioctl.c589 for (i = 0; i < le16_to_cpu(cl->cl_next_free_rec); i++) { in ocfs2_info_freefrag_scan_bitmap()