Lines Matching defs:lookup

68 				    struct ocfs2_dir_lookup_result *lookup,
76 struct ocfs2_dir_lookup_result *lookup,
249 struct ocfs2_dir_lookup_result lookup = { NULL, };
294 dentry->d_name.len, &lookup);
441 &lookup);
474 ocfs2_free_dir_lookup_result(&lookup);
692 struct ocfs2_dir_lookup_result lookup = { NULL, };
758 dentry->d_name.len, &lookup);
804 parent_fe_bh, &lookup);
834 ocfs2_free_dir_lookup_result(&lookup);
887 struct ocfs2_dir_lookup_result lookup = { NULL, };
916 &lookup);
986 status = ocfs2_delete_entry(handle, dir, &lookup);
1037 ocfs2_free_dir_lookup_result(&lookup);
1091 mlog_ratelimited(ML_NOTICE, "max lookup times reached, "
1818 struct ocfs2_dir_lookup_result lookup = { NULL, };
1861 dentry->d_name.len, &lookup);
2020 &lookup);
2047 ocfs2_free_dir_lookup_result(&lookup);
2136 struct ocfs2_dir_lookup_result *lookup,
2165 namelen, lookup);
2180 * @lookup: dir lookup result, to be passed back into functions like
2183 * Returns zero on success and the ret_orphan_dir, name and lookup
2192 struct ocfs2_dir_lookup_result *lookup,
2207 blkno, name, lookup, dio);
2234 struct ocfs2_dir_lookup_result *lookup,
2290 orphan_dir_bh, lookup);
2341 struct ocfs2_dir_lookup_result lookup = { NULL, };
2376 &lookup);
2383 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup);
2397 ocfs2_free_dir_lookup_result(&lookup);
2424 * Returns zero on success and the ret_orphan_dir, name and lookup
2781 struct ocfs2_dir_lookup_result lookup = { NULL, };
2810 dentry->d_name.len, &lookup);
2873 &lookup);
2902 ocfs2_free_dir_lookup_result(&lookup);
2912 .lookup = ocfs2_lookup,