Home
last modified time | relevance | path

Searched refs:inline_pos (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinline.c1766 void *inline_pos; in ext4_get_inline_entry() local
1771 inline_pos = (void *)ext4_raw_inode(iloc)->i_block; in ext4_get_inline_entry()
1774 inline_pos = ext4_get_inline_xattr_pos(inode, iloc); in ext4_get_inline_entry()
1781 *inline_start = inline_pos; in ext4_get_inline_entry()
1782 return (struct ext4_dir_entry_2 *)(inline_pos + offset); in ext4_get_inline_entry()
1790 void *inline_pos; in empty_inline_dir() local
1822 &inline_pos, &inline_size); in empty_inline_dir()
1824 iloc.bh, inline_pos, in empty_inline_dir()