Home
last modified time | relevance | path

Searched refs:i_suballoc_loc (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dsuballoc.c2062 if (di->i_suballoc_loc) in ocfs2_init_inode_ac_group()
2063 ac->ac_last_group = le64_to_cpu(di->i_suballoc_loc); in ocfs2_init_inode_ac_group()
2552 if (di->i_suballoc_loc) in ocfs2_free_dinode()
2553 bg_blkno = le64_to_cpu(di->i_suballoc_loc); in ocfs2_free_dinode()
2802 *group_blkno = le64_to_cpu(inode_fe->i_suballoc_loc); in ocfs2_get_suballoc_slot_bit()
Docfs2_fs.h737 __le64 i_suballoc_loc; /* Suballocator block group this member
Dnamei.c553 fe->i_suballoc_loc = cpu_to_le64(suballoc_loc); in __ocfs2_mknod_locked()