Searched refs:bh_read (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | buffer_head.h | 434 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() function
|
/linux-6.3-rc2/fs/ext2/ |
A D | balloc.c | 143 ret = bh_read(bh, 0); in read_block_bitmap()
|
/linux-6.3-rc2/fs/ufs/ |
A D | balloc.c | 298 if (bh_read(bh, 0) < 0) { in ufs_change_blocknr()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | quota.c | 748 if (bh_read(bh, REQ_META | REQ_PRIO) < 0) in gfs2_write_buf_to_page()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | inode.c | 639 err = bh_read(bh, 0); in ntfs_get_block_vbo()
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | super.c | 1705 if (bh_read(SB_BUFFER_WITH_SB(s), 0) < 0) { in reread_meta_blocks()
|
/linux-6.3-rc2/fs/ |
A D | buffer.c | 2629 err = bh_read(bh, 0); in block_truncate_page()
|
/linux-6.3-rc2/fs/jbd2/ |
A D | journal.c | 1908 err = bh_read(bh, 0); in journal_get_superblock()
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | super.c | 1768 if (bh_read(*bh, 0) < 0) { in ocfs2_get_sector()
|
/linux-6.3-rc2/fs/udf/ |
A D | inode.c | 1240 if (bh_read(bh, 0) >= 0) in udf_bread()
|
Completed in 33 milliseconds