Searched refs:ext4_map_blocks (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 Ddir.c131 struct ext4_map_blocks map;
136 err = ext4_map_blocks(NULL, inode, &map, 0);
H A Dinode.c152 * Drop i_data_sem to avoid deadlock with ext4_map_blocks. At this
902 * scheme) for ext4_map_blocks().
928 struct ext4_map_blocks *map,
1141 struct ext4_map_blocks *map)
1216 * The ext4_map_blocks() function tries to look up the requested blocks,
1237 int ext4_map_blocks(handle_t *handle, struct inode *inode, function
1238 struct ext4_map_blocks *map, int flags)
1243 ext_debug("ext4_map_blocks(): inode %lu, flag %d, max_blocks %u,"
1353 struct ext4_map_blocks map;
1373 ret = ext4_map_blocks(handl
[all...]
H A Dext4.h135 * Logical to physical block mapping, used by ext4_map_blocks()
137 * This structure is used to pass requests into ext4_map_blocks() as
138 * well as to store the information returned by ext4_map_blocks(). It
150 struct ext4_map_blocks { struct
468 * Flags used by ext4_map_blocks()
1985 struct ext4_map_blocks *map, int flags);
1993 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
1994 struct ext4_map_blocks *map, int flags);
H A Dextents.c2622 struct ext4_map_blocks *map,
2946 struct ext4_map_blocks *map,
3183 struct ext4_map_blocks *map,
3312 struct ext4_map_blocks *map, int flags)
3682 struct ext4_map_blocks map;
3722 ret = ext4_map_blocks(handle, inode, &map,
3775 struct ext4_map_blocks map;
3797 ret = ext4_map_blocks(handle, inode, &map,

Completed in 107 milliseconds