• Home
  • Raw
  • Download

Lines Matching refs:lookup

82 				    struct ocfs2_dir_lookup_result *lookup,
90 struct ocfs2_dir_lookup_result *lookup,
259 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
304 dentry->d_name.len, &lookup); in ocfs2_mknod()
450 &lookup); in ocfs2_mknod()
473 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod()
697 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
763 dentry->d_name.len, &lookup); in ocfs2_link()
809 parent_fe_bh, &lookup); in ocfs2_link()
839 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
892 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() local
921 &lookup); in ocfs2_unlink()
991 status = ocfs2_delete_entry(handle, dir, &lookup); in ocfs2_unlink()
1042 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_unlink()
1812 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_symlink() local
1855 dentry->d_name.len, &lookup); in ocfs2_symlink()
2013 &lookup); in ocfs2_symlink()
2037 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_symlink()
2126 struct ocfs2_dir_lookup_result *lookup, in __ocfs2_prepare_orphan_dir() argument
2155 namelen, lookup); in __ocfs2_prepare_orphan_dir()
2182 struct ocfs2_dir_lookup_result *lookup, in ocfs2_prepare_orphan_dir() argument
2197 blkno, name, lookup, dio); in ocfs2_prepare_orphan_dir()
2224 struct ocfs2_dir_lookup_result *lookup, in ocfs2_orphan_add() argument
2280 orphan_dir_bh, lookup); in ocfs2_orphan_add()
2332 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_orphan_del() local
2358 &lookup); in ocfs2_orphan_del()
2365 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup); in ocfs2_orphan_del()
2388 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_orphan_del()
2774 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mv_orphaned_inode_to_new() local
2803 dentry->d_name.len, &lookup); in ocfs2_mv_orphaned_inode_to_new()
2866 &lookup); in ocfs2_mv_orphaned_inode_to_new()
2895 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mv_orphaned_inode_to_new()
2905 .lookup = ocfs2_lookup,