| /linux-6.15/fs/ocfs2/ |
| H A D | buffer_head_io.c | 71 if (buffer_uptodate(bh)) { in ocfs2_write_block() 167 } else if (bh && buffer_uptodate(bh)) { in ocfs2_read_blocks_sync() 177 if (!buffer_uptodate(bh)) { in ocfs2_read_blocks_sync() 353 } else if (bh && buffer_uptodate(bh)) { in ocfs2_read_blocks() 364 if (!buffer_uptodate(bh)) { in ocfs2_read_blocks() 456 if (!buffer_uptodate(bh)) { in ocfs2_write_super_or_backup()
|
| H A D | aops.c | 79 if (!buffer_uptodate(bh_result) && ocfs2_inode_is_new(inode)) { in ocfs2_symlink_get_block() 415 if (partial && !buffer_uptodate(bh)) in walk_page_buffers() 616 } else if (!buffer_uptodate(bh) && !buffer_delay(bh) && in ocfs2_map_folio_blocks() 632 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_folio_blocks()
|
| H A D | uptodate.c | 263 if (!buffer_uptodate(bh)) in ocfs2_buffer_uptodate()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | gcinode.c | 66 if (buffer_uptodate(bh)) in nilfs_gccache_submit_read_data() 78 if (buffer_uptodate(bh)) { in nilfs_gccache_submit_read_data() 136 if (!buffer_uptodate(bh)) { in nilfs_gccache_wait_and_mark_dirty()
|
| H A D | mdt.c | 88 if (buffer_uptodate(bh)) in nilfs_mdt_create_block() 92 if (buffer_uptodate(bh)) in nilfs_mdt_create_block() 128 if (buffer_uptodate(bh)) in nilfs_mdt_submit_block() 139 if (buffer_uptodate(bh)) { in nilfs_mdt_submit_block() 204 if (!buffer_uptodate(first_bh)) { in nilfs_mdt_read_block() 589 if (!buffer_uptodate(bh_frozen)) in nilfs_mdt_freeze_buffer()
|
| H A D | btnode.c | 57 if (unlikely(buffer_mapped(bh) || buffer_uptodate(bh) || in nilfs_btnode_create_block() 103 if (buffer_uptodate(bh) || buffer_dirty(bh)) in nilfs_btnode_submit_block() 130 if (buffer_uptodate(bh)) { in nilfs_btnode_submit_block()
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 285 if (!buffer_uptodate(tmp)) in end_buffer_async_read() 555 if (!buffer_uptodate(bh)) in osync_buffers_list() 846 if (!buffer_uptodate(bh)) in fsync_buffers_list() 1272 if (buffer_uptodate(bh)) { in __bread_slow() 1280 if (buffer_uptodate(bh)) in __bread_slow() 2418 if (buffer_uptodate(bh)) in block_read_full_folio() 2442 if (buffer_uptodate(bh)) in block_read_full_folio() 2876 if (!buffer_uptodate(bh)) in __sync_dirty_buffer() 3081 if (!buffer_uptodate(bh)) in bh_uptodate_or_lock() 3108 if (!buffer_uptodate(bh)) in __bh_read() [all …]
|
| H A D | mpage.c | 111 buffer_uptodate(bh)) { in map_buffer_to_folio() 242 if (buffer_uptodate(map_bh)) { in do_mpage_readpage() 494 if (!buffer_dirty(bh) || !buffer_uptodate(bh)) in __mpage_writepage()
|
| /linux-6.15/fs/gfs2/ |
| H A D | meta_io.c | 273 if (buffer_uptodate(bh)) { in gfs2_meta_read() 286 if (buffer_uptodate(bh)) { in gfs2_meta_read() 301 if (unlikely(!buffer_uptodate(bh))) { in gfs2_meta_read() 329 if (!buffer_uptodate(bh)) { in gfs2_meta_wait() 533 if (buffer_uptodate(first_bh)) in gfs2_meta_ra() 547 if (!buffer_locked(first_bh) && buffer_uptodate(first_bh)) in gfs2_meta_ra()
|
| H A D | log.c | 109 if (buffer_uptodate(bh)) { in gfs2_ail1_start_one() 172 buffer_uptodate(bh), buffer_dirty(bh), in dump_ail_list() 321 if (!buffer_uptodate(bh) && in gfs2_ail1_empty_one()
|
| /linux-6.15/fs/ext4/ |
| H A D | move_extent.c | 195 if (!buffer_uptodate(bh)) in mext_page_mkuptodate() 199 if (buffer_uptodate(bh)) in mext_page_mkuptodate() 212 if (buffer_uptodate(bh)) { in mext_page_mkuptodate() 231 if (buffer_uptodate(bh)) in mext_page_mkuptodate()
|
| H A D | mmp.c | 53 if (unlikely(!buffer_uptodate(bh))) in write_mmp_block_thawed()
|
| H A D | ext4_jbd2.c | 391 if (buffer_req(bh) && !buffer_uptodate(bh)) { in __ext4_handle_dirty_metadata()
|
| H A D | balloc.c | 537 if (buffer_uptodate(bh)) { in ext4_read_block_bitmap_nowait() 581 if (!buffer_uptodate(bh)) { in ext4_wait_block_bitmap()
|
| H A D | ialloc.c | 183 if (buffer_uptodate(bh)) { in ext4_read_inode_bitmap() 199 if (!buffer_uptodate(bh)) { in ext4_read_inode_bitmap() 691 if (!bh || !buffer_uptodate(bh)) in recently_deleted()
|
| /linux-6.15/fs/hpfs/ |
| H A D | buffer.c | 51 if (buffer_uptodate(bh)) { in hpfs_prefetch_sectors() 103 if (!buffer_uptodate(bh)) wait_on_buffer(bh); in hpfs_get_sector()
|
| /linux-6.15/include/linux/ |
| H A D | buffer_head.h | 166 static __always_inline int buffer_uptodate(const struct buffer_head *bh) in buffer_uptodate() function 439 if (!buffer_uptodate(bh) && trylock_buffer(bh)) { in bh_readahead() 440 if (!buffer_uptodate(bh)) in bh_readahead()
|
| /linux-6.15/fs/isofs/ |
| H A D | compress.c | 99 if (!buffer_uptodate(bhs[0])) { in zisofs_uncompress_block() 133 if (!buffer_uptodate(bhs[curbh])) { in zisofs_uncompress_block()
|
| /linux-6.15/fs/udf/ |
| H A D | directory.c | 142 if (tmp && !buffer_uptodate(tmp) && !buffer_locked(tmp)) in udf_readahead_dir() 208 if (!buffer_uptodate(iter->bh[0])) { in udf_fiiter_load_bhs() 231 if (!buffer_uptodate(iter->bh[1])) { in udf_fiiter_load_bhs()
|
| /linux-6.15/fs/jbd2/ |
| H A D | recovery.c | 99 if (!buffer_uptodate(bh) && !buffer_locked(bh)) { in do_readahead() 151 if (!buffer_uptodate(bh)) { in jread() 164 if (!buffer_uptodate(bh)) { in jread()
|
| H A D | commit.c | 173 if (unlikely(!buffer_uptodate(bh))) in journal_wait_on_commit_record() 811 if (unlikely(!buffer_uptodate(bh))) in jbd2_journal_commit_transaction() 854 if (unlikely(!buffer_uptodate(bh))) in jbd2_journal_commit_transaction()
|
| /linux-6.15/fs/exfat/ |
| H A D | misc.c | 186 if (!err && !buffer_uptodate(bhs[i])) in exfat_update_bhs()
|
| /linux-6.15/fs/omfs/ |
| H A D | inode.c | 146 if (buffer_req(bh) && !buffer_uptodate(bh)) in __omfs_write_inode() 160 if (buffer_req(bh2) && !buffer_uptodate(bh2)) in __omfs_write_inode()
|
| /linux-6.15/fs/fat/ |
| H A D | misc.c | 371 if (!err && !buffer_uptodate(bhs[i])) in fat_sync_bhs()
|
| /linux-6.15/fs/adfs/ |
| H A D | dir.c | 193 if (buffer_req(bh) && !buffer_uptodate(bh)) in adfs_dir_sync()
|