Lines Matching refs:ocfs2_dinode

233 	struct ocfs2_dinode *dirfe;  in ocfs2_mknod()
276 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_mknod()
509 struct ocfs2_dinode *fe = NULL; in __ocfs2_mknod_locked()
542 fe = (struct ocfs2_dinode *) (*new_fe_bh)->b_data; in __ocfs2_mknod_locked()
692 struct ocfs2_dinode *fe = NULL; in ocfs2_link()
773 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
884 struct ocfs2_dinode *fe = NULL; in ocfs2_unlink()
985 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
1212 struct ocfs2_dinode *newfe = NULL; in ocfs2_rename()
1222 struct ocfs2_dinode *old_di; in ocfs2_rename()
1452 newfe = (struct ocfs2_dinode *) newfe_bh->b_data; in ocfs2_rename()
1549 old_di = (struct ocfs2_dinode *) old_inode_bh->b_data; in ocfs2_rename()
1631 struct ocfs2_dinode *fe; in ocfs2_rename()
1636 fe = (struct ocfs2_dinode *) old_dir_bh->b_data; in ocfs2_rename()
1802 struct ocfs2_dinode *fe = NULL; in ocfs2_symlink()
1803 struct ocfs2_dinode *dirfe; in ocfs2_symlink()
1843 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_symlink()
1940 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_symlink()
2233 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_add()
2234 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2274 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_add()
2332 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_del()
2383 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_del()
2619 struct ocfs2_dinode *di = NULL; in ocfs2_add_inode_to_orphan()
2627 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_add_inode_to_orphan()
2692 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_del_inode_from_orphan()
2770 struct ocfs2_dinode *dir_di, *di; in ocfs2_mv_orphaned_inode_to_new()
2788 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()
2856 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()