Home
last modified time | relevance | path

Searched refs:bh_read (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/include/linux/
Dbuffer_head.h419 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() function
/Linux-v6.6/fs/ext2/
Dballoc.c141 ret = bh_read(bh, 0); in read_block_bitmap()
/Linux-v6.6/fs/ntfs3/
Dfile.c227 err = bh_read(bh, 0); in ntfs_zero_range()
Dinode.c654 err = bh_read(bh, 0); in ntfs_get_block_vbo()
/Linux-v6.6/fs/ufs/
Dballoc.c298 if (bh_read(bh, 0) < 0) { in ufs_change_blocknr()
/Linux-v6.6/fs/gfs2/
Dquota.c773 if (bh_read(bh, REQ_META | REQ_PRIO) < 0) in gfs2_write_buf_to_page()
/Linux-v6.6/fs/reiserfs/
Dsuper.c1705 if (bh_read(SB_BUFFER_WITH_SB(s), 0) < 0) { in reread_meta_blocks()
/Linux-v6.6/fs/
Dbuffer.c2708 err = bh_read(bh, 0); in block_truncate_page()
/Linux-v6.6/fs/ocfs2/
Dsuper.c1769 if (bh_read(*bh, 0) < 0) { in ocfs2_get_sector()
/Linux-v6.6/fs/jbd2/
Djournal.c1468 err = bh_read(bh, 0); in journal_load_superblock()
/Linux-v6.6/fs/udf/
Dinode.c1234 if (bh_read(bh, 0) >= 0) in udf_bread()