Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsuballoc.c2044 if (di->i_suballoc_loc) in ocfs2_init_inode_ac_group()
2045 ac->ac_last_group = le64_to_cpu(di->i_suballoc_loc); in ocfs2_init_inode_ac_group()
2534 if (di->i_suballoc_loc) in ocfs2_free_dinode()
2535 bg_blkno = le64_to_cpu(di->i_suballoc_loc); in ocfs2_free_dinode()
2735 *group_blkno = le64_to_cpu(inode_fe->i_suballoc_loc); in ocfs2_get_suballoc_slot_bit()
Docfs2_fs.h695 __le64 i_suballoc_loc; /* Suballocator block group this member
Dnamei.c555 fe->i_suballoc_loc = cpu_to_le64(suballoc_loc); in __ocfs2_mknod_locked()