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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext4_fs_extents.h106 * Array of ext4_ext_path contains path to some extent.
110 struct ext4_ext_path { struct
133 typedef int (*ext_prepare_callback)(struct inode *, struct ext4_ext_path *,
192 extern int ext4_ext_calc_credits_for_insert(struct inode *, struct ext4_ext_path *);
193 extern unsigned int ext4_ext_check_overlap(struct inode *, struct ext4_extent *, struct ext4_ext_path *);
194 extern int ext4_ext_insert_extent(handle_t *, struct inode *, struct ext4_ext_path *, struct ext4_extent *);
196 extern struct ext4_ext_path * ext4_ext_find_extent(struct inode *, int, struct ext4_ext_path *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c143 struct ext4_ext_path *path)
161 struct ext4_ext_path *path)
175 struct ext4_ext_path *path,
208 struct ext4_ext_path *path,
273 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path)
293 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path)
317 static void ext4_ext_drop_refs(struct ext4_ext_path *path)
334 ext4_ext_binsearch_idx(struct inode *inode, struct ext4_ext_path *path, int block)
393 ext4_ext_binsearch(struct inode *inode, struct ext4_ext_path *path, int block)
463 struct ext4_ext_path *
[all...]

Completed in 24 milliseconds