Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dinode.h162 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh,
Dinode.c502 status = ocfs2_read_inode_block_full(inode, in ocfs2_read_locked_inode()
1589 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh, in ocfs2_read_inode_block_full() function
1607 return ocfs2_read_inode_block_full(inode, bh, 0); in ocfs2_read_inode_block()
Dlocalalloc.c300 status = ocfs2_read_inode_block_full(inode, &alloc_bh, in ocfs2_load_local_alloc()
502 status = ocfs2_read_inode_block_full(inode, &alloc_bh, in ocfs2_begin_local_alloc_recovery()
Djournal.c1541 status = ocfs2_read_inode_block_full(inode, bh, OCFS2_BH_IGNORE_CACHE); in ocfs2_read_journal_inode()