Searched refs:ocfs2_path (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | alloc.h | 118 struct ocfs2_path; 121 struct ocfs2_path *path, 290 struct ocfs2_path { struct 303 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root); argument 304 void ocfs2_free_path(struct ocfs2_path *path); 306 struct ocfs2_path *path, 308 struct ocfs2_path *ocfs2_new_path_from_path(struct ocfs2_path *path); 309 struct ocfs2_path *ocfs2_new_path_from_et(struct ocfs2_extent_tree *et); 312 struct ocfs2_path *path, 316 struct ocfs2_path *path); [all …]
|
D | alloc.c | 573 struct ocfs2_path *path, 580 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root) in ocfs2_reinit_path() 609 void ocfs2_free_path(struct ocfs2_path *path) in ocfs2_free_path() 624 static void ocfs2_cp_path(struct ocfs2_path *dest, struct ocfs2_path *src) in ocfs2_cp_path() 647 static void ocfs2_mv_path(struct ocfs2_path *dest, struct ocfs2_path *src) in ocfs2_mv_path() 670 static inline void ocfs2_path_insert_eb(struct ocfs2_path *path, int index, in ocfs2_path_insert_eb() 687 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path() 691 struct ocfs2_path *path; in ocfs2_new_path() 707 struct ocfs2_path *ocfs2_new_path_from_path(struct ocfs2_path *path) in ocfs2_new_path_from_path() 713 struct ocfs2_path *ocfs2_new_path_from_et(struct ocfs2_extent_tree *et) in ocfs2_new_path_from_et() [all …]
|
D | move_extents.c | 68 struct ocfs2_path *path = NULL; in __ocfs2_move_extent()
|
D | refcounttree.c | 974 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() 1666 struct ocfs2_path *path = NULL; in ocfs2_adjust_refcount_rec() 3064 struct ocfs2_path *path = NULL; in ocfs2_clear_ext_refcount()
|
D | file.c | 1775 struct ocfs2_path *path = NULL; in ocfs2_remove_inode_range()
|