Searched refs:ocfs2_dir_lookup_result (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/fs/ocfs2/ | 
| D | dir.h | 34 struct ocfs2_dir_lookup_result {  struct 55 void ocfs2_free_dir_lookup_result(struct ocfs2_dir_lookup_result *res);  argument 59 		     struct ocfs2_dir_lookup_result *lookup); 62 		       struct ocfs2_dir_lookup_result *res); 68 		      struct ocfs2_dir_lookup_result *lookup); 73 				  struct ocfs2_dir_lookup_result *lookup)  in ocfs2_add_entry() 80 		       struct ocfs2_dir_lookup_result *res, 92 			     struct ocfs2_dir_lookup_result *res); 102 				 struct ocfs2_dir_lookup_result *lookup);
  | 
| D | namei.c | 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() 681 	struct ocfs2_dir_lookup_result lookup = { NULL, };  in ocfs2_link() 872 	struct ocfs2_dir_lookup_result lookup = { NULL, };  in ocfs2_unlink() 873 	struct ocfs2_dir_lookup_result orphan_insert = { NULL, };  in ocfs2_unlink() 1207 	struct ocfs2_dir_lookup_result old_inode_dot_dot_res = { NULL, };  in ocfs2_rename() 1208 	struct ocfs2_dir_lookup_result target_lookup_res = { NULL, };  in ocfs2_rename() 1209 	struct ocfs2_dir_lookup_result old_entry_lookup = { NULL, };  in ocfs2_rename() 1210 	struct ocfs2_dir_lookup_result orphan_insert = { NULL, };  in ocfs2_rename() [all …] 
 | 
| D | dir.c | 196 static int ocfs2_free_list_at_root(struct ocfs2_dir_lookup_result *res)  in ocfs2_free_list_at_root() 201 void ocfs2_free_dir_lookup_result(struct ocfs2_dir_lookup_result *res)  in ocfs2_free_dir_lookup_result() 921 			       struct ocfs2_dir_lookup_result *res)  in ocfs2_dx_dir_search() 1034 			       struct ocfs2_dir_lookup_result *lookup)  in ocfs2_find_entry_dx() 1087 		     struct inode *dir, struct ocfs2_dir_lookup_result *lookup)  in ocfs2_find_entry() 1117 		       struct ocfs2_dir_lookup_result *res,  in ocfs2_update_entry() 1259 				 struct ocfs2_dir_lookup_result *lookup)  in ocfs2_delete_entry_dx() 1416 		       struct ocfs2_dir_lookup_result *res)  in ocfs2_delete_entry() 1515 			       struct ocfs2_dir_lookup_result *lookup)  in ocfs2_dx_dir_insert() 1551 				       struct ocfs2_dir_lookup_result *lookup)  in ocfs2_remove_block_from_free_list() [all …] 
 |