Searched refs:ocfs2_read_inode_block_full (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | inode.h | 176 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh,
|
D | inode.c | 516 status = ocfs2_read_inode_block_full(inode, in ocfs2_read_locked_inode() 1603 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh, in ocfs2_read_inode_block_full() function 1621 return ocfs2_read_inode_block_full(inode, bh, 0); in ocfs2_read_inode_block()
|
D | localalloc.c | 314 status = ocfs2_read_inode_block_full(inode, &alloc_bh, in ocfs2_load_local_alloc() 517 status = ocfs2_read_inode_block_full(inode, &alloc_bh, in ocfs2_begin_local_alloc_recovery()
|
D | journal.c | 1563 status = ocfs2_read_inode_block_full(inode, bh, OCFS2_BH_IGNORE_CACHE); in ocfs2_read_journal_inode()
|