• Home
  • Raw
  • Download

Lines Matching refs:ocfs2_dinode

233 	struct ocfs2_dinode *dirfe;  in ocfs2_mknod()
234 struct ocfs2_dinode *fe = NULL; in ocfs2_mknod()
277 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_mknod()
385 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_mknod()
514 struct ocfs2_dinode *fe = NULL; in __ocfs2_mknod_locked()
547 fe = (struct ocfs2_dinode *) (*new_fe_bh)->b_data; in __ocfs2_mknod_locked()
686 struct ocfs2_dinode *fe = NULL; in ocfs2_link()
767 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
878 struct ocfs2_dinode *fe = NULL; in ocfs2_unlink()
979 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
1205 struct ocfs2_dinode *newfe = NULL; in ocfs2_rename()
1215 struct ocfs2_dinode *old_di; in ocfs2_rename()
1445 newfe = (struct ocfs2_dinode *) newfe_bh->b_data; in ocfs2_rename()
1542 old_di = (struct ocfs2_dinode *) old_inode_bh->b_data; in ocfs2_rename()
1624 struct ocfs2_dinode *fe; in ocfs2_rename()
1629 fe = (struct ocfs2_dinode *) old_dir_bh->b_data; in ocfs2_rename()
1794 struct ocfs2_dinode *fe = NULL; in ocfs2_symlink()
1795 struct ocfs2_dinode *dirfe; in ocfs2_symlink()
1835 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_symlink()
1932 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_symlink()
2228 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_add()
2229 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2269 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_add()
2327 struct ocfs2_dinode *orphan_fe; in ocfs2_orphan_del()
2378 orphan_fe = (struct ocfs2_dinode *) orphan_dir_bh->b_data; in ocfs2_orphan_del()
2614 struct ocfs2_dinode *di = NULL; in ocfs2_add_inode_to_orphan()
2622 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_add_inode_to_orphan()
2687 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_del_inode_from_orphan()
2765 struct ocfs2_dinode *dir_di, *di; in ocfs2_mv_orphaned_inode_to_new()
2783 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()
2851 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()