Home
last modified time | relevance | path

Searched defs:ext4_map_blocks (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dext4.h257 struct ext4_map_blocks { struct
258 ext4_fsblk_t m_pblk;
259 ext4_lblk_t m_lblk;
260 unsigned int m_len;
261 unsigned int m_flags;
262 u64 m_seq;
H A Dinode.c701 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function