Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dsuballoc.h25 u32 ac_alloc_slot; /* which slot are we allocating from? */ member
H A Dsuballoc.c800 ac->ac_alloc_slot = slot; in ocfs2_reserve_suballoc_bits()
2121 OCFS2_I(dir)->ip_last_used_slot == ac->ac_alloc_slot) in ocfs2_init_inode_ac_group()
2123 else if (le16_to_cpu(di->i_suballoc_slot) == ac->ac_alloc_slot) { in ocfs2_init_inode_ac_group()
2137 OCFS2_I(dir)->ip_last_used_slot = ac->ac_alloc_slot; in ocfs2_save_inode_ac_group()
H A Dlocalalloc.c694 ac->ac_alloc_slot = osb->slot_num; in ocfs2_reserve_local_alloc_bits()
H A Dnamei.c561 fe->i_suballoc_slot = cpu_to_le16(inode_ac->ac_alloc_slot); in __ocfs2_mknod_locked()
H A Ddir.c2361 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
H A Dalloc.c1044 cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_create_new_meta_bhs()
H A Dxattr.c2912 xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->ac_alloc_slot); in ocfs2_create_xattr_block()