Home
last modified time | relevance | path

Searched refs:ac_alloc_slot (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dsuballoc.h41 u32 ac_alloc_slot; /* which slot are we allocating from? */ member
Dsuballoc.c810 ac->ac_alloc_slot = slot; in ocfs2_reserve_suballoc_bits()
2054 OCFS2_I(dir)->ip_last_used_slot == ac->ac_alloc_slot) in ocfs2_init_inode_ac_group()
2056 else if (le16_to_cpu(di->i_suballoc_slot) == ac->ac_alloc_slot) { in ocfs2_init_inode_ac_group()
2070 OCFS2_I(dir)->ip_last_used_slot = ac->ac_alloc_slot; in ocfs2_save_inode_ac_group()
Dlocalalloc.c710 ac->ac_alloc_slot = osb->slot_num; in ocfs2_reserve_local_alloc_bits()
Drefcounttree.c632 rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_create_refcount_tree()
1336 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_expand_inline_ref_root()
1580 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_new_leaf_refcount_block()
Dnamei.c562 fe->i_suballoc_slot = cpu_to_le16(inode_ac->ac_alloc_slot); in __ocfs2_mknod_locked()
Ddir.c2356 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
Dalloc.c1053 cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_create_new_meta_bhs()
Dxattr.c2918 xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->ac_alloc_slot); in ocfs2_create_xattr_block()