Searched refs:ocfs2_reinit_path (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | alloc.h | 291 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root);
 | 
| D | alloc.c | 575 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root)  in ocfs2_reinit_path()  function607 		ocfs2_reinit_path(path, 0);  in ocfs2_free_path()
 627 	ocfs2_reinit_path(dest, 1);  in ocfs2_cp_path()
 4990 		ocfs2_reinit_path(path, 1);  in ocfs2_split_and_insert()
 5595 		ocfs2_reinit_path(path, 1);  in ocfs2_remove_extent()
 7321 			ocfs2_reinit_path(path, 1);  in ocfs2_commit_truncate()
 7372 	ocfs2_reinit_path(path, 1);  in ocfs2_commit_truncate()
 
 | 
| D | file.c | 1816 			ocfs2_reinit_path(path, 1);  in ocfs2_remove_inode_range()1841 		ocfs2_reinit_path(path, 1);  in ocfs2_remove_inode_range()
 
 |