Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dinode.h176 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh,
Dinode.c516 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()
Dlocalalloc.c314 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()
Djournal.c1563 status = ocfs2_read_inode_block_full(inode, bh, OCFS2_BH_IGNORE_CACHE); in ocfs2_read_journal_inode()