Home
last modified time | relevance | path

Searched refs:ocfs2_path (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Dalloc.h103 struct ocfs2_path;
106 struct ocfs2_path *path,
274 struct ocfs2_path { struct
287 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root); argument
288 void ocfs2_free_path(struct ocfs2_path *path);
290 struct ocfs2_path *path,
292 struct ocfs2_path *ocfs2_new_path_from_path(struct ocfs2_path *path);
293 struct ocfs2_path *ocfs2_new_path_from_et(struct ocfs2_extent_tree *et);
296 struct ocfs2_path *pat
277 p_nodeocfs2_path global() argument
[all...]
H A Dalloc.c566 struct ocfs2_path *path,
573 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root) in ocfs2_reinit_path()
602 void ocfs2_free_path(struct ocfs2_path *path) in ocfs2_free_path()
617 static void ocfs2_cp_path(struct ocfs2_path *dest, struct ocfs2_path *src) in ocfs2_cp_path()
640 static void ocfs2_mv_path(struct ocfs2_path *dest, struct ocfs2_path *src) in ocfs2_mv_path()
663 static inline void ocfs2_path_insert_eb(struct ocfs2_path *path, int index, in ocfs2_path_insert_eb()
680 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path()
684 struct ocfs2_path *pat in ocfs2_new_path()
[all...]
H A Dmove_extents.c58 struct ocfs2_path *path = NULL; in __ocfs2_move_extent()