Searched refs:bh_read (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | buffer_head.h | 454 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() function
|
| /linux-6.15/fs/exfat/ |
| H A D | inode.c | 384 err = bh_read(bh_result, 0); in exfat_get_block()
|
| /linux-6.15/fs/ext2/ |
| H A D | balloc.c | 148 ret = bh_read(bh, 0); in read_block_bitmap()
|
| /linux-6.15/fs/ufs/ |
| H A D | balloc.c | 291 if (bh_read(bh, 0) < 0) { in ufs_change_blocknr()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | file.c | 323 else if (bh_read(bh, 0) < 0) { in ntfs_zero_range()
|
| H A D | inode.c | 673 if (bh_read(bh, 0) < 0) { in ntfs_get_block_vbo()
|
| /linux-6.15/fs/gfs2/ |
| H A D | quota.c | 766 if (bh_read(bh, REQ_META | REQ_PRIO) < 0) in gfs2_write_buf_to_page()
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 2715 err = bh_read(bh, 0); in block_truncate_page()
|
| /linux-6.15/fs/jbd2/ |
| H A D | journal.c | 1469 err = bh_read(bh, 0); in journal_load_superblock()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | super.c | 1713 if (bh_read(*bh, 0) < 0) { in ocfs2_get_sector()
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 1261 if (bh_read(bh, 0) >= 0) in udf_bread()
|