Home
last modified time | relevance | path

Searched refs:uptodate (Results 1 – 17 of 17) sorted by relevance

/fs/btrfs/
Dextent_io.c1631 int uptodate = err == 0; in end_bio_extent_writepage() local
1656 end, NULL, uptodate); in end_bio_extent_writepage()
1658 uptodate = 0; in end_bio_extent_writepage()
1661 if (!uptodate && tree->ops && in end_bio_extent_writepage()
1666 uptodate = (err == 0); in end_bio_extent_writepage()
1671 if (!uptodate) { in end_bio_extent_writepage()
1701 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_bio_extent_readpage() local
1710 uptodate = 0; in end_bio_extent_readpage()
1728 if (uptodate && tree->ops && tree->ops->readpage_end_io_hook) { in end_bio_extent_readpage()
1732 uptodate = 0; in end_bio_extent_readpage()
[all …]
Dextent_io.h61 struct extent_state *state, int uptodate);
Dctree.c533 int uptodate; in btrfs_realloc_node() local
597 uptodate = btrfs_buffer_uptodate(cur, gen); in btrfs_realloc_node()
599 uptodate = 0; in btrfs_realloc_node()
600 if (!cur || !uptodate) { in btrfs_realloc_node()
608 } else if (!uptodate) { in btrfs_realloc_node()
Ddisk-io.c1947 static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) in btrfs_end_buffer_write_sync() argument
1951 if (uptodate) { in btrfs_end_buffer_write_sync()
Dinode.c1566 struct extent_state *state, int uptodate) in btrfs_writepage_end_io_hook() argument
/fs/
Dmpage.c44 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in mpage_end_io_read() local
53 if (uptodate) { in mpage_end_io_read()
66 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in mpage_end_io_write() local
75 if (!uptodate){ in mpage_end_io_write()
Dbuffer.c127 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() argument
129 if (uptodate) { in __end_buffer_read_notouch()
142 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() argument
144 __end_buffer_read_notouch(bh, uptodate); in end_buffer_read_sync()
148 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() argument
152 if (uptodate) { in end_buffer_write_sync()
446 static void end_buffer_async_read(struct buffer_head *bh, int uptodate) in end_buffer_async_read() argument
457 if (uptodate) { in end_buffer_async_read()
508 static void end_buffer_async_write(struct buffer_head *bh, int uptodate) in end_buffer_async_write() argument
519 if (uptodate) { in end_buffer_async_write()
[all …]
Ddirect-io.c401 const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in dio_bio_complete() local
405 if (!uptodate) in dio_bio_complete()
420 return uptodate ? 0 : -EIO; in dio_bio_complete()
/fs/ocfs2/
Dbuffer_head_io.h32 int uptodate);
DMakefile37 uptodate.o \
/fs/xfs/linux-2.6/
Dxfs_aops.c794 int count = 0, done = 0, uptodate = 1; in xfs_convert_page() local
836 uptodate = 0; in xfs_convert_page()
881 if (uptodate && bh == head) in xfs_convert_page()
980 int flags, err, iomap_valid = 0, uptodate = 1; in xfs_page_state_convert() local
1035 uptodate = 0; in xfs_page_state_convert()
1165 if (uptodate && bh == head) in xfs_page_state_convert()
/fs/gfs2/
Dlog.c468 static void gfs2_log_write_endio(struct buffer_head *bh, int uptodate) in gfs2_log_write_endio() argument
473 end_buffer_write_sync(bh, uptodate); in gfs2_log_write_endio()
510 static void gfs2_fake_write_endio(struct buffer_head *bh, int uptodate) in gfs2_fake_write_endio() argument
516 end_buffer_write_sync(bh, uptodate); in gfs2_fake_write_endio()
/fs/ntfs/
Daops.c58 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read() argument
71 if (likely(uptodate)) { in ntfs_end_buffer_async_read()
823 int uptodate = 1; in ntfs_write_block() local
826 uptodate = 0; in ntfs_write_block()
831 if (uptodate) in ntfs_write_block()
DChangeLog104 that this is not necessarily uptodate. This happens when
514 by setting the page not uptodate throughout ntfs_mft_writepage().
515 - Clear the page uptodate flag in fs/ntfs/aops.c::ntfs_write_mst_block()
533 - Clear the page uptodate flag in fs/ntfs/mft.c::ntfs_sync_mft_mirror()
992 - If fs/ntfs/aops.c::ntfs_read_page() is called on an uptodate page,
1070 check for the buffers being uptodate first in line with the updated
1077 uptodate and locking it in ntfs_file_read_compressed_block(). We now
1078 lock the buffer and then check whether it is uptodate or not.
1316 - Don't BUG_ON() uptodate and/or mapped buffers throughout aops.c in
/fs/jbd/
Dcommit.c27 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync() argument
30 if (uptodate) in journal_end_buffer_io_sync()
/fs/jbd2/
Dcommit.c33 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync() argument
36 if (uptodate) in journal_end_buffer_io_sync()
/fs/reiserfs/
Djournal.c642 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() argument
651 if (uptodate) in reiserfs_end_buffer_io_sync()
660 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io() argument
662 if (uptodate) in reiserfs_end_ordered_io()