| /fs/ubifs/ |
| A D | orphan.c | 256 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() argument 260 if (atomic) { in do_write_orph_node() 287 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() argument 336 err = do_write_orph_node(c, len, atomic); in write_orph_node() 350 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() argument 355 err = write_orph_node(c, atomic); in write_orph_nodes() 359 if (atomic) { in write_orph_nodes() 430 int avail, atomic = 0, err; in commit_orphans() local 439 atomic = 1; in commit_orphans() 441 err = write_orph_nodes(c, atomic); in commit_orphans()
|
| /fs/bcachefs/ |
| A D | disk_groups.c | 378 out->atomic++; in bch2_disk_groups_to_text() 400 out->atomic--; in bch2_disk_groups_to_text() 405 out->atomic++; in bch2_disk_path_to_text() 408 --out->atomic; in bch2_disk_path_to_text() 530 out->atomic++; in bch2_target_to_text() 543 out->atomic--; in bch2_target_to_text()
|
| A D | printbuf.h | 86 u8 atomic; member 287 buf->atomic++; in printbuf_atomic_inc() 295 buf->atomic--; in printbuf_atomic_dec()
|
| A D | clock.c | 144 out->atomic++; in bch2_io_timers_to_text() 157 --out->atomic; in bch2_io_timers_to_text()
|
| A D | btree_locking.c | 164 buf.atomic++; in trace_would_deadlock() 200 buf.atomic++; in break_cycle_fail() 316 cycle->atomic++; in bch2_check_for_deadlock() 411 --cycle->atomic; in bch2_check_for_deadlock()
|
| A D | journal.c | 91 out->atomic++; in bch2_journal_bufs_to_text() 102 --out->atomic; in bch2_journal_bufs_to_text() 145 buf.atomic++; in journal_error_check_stuck() 273 pbuf.atomic++; in __journal_entry_close() 287 err.atomic++; in __journal_entry_close() 1731 out->atomic++; in __bch2_journal_debug_to_text() 1824 --out->atomic; in __bch2_journal_debug_to_text()
|
| A D | movinggc.c | 323 out->atomic++; in bch2_copygc_wait_to_text() 336 --out->atomic; in bch2_copygc_wait_to_text()
|
| A D | alloc_foreground.c | 1476 out->atomic++; in bch2_open_buckets_to_text() 1487 --out->atomic; in bch2_open_buckets_to_text() 1494 out->atomic++; in bch2_open_buckets_partial_to_text() 1502 --out->atomic; in bch2_open_buckets_partial_to_text() 1638 buf.atomic++; in bch2_print_allocator_stuck() 1647 --buf.atomic; in bch2_print_allocator_stuck()
|
| A D | journal_reclaim.c | 225 buf.atomic++; in bch2_journal_space_available() 1006 out->atomic++; in bch2_journal_seq_pins_to_text() 1025 --out->atomic; in bch2_journal_seq_pins_to_text()
|
| A D | recovery_passes.c | 349 out->atomic++; in __bch2_run_explicit_recovery_pass() 405 --out->atomic; in __bch2_run_explicit_recovery_pass()
|
| A D | error.c | 46 buf.atomic++; in bch2_inconsistent_error() 62 buf.atomic++; in bch2_fs_trans_inconsistent()
|
| A D | extents.c | 66 out->atomic++; in bch2_io_failures_to_text() 74 --out->atomic; in bch2_io_failures_to_text() 1228 out->atomic++; in bch2_extent_ptr_to_text() 1253 --out->atomic; in bch2_extent_ptr_to_text()
|
| A D | printbuf.c | 59 char *buf = krealloc(out->buf, new_size, !out->atomic ? GFP_KERNEL : GFP_NOWAIT); in bch2_printbuf_make_room()
|
| A D | debug.c | 515 i->buf.atomic++; in bch2_cached_btree_nodes_read() 531 --i->buf.atomic; in bch2_cached_btree_nodes_read()
|
| A D | btree_types.h | 265 x(atomic) \
|
| A D | btree_iter.c | 3671 out->atomic++; in bch2_btree_trans_to_text() 3712 --out->atomic; in bch2_btree_trans_to_text()
|
| A D | btree_io.c | 2246 buf.atomic++; in btree_node_write_endio()
|
| /fs/btrfs/ |
| A D | disk-io.h | 110 int atomic);
|
| A D | disk-io.c | 119 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, int atomic) in btrfs_buffer_uptodate() argument 127 if (atomic) in btrfs_buffer_uptodate()
|
| /fs/ |
| A D | buffer.c | 180 __find_get_block_slow(struct block_device *bdev, sector_t block, bool atomic) in __find_get_block_slow() argument 202 if (atomic) in __find_get_block_slow() 215 WARN_ON(!atomic); in __find_get_block_slow() 247 if (atomic) in __find_get_block_slow() 1402 unsigned size, bool atomic) in find_get_block_common() argument 1408 bh = __find_get_block_slow(bdev, block, atomic); in find_get_block_common()
|
| /fs/f2fs/ |
| A D | node.c | 1686 static bool __write_node_folio(struct folio *folio, bool atomic, bool *submitted, in __write_node_folio() argument 1752 if (atomic && !test_opt(sbi, NOBARRIER)) in __write_node_folio() 1825 struct writeback_control *wbc, bool atomic, in f2fs_fsync_node_pages() argument 1837 if (atomic) { in f2fs_fsync_node_pages() 1887 if (!atomic || folio == last_folio) { in f2fs_fsync_node_pages() 1905 if (!__write_node_folio(folio, atomic && in f2fs_fsync_node_pages() 1927 if (atomic && !marked) { in f2fs_fsync_node_pages()
|
| A D | file.c | 270 int datasync, bool atomic) in f2fs_do_sync_file() argument 332 FSYNC_MODE_STRICT && !atomic) in f2fs_do_sync_file() 333 atomic = true; in f2fs_do_sync_file() 359 ret = f2fs_fsync_node_pages(sbi, inode, &wbc, atomic, &seq_id); in f2fs_do_sync_file() 384 if (!atomic) { in f2fs_do_sync_file() 394 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
|
| A D | f2fs.h | 2516 PAGE_PRIVATE_GET_FUNC(atomic, ATOMIC_WRITE); 2521 PAGE_PRIVATE_SET_FUNC(atomic, ATOMIC_WRITE); 2526 PAGE_PRIVATE_CLEAR_FUNC(atomic, ATOMIC_WRITE); 3795 struct writeback_control *wbc, bool atomic,
|
| /fs/nfsd/ |
| A D | xdr4.h | 206 u32 atomic; member
|
| A D | nfs4proc.c | 402 cinfo->atomic = (u32)(fhp->fh_pre_saved && fhp->fh_post_saved && !fhp->fh_no_atomic_attr); in set_change_info()
|