Lines Matching refs:lookup

82 				    struct ocfs2_dir_lookup_result *lookup,
90 struct ocfs2_dir_lookup_result *lookup,
257 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
298 dentry->d_name.len, &lookup); in ocfs2_mknod()
443 &lookup); in ocfs2_mknod()
466 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod()
681 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
743 dentry->d_name.len, &lookup); in ocfs2_link()
789 parent_fe_bh, &lookup); in ocfs2_link()
819 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
872 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() local
897 &lookup); in ocfs2_unlink()
967 status = ocfs2_delete_entry(handle, dir, &lookup); in ocfs2_unlink()
1018 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_unlink()
1769 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_symlink() local
1808 dentry->d_name.len, &lookup); in ocfs2_symlink()
1965 &lookup); in ocfs2_symlink()
1989 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_symlink()
2078 struct ocfs2_dir_lookup_result *lookup, in __ocfs2_prepare_orphan_dir() argument
2107 namelen, lookup); in __ocfs2_prepare_orphan_dir()
2134 struct ocfs2_dir_lookup_result *lookup, in ocfs2_prepare_orphan_dir() argument
2149 blkno, name, lookup, dio); in ocfs2_prepare_orphan_dir()
2176 struct ocfs2_dir_lookup_result *lookup, in ocfs2_orphan_add() argument
2232 orphan_dir_bh, lookup); in ocfs2_orphan_add()
2284 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_orphan_del() local
2310 &lookup); in ocfs2_orphan_del()
2317 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup); in ocfs2_orphan_del()
2340 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_orphan_del()
2753 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mv_orphaned_inode_to_new() local
2782 dentry->d_name.len, &lookup); in ocfs2_mv_orphaned_inode_to_new()
2845 &lookup); in ocfs2_mv_orphaned_inode_to_new()
2874 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mv_orphaned_inode_to_new()
2884 .lookup = ocfs2_lookup,