Searched defs:ext4_map_blocks (Results 1 – 2 of 2) sorted by relevance
190 struct ext4_map_blocks { struct191 ext4_fsblk_t m_pblk;192 ext4_lblk_t m_lblk;193 unsigned int m_len;194 unsigned int m_flags;
521 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function