Lines Matching refs:ocfs2_dinode

247 	struct ocfs2_dinode *dirfe;  in ocfs2_mknod()
290 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_mknod()
516 struct ocfs2_dinode *fe = NULL; in __ocfs2_mknod_locked()
549 fe = (struct ocfs2_dinode *) (*new_fe_bh)->b_data; in __ocfs2_mknod_locked()
698 struct ocfs2_dinode *fe = NULL; in ocfs2_link()
779 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
890 struct ocfs2_dinode *fe = NULL; in ocfs2_unlink()
991 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
1217 struct ocfs2_dinode *newfe = NULL; in ocfs2_rename()
1227 struct ocfs2_dinode *old_di; in ocfs2_rename()
1457 newfe = (struct ocfs2_dinode *) newfe_bh->b_data; in ocfs2_rename()
1554 old_di = (struct ocfs2_dinode *) old_inode_bh->b_data; in ocfs2_rename()
1636 struct ocfs2_dinode *fe; in ocfs2_rename()
1641 fe = (struct ocfs2_dinode *) old_dir_bh->b_data; in ocfs2_rename()
1806 struct ocfs2_dinode *fe = NULL; in ocfs2_symlink()
1807 struct ocfs2_dinode *dirfe; in ocfs2_symlink()
1847 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_symlink()
1944 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_symlink()
2237 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_add()
2238 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2278 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_add()
2336 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_del()
2387 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_del()
2503 struct ocfs2_dinode *di = NULL; in ocfs2_create_inode_in_orphan()
2569 di = (struct ocfs2_dinode *)new_di_bh->b_data; in ocfs2_create_inode_in_orphan()
2625 struct ocfs2_dinode *di = NULL; in ocfs2_add_inode_to_orphan()
2633 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_add_inode_to_orphan()
2698 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_del_inode_from_orphan()
2776 struct ocfs2_dinode *dir_di, *di; in ocfs2_mv_orphaned_inode_to_new()
2794 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()
2862 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()