Searched defs:uptodate (Results 1 – 12 of 12) sorted by relevance
/fs/ |
D | buffer.c | 142 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() 157 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() 164 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() 244 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() 320 static void end_buffer_async_read_io(struct buffer_head *bh, int uptodate) in end_buffer_async_read_io() 342 void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() 924 int uptodate = PageUptodate(page); in init_page_buffers() local 2571 static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate) in end_buffer_read_nobh()
|
/fs/ntfs/ |
D | aops.c | 45 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read() 803 int uptodate = 1; in ntfs_write_block() local
|
/fs/btrfs/ |
D | ordered-data.c | 313 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() 383 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending()
|
D | extent_io.c | 2714 int uptodate = (err == 0); in end_extent_writepage() local 2778 int uptodate) in endio_readpage_release_extent() 2802 int uptodate = !bio->bi_status; in end_bio_extent_readpage() local 5201 int uptodate = 1; in alloc_extent_buffer() local
|
D | inode.c | 2832 u64 end, int uptodate) in btrfs_writepage_endio_finish_ordered() 7653 const bool uptodate) in btrfs_check_read_dio_bio() 7705 const bool uptodate) in __endio_write_update_ordered()
|
D | free-space-cache.c | 374 static int io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) in io_ctl_prepare_pages()
|
D | ctree.c | 1615 int uptodate; in btrfs_realloc_node() local
|
/fs/jbd2/ |
D | commit.c | 32 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync()
|
/fs/ext4/ |
D | ialloc.c | 69 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read()
|
D | fast_commit.c | 122 static void ext4_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in ext4_end_buffer_io_sync()
|
/fs/reiserfs/ |
D | journal.c | 619 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() 635 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io()
|
/fs/iomap/ |
D | buffered-io.c | 32 unsigned long uptodate[]; member
|