Lines Matching refs:lookup
68 struct ocfs2_dir_lookup_result *lookup,
76 struct ocfs2_dir_lookup_result *lookup,
249 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
294 dentry->d_name.len, &lookup); in ocfs2_mknod()
441 &lookup); in ocfs2_mknod()
474 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod()
692 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
758 dentry->d_name.len, &lookup); in ocfs2_link()
804 parent_fe_bh, &lookup); in ocfs2_link()
834 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
887 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() local
916 &lookup); in ocfs2_unlink()
986 status = ocfs2_delete_entry(handle, dir, &lookup); in ocfs2_unlink()
1037 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_unlink()
1817 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_symlink() local
1860 dentry->d_name.len, &lookup); in ocfs2_symlink()
2019 &lookup); in ocfs2_symlink()
2046 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_symlink()
2135 struct ocfs2_dir_lookup_result *lookup, in __ocfs2_prepare_orphan_dir() argument
2164 namelen, lookup); in __ocfs2_prepare_orphan_dir()
2191 struct ocfs2_dir_lookup_result *lookup, in ocfs2_prepare_orphan_dir() argument
2206 blkno, name, lookup, dio); in ocfs2_prepare_orphan_dir()
2233 struct ocfs2_dir_lookup_result *lookup, in ocfs2_orphan_add() argument
2289 orphan_dir_bh, lookup); in ocfs2_orphan_add()
2340 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_orphan_del() local
2375 &lookup); in ocfs2_orphan_del()
2382 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup); in ocfs2_orphan_del()
2396 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_orphan_del()
2780 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mv_orphaned_inode_to_new() local
2809 dentry->d_name.len, &lookup); in ocfs2_mv_orphaned_inode_to_new()
2872 &lookup); in ocfs2_mv_orphaned_inode_to_new()
2901 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mv_orphaned_inode_to_new()
2911 .lookup = ocfs2_lookup,