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, "
1828 struct ocfs2_dir_lookup_result lookup = { NULL, };
1871 dentry->d_name.len, &lookup);
2030 &lookup);
2057 ocfs2_free_dir_lookup_result(&lookup);
2146 struct ocfs2_dir_lookup_result *lookup,
2175 namelen, lookup);
2190 * @lookup: dir lookup result, to be passed back into functions like
2193 * Returns zero on success and the ret_orphan_dir, name and lookup
2202 struct ocfs2_dir_lookup_result *lookup,
2217 blkno, name, lookup, dio);
2244 struct ocfs2_dir_lookup_result *lookup,
2300 orphan_dir_bh, lookup);
2351 struct ocfs2_dir_lookup_result lookup = { NULL, };
2386 &lookup);
2393 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup);
2407 ocfs2_free_dir_lookup_result(&lookup);
2434 * Returns zero on success and the ret_orphan_dir, name and lookup
2791 struct ocfs2_dir_lookup_result lookup = { NULL, };
2820 dentry->d_name.len, &lookup);
2883 &lookup);
2912 ocfs2_free_dir_lookup_result(&lookup);
2922 .lookup = ocfs2_lookup,