Searched refs:ocfs2_dir_lookup_result (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | dir.h | 20 struct ocfs2_dir_lookup_result { struct 41 void ocfs2_free_dir_lookup_result(struct ocfs2_dir_lookup_result *res); argument 45 struct ocfs2_dir_lookup_result *lookup); 48 struct ocfs2_dir_lookup_result *res); 54 struct ocfs2_dir_lookup_result *lookup); 59 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() 66 struct ocfs2_dir_lookup_result *res, 78 struct ocfs2_dir_lookup_result *res); 88 struct ocfs2_dir_lookup_result *lookup);
|
D | namei.c | 69 struct ocfs2_dir_lookup_result *lookup, 77 struct ocfs2_dir_lookup_result *lookup, 246 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() 686 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() 881 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() 882 struct ocfs2_dir_lookup_result orphan_insert = { NULL, }; in ocfs2_unlink() 1214 struct ocfs2_dir_lookup_result old_inode_dot_dot_res = { NULL, }; in ocfs2_rename() 1215 struct ocfs2_dir_lookup_result target_lookup_res = { NULL, }; in ocfs2_rename() 1216 struct ocfs2_dir_lookup_result old_entry_lookup = { NULL, }; in ocfs2_rename() 1217 struct ocfs2_dir_lookup_result orphan_insert = { NULL, }; in ocfs2_rename() [all …]
|
D | dir.c | 179 static int ocfs2_free_list_at_root(struct ocfs2_dir_lookup_result *res) in ocfs2_free_list_at_root() 184 void ocfs2_free_dir_lookup_result(struct ocfs2_dir_lookup_result *res) in ocfs2_free_dir_lookup_result() 894 struct ocfs2_dir_lookup_result *res) in ocfs2_dx_dir_search() 1007 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() 1060 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() 1090 struct ocfs2_dir_lookup_result *res, in ocfs2_update_entry() 1232 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() 1389 struct ocfs2_dir_lookup_result *res) in ocfs2_delete_entry() 1488 struct ocfs2_dir_lookup_result *lookup) in ocfs2_dx_dir_insert() 1524 struct ocfs2_dir_lookup_result *lookup) in ocfs2_remove_block_from_free_list() [all …]
|