Searched refs:ext4_bread (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ext4/ |
| H A D | symlink.c | 42 bh = ext4_bread(NULL, inode, 0, 0); in ext4_encrypted_get_link() 102 bh = ext4_bread(NULL, inode, 0, 0); in ext4_get_link()
|
| H A D | dir.c | 204 bh = ext4_bread(NULL, inode, map.m_lblk, 0); in ext4_readdir()
|
| H A D | orphan.c | 607 oi->of_binfo[i].ob_bh = ext4_bread(NULL, inode, i, 0); in ext4_init_orphan_info()
|
| H A D | super.c | 7344 bh = ext4_bread(NULL, inode, blk, 0); in ext4_quota_read() 7390 bh = ext4_bread(handle, inode, blk, in ext4_quota_write()
|
| H A D | ext4.h | 3035 struct buffer_head *ext4_bread(handle_t *, struct inode *, ext4_lblk_t, int);
|
| H A D | inode.c | 1044 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread() function
|