Lines Matching refs:ocfs2_dinode

244 	struct ocfs2_dinode *dirfe;  in ocfs2_mknod()
283 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_mknod()
508 struct ocfs2_dinode *fe = NULL; in __ocfs2_mknod_locked()
540 fe = (struct ocfs2_dinode *) (*new_fe_bh)->b_data; in __ocfs2_mknod_locked()
679 struct ocfs2_dinode *fe = NULL; in ocfs2_link()
756 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
867 struct ocfs2_dinode *fe = NULL; in ocfs2_unlink()
964 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
1196 struct ocfs2_dinode *newfe = NULL; in ocfs2_rename()
1206 struct ocfs2_dinode *old_di; in ocfs2_rename()
1420 newfe = (struct ocfs2_dinode *) newfe_bh->b_data; in ocfs2_rename()
1517 old_di = (struct ocfs2_dinode *) old_inode_bh->b_data; in ocfs2_rename()
1586 struct ocfs2_dinode *fe; in ocfs2_rename()
1591 fe = (struct ocfs2_dinode *) old_dir_bh->b_data; in ocfs2_rename()
1757 struct ocfs2_dinode *fe = NULL; in ocfs2_symlink()
1758 struct ocfs2_dinode *dirfe; in ocfs2_symlink()
1794 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_symlink()
1890 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_symlink()
2182 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_add()
2183 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2223 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_add()
2282 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_del()
2333 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_del()
2449 struct ocfs2_dinode *di = NULL; in ocfs2_create_inode_in_orphan()
2514 di = (struct ocfs2_dinode *)new_di_bh->b_data; in ocfs2_create_inode_in_orphan()
2565 struct ocfs2_dinode *di = NULL; in ocfs2_dio_orphan_recovered()
2573 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_dio_orphan_recovered()
2591 struct ocfs2_dinode *di = NULL; in ocfs2_add_inode_to_orphan()
2600 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_add_inode_to_orphan()
2660 struct ocfs2_dinode *di = NULL; in ocfs2_del_inode_from_orphan()
2669 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_del_inode_from_orphan()
2749 struct ocfs2_dinode *dir_di, *di; in ocfs2_mv_orphaned_inode_to_new()
2767 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()
2835 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()