Searched refs:ext4_ext_path (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h105 * Array of ext4_ext_path contains path to some extent.
109 struct ext4_ext_path { struct
132 typedef int (*ext_prepare_callback)(struct inode *, struct ext4_ext_path *,
236 struct ext4_ext_path *path);
241 struct ext4_ext_path *path,
243 extern unsigned int ext4_ext_check_overlap(struct inode *, struct ext4_extent *, struct ext4_ext_path *);
244 extern int ext4_ext_insert_extent(handle_t *, struct inode *, struct ext4_ext_path *, struct ext4_extent *, int);
247 extern struct ext4_ext_path *ext4_ext_find_extent(struct inode *, ext4_lblk_t,
248 struct ext4_ext_path *);
249 extern int ext4_ext_search_left(struct inode *, struct ext4_ext_path *,
[all...]
H A Dextents.c122 struct ext4_ext_path *path)
140 struct ext4_ext_path *path)
154 struct ext4_ext_path *path,
218 struct ext4_ext_path *path,
458 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path)
479 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path)
506 void ext4_ext_drop_refs(struct ext4_ext_path *path)
525 struct ext4_ext_path *path, ext4_lblk_t block)
585 struct ext4_ext_path *path, ext4_lblk_t block)
654 struct ext4_ext_path *
[all...]
H A Dmove_extent.c35 struct ext4_ext_path **path)
71 * Search the next extent in the array of ext4_ext_path structure (@path)
74 * ext4_ext_path structure refers to the last extent, or a negative error
78 mext_next_extent(struct inode *inode, struct ext4_ext_path *path,
230 struct ext4_ext_path *orig_path = NULL;
394 struct ext4_ext_path *orig_path,
475 struct ext4_ext_path *orig_path, struct ext4_extent *dext,
658 struct ext4_ext_path *orig_path = NULL;
659 struct ext4_ext_path *donor_path = NULL;
1186 struct ext4_ext_path *orig_pat
[all...]
H A Dmigrate.c35 struct ext4_ext_path *path;

Completed in 111 milliseconds