/linux-4.4.14/fs/jbd2/ |
D | journal.c | 103 static void __journal_abort_soft (journal_t *journal, int errno); 191 journal_t *journal = arg; in kjournald2() local 198 setup_timer(&journal->j_commit_timer, commit_timeout, in kjournald2() 204 journal->j_task = current; in kjournald2() 205 wake_up(&journal->j_wait_done_commit); in kjournald2() 210 write_lock(&journal->j_state_lock); in kjournald2() 213 if (journal->j_flags & JBD2_UNMOUNT) in kjournald2() 217 journal->j_commit_sequence, journal->j_commit_request); in kjournald2() 219 if (journal->j_commit_sequence != journal->j_commit_request) { in kjournald2() 221 write_unlock(&journal->j_state_lock); in kjournald2() [all …]
|
D | checkpoint.c | 111 void __jbd2_log_wait_for_space(journal_t *journal) in __jbd2_log_wait_for_space() argument 116 nblocks = jbd2_space_needed(journal); in __jbd2_log_wait_for_space() 117 while (jbd2_log_space_left(journal) < nblocks) { in __jbd2_log_wait_for_space() 118 write_unlock(&journal->j_state_lock); in __jbd2_log_wait_for_space() 119 mutex_lock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space() 132 write_lock(&journal->j_state_lock); in __jbd2_log_wait_for_space() 133 if (journal->j_flags & JBD2_ABORT) { in __jbd2_log_wait_for_space() 134 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space() 137 spin_lock(&journal->j_list_lock); in __jbd2_log_wait_for_space() 138 nblocks = jbd2_space_needed(journal); in __jbd2_log_wait_for_space() [all …]
|
D | commit.c | 119 static int journal_submit_commit_record(journal_t *journal, in journal_submit_commit_record() argument 131 if (is_journal_aborted(journal)) in journal_submit_commit_record() 134 bh = jbd2_journal_get_descriptor_buffer(journal); in journal_submit_commit_record() 145 if (jbd2_has_feature_checksum(journal)) { in journal_submit_commit_record() 150 jbd2_commit_block_csum_set(journal, bh); in journal_submit_commit_record() 158 if (journal->j_flags & JBD2_BARRIER && in journal_submit_commit_record() 159 !jbd2_has_feature_async_commit(journal)) in journal_submit_commit_record() 172 static int journal_wait_on_commit_record(journal_t *journal, in journal_wait_on_commit_record() argument 215 static int journal_submit_data_buffers(journal_t *journal, in journal_submit_data_buffers() argument 222 spin_lock(&journal->j_list_lock); in journal_submit_data_buffers() [all …]
|
D | revoke.c | 134 static inline int hash(journal_t *journal, unsigned long long block) in hash() argument 136 return hash_64(block, journal->j_revoke->hash_shift); in hash() 139 static int insert_revoke_hash(journal_t *journal, unsigned long long blocknr, in insert_revoke_hash() argument 154 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in insert_revoke_hash() 155 spin_lock(&journal->j_revoke_lock); in insert_revoke_hash() 157 spin_unlock(&journal->j_revoke_lock); in insert_revoke_hash() 163 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record() argument 169 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]; in find_revoke_record() 171 spin_lock(&journal->j_revoke_lock); in find_revoke_record() 175 spin_unlock(&journal->j_revoke_lock); in find_revoke_record() [all …]
|
D | transaction.c | 83 jbd2_get_transaction(journal_t *journal, transaction_t *transaction) in jbd2_get_transaction() argument 85 transaction->t_journal = journal; in jbd2_get_transaction() 88 transaction->t_tid = journal->j_transaction_sequence++; in jbd2_get_transaction() 89 transaction->t_expires = jiffies + journal->j_commit_interval; in jbd2_get_transaction() 93 atomic_read(&journal->j_reserved_credits)); in jbd2_get_transaction() 99 journal->j_commit_timer.expires = round_jiffies_up(transaction->t_expires); in jbd2_get_transaction() 100 add_timer(&journal->j_commit_timer); in jbd2_get_transaction() 102 J_ASSERT(journal->j_running_transaction == NULL); in jbd2_get_transaction() 103 journal->j_running_transaction = transaction; in jbd2_get_transaction() 149 static void wait_transaction_locked(journal_t *journal) in wait_transaction_locked() argument [all …]
|
D | recovery.c | 42 static int do_one_pass(journal_t *journal, 70 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead() argument 80 max = start + (128 * 1024 / journal->j_blocksize); in do_readahead() 81 if (max > journal->j_maxlen) in do_readahead() 82 max = journal->j_maxlen; in do_readahead() 90 err = jbd2_journal_bmap(journal, next, &blocknr); in do_readahead() 98 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize); in do_readahead() 132 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() argument 141 if (offset >= journal->j_maxlen) { in jread() 146 err = jbd2_journal_bmap(journal, offset, &blocknr); in jread() [all …]
|
D | Makefile | 7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
D | Kconfig | 10 journal support to other file systems or block devices such
|
/linux-4.4.14/fs/reiserfs/ |
D | journal.c | 95 struct reiserfs_journal *journal); 116 struct reiserfs_journal *journal = SB_JOURNAL(sb); in init_journal_hash() local 117 memset(journal->j_hash_table, 0, in init_journal_hash() 158 struct reiserfs_journal *journal = SB_JOURNAL(sb); in get_bitmap_node() local 160 struct list_head *entry = journal->j_bitmap_nodes.next; in get_bitmap_node() 162 journal->j_used_bitmap_nodes++; in get_bitmap_node() 165 if (entry != &journal->j_bitmap_nodes) { in get_bitmap_node() 169 journal->j_free_bitmap_nodes--; in get_bitmap_node() 182 struct reiserfs_journal *journal = SB_JOURNAL(sb); in free_bitmap_node() local 183 journal->j_used_bitmap_nodes--; in free_bitmap_node() [all …]
|
D | Makefile | 9 hashes.o tail_conversion.o journal.o resize.o \
|
D | super.c | 679 struct reiserfs_journal *journal = SB_JOURNAL(s); in reiserfs_show_options() local 719 if (journal->j_max_commit_age != journal->j_default_max_commit_age) in reiserfs_show_options() 720 seq_printf(seq, ",commit=%d", journal->j_max_commit_age); in reiserfs_show_options() 1393 struct reiserfs_journal *journal = SB_JOURNAL(s); in reiserfs_remount() local 1455 journal->j_max_commit_age = commit_max_age; in reiserfs_remount() 1456 journal->j_max_trans_age = commit_max_age; in reiserfs_remount() 1459 journal->j_max_commit_age = journal->j_default_max_commit_age; in reiserfs_remount() 1460 journal->j_max_trans_age = JOURNAL_MAX_TRANS_AGE; in reiserfs_remount() 1505 if (reiserfs_is_journal_aborted(journal)) { in reiserfs_remount() 1506 err = journal->j_errno; in reiserfs_remount()
|
D | procfs.c | 53 #define SFPJ( x ) SFP( journal.x )
|
D | reiserfs.h | 506 } journal; member 759 #define reiserfs_is_journal_aborted(journal) (unlikely (__reiserfs_is_journal_aborted (journal))) argument 761 *journal) in __reiserfs_is_journal_aborted() 763 return test_bit(J_ABORTED, &journal->j_state); in __reiserfs_is_journal_aborted()
|
/linux-4.4.14/drivers/md/bcache/ |
D | journal.c | 36 struct journal_device *ja = &ca->journal; in journal_read_bucket() 40 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket() 159 struct journal_device *ja = &ca->journal; in bch_journal_read() 258 c->journal.seq = list_entry(list->prev, in bch_journal_read() 271 struct journal *j = &c->journal; in bch_journal_mark() 378 if (btree_current_write(b)->journal) { in btree_flush_write() 382 btree_current_write(best)->journal, in btree_flush_write() 383 btree_current_write(b)->journal)) { in btree_flush_write() 391 if (!btree_current_write(b)->journal) { in btree_flush_write() 408 struct cache *ca = container_of(ja, struct cache, journal); in journal_discard_endio() [all …]
|
D | journal.h | 103 struct journal { struct 157 (fifo_idx(&(c)->journal.pin, (l)) > fifo_idx(&(c)->journal.pin, (r))) 170 void bch_journal_next(struct journal *);
|
D | Makefile | 5 io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
|
D | super.c | 1402 if (c->journal.cur) { in cache_set_flush() 1403 cancel_delayed_work_sync(&c->journal.work); in cache_set_flush() 1405 c->journal.work.work.func(&c->journal.work.work); in cache_set_flush() 1552 LIST_HEAD(journal); in run_cache_set() 1557 if (bch_journal_read(c, &journal)) in run_cache_set() 1563 if (list_empty(&journal)) in run_cache_set() 1566 j = &list_entry(journal.prev, struct journal_replay, list)->j; in run_cache_set() 1600 bch_journal_mark(c, &journal); in run_cache_set() 1609 bch_journal_next(&c->journal); in run_cache_set() 1629 bch_journal_replay(c, &journal); in run_cache_set() [all …]
|
D | bcache.h | 432 struct journal_device journal; member 630 struct journal journal; member
|
D | btree.c | 331 if (w->journal) { in btree_complete_write() 332 atomic_dec_bug(w->journal); in btree_complete_write() 333 __closure_wake_up(&b->c->journal.wait); in btree_complete_write() 337 w->journal = NULL; in btree_complete_write() 534 if (w->journal && in bch_btree_leaf_dirty() 535 journal_pin_cmp(b->c, w->journal, journal_ref)) { in bch_btree_leaf_dirty() 536 atomic_dec_bug(w->journal); in bch_btree_leaf_dirty() 537 w->journal = NULL; in bch_btree_leaf_dirty() 540 if (!w->journal) { in bch_btree_leaf_dirty() 541 w->journal = journal_ref; in bch_btree_leaf_dirty() [all …]
|
D | btree.h | 105 atomic_t *journal; member
|
D | sysfs.c | 564 sysfs_print(active_journal_entries, fifo_used(&c->journal.pin)); in SHOW()
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 77 static void ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, 170 ocfs2_queue_recovery_completion(osb->journal, i, NULL, in ocfs2_queue_replay_slots() 311 struct ocfs2_journal *journal = NULL; in ocfs2_commit_cache() local 313 journal = osb->journal; in ocfs2_commit_cache() 316 down_write(&journal->j_trans_barrier); in ocfs2_commit_cache() 318 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache() 321 up_write(&journal->j_trans_barrier); in ocfs2_commit_cache() 325 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_commit_cache() 326 status = jbd2_journal_flush(journal->j_journal); in ocfs2_commit_cache() 327 jbd2_journal_unlock_updates(journal->j_journal); in ocfs2_commit_cache() [all …]
|
D | journal.h | 94 static inline void ocfs2_set_ci_lock_trans(struct ocfs2_journal *journal, in ocfs2_set_ci_lock_trans() argument 98 ci->ci_last_trans = journal->j_trans_id; in ocfs2_set_ci_lock_trans() 110 struct ocfs2_journal *journal = in ocfs2_ci_fully_checkpointed() local 111 OCFS2_SB(ocfs2_metadata_cache_get_super(ci))->journal; in ocfs2_ci_fully_checkpointed() 114 ret = time_after(journal->j_trans_id, ci->ci_last_trans); in ocfs2_ci_fully_checkpointed() 126 struct ocfs2_journal *journal = in ocfs2_ci_is_new() local 127 OCFS2_SB(ocfs2_metadata_cache_get_super(ci))->journal; in ocfs2_ci_is_new() 130 ret = !(time_after(journal->j_trans_id, ci->ci_created_trans)); in ocfs2_ci_is_new() 153 ci->ci_created_trans = osb->journal->j_trans_id; in ocfs2_ci_set_new() 187 int ocfs2_journal_init(struct ocfs2_journal *journal, [all …]
|
D | super.c | 305 "Journal", osb->journal->j_state, in ocfs2_osb_dump() 306 osb->journal->j_trans_id, in ocfs2_osb_dump() 307 atomic_read(&osb->journal->j_num_trans)); in ocfs2_osb_dump() 429 if (jbd2_journal_start_commit(OCFS2_SB(sb)->journal->j_journal, in ocfs2_sync_fs() 432 jbd2_log_wait_commit(OCFS2_SB(sb)->journal->j_journal, in ocfs2_sync_fs() 2037 jbd2_journal_check_used_features(osb->journal->j_journal, 0, 0, in ocfs2_journal_addressable() 2058 struct ocfs2_journal *journal; in ocfs2_initialize_super() local 2244 journal = kzalloc(sizeof(struct ocfs2_journal), GFP_KERNEL); in ocfs2_initialize_super() 2245 if (!journal) { in ocfs2_initialize_super() 2250 osb->journal = journal; in ocfs2_initialize_super() [all …]
|
D | inode.c | 133 journal_t *journal = OCFS2_SB(sb)->journal->j_journal; in ocfs2_iget() local 180 if (journal) { in ocfs2_iget() 185 read_lock(&journal->j_state_lock); in ocfs2_iget() 186 if (journal->j_running_transaction) in ocfs2_iget() 187 transaction = journal->j_running_transaction; in ocfs2_iget() 189 transaction = journal->j_committing_transaction; in ocfs2_iget() 193 tid = journal->j_commit_sequence; in ocfs2_iget() 194 read_unlock(&journal->j_state_lock); in ocfs2_iget() 1182 jbd2_journal_release_jbd_inode(OCFS2_SB(inode->i_sb)->journal->j_journal, in ocfs2_clear_inode()
|
D | Makefile | 26 journal.o \
|
D | aops.c | 803 journal_t *journal = osb->journal->j_journal; in ocfs2_direct_IO_write() local 908 ret = jbd2_journal_force_commit(journal); in ocfs2_direct_IO_write() 969 tmp_ret = jbd2_journal_force_commit(journal); in ocfs2_direct_IO_write() 2067 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log() 2068 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
|
D | file.c | 185 journal_t *journal = osb->journal->j_journal; in ocfs2_sync_file() local 204 if (journal->j_flags & JBD2_BARRIER && in ocfs2_sync_file() 205 !jbd2_trans_will_send_data_barrier(journal, commit_tid)) in ocfs2_sync_file() 207 err = jbd2_complete_transaction(journal, commit_tid); in ocfs2_sync_file() 2408 ret = jbd2_journal_force_commit(osb->journal->j_journal); in ocfs2_file_write_iter()
|
D | ocfs2.h | 363 struct ocfs2_journal *journal; member
|
D | ioctl.c | 269 oij.ij_journal_size = i_size_read(osb->journal->j_inode); in ocfs2_info_handle_journal_size()
|
D | namei.c | 1566 if (!is_journal_aborted(osb->journal->j_journal)) { in ocfs2_rename() 1578 if (!is_journal_aborted(osb->journal->j_journal)) { in ocfs2_rename()
|
/linux-4.4.14/include/trace/events/ |
D | jbd2.h | 15 TP_PROTO(journal_t *journal, int result), 17 TP_ARGS(journal, result), 25 __entry->dev = journal->j_fs_dev->bd_dev; 35 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 37 TP_ARGS(journal, commit_transaction), 46 __entry->dev = journal->j_fs_dev->bd_dev; 58 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 60 TP_ARGS(journal, commit_transaction) 65 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 67 TP_ARGS(journal, commit_transaction) [all …]
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 235 API-typedef-journal-t 237 API-struct-jbd2-journal-handle 238 API-struct-journal-s 239 API-jbd2-journal-force-commit-nested 240 API-jbd2-journal-force-commit 241 API-jbd2-journal-init-dev 242 API-jbd2-journal-init-inode 243 API-jbd2-journal-update-sb-errno 244 API-jbd2-journal-load 245 API-jbd2-journal-destroy [all …]
|
D | .filesystems.xml.cmd | 2 …link.c fs/debugfs/inode.c fs/debugfs/file.c include/linux/jbd2.h fs/jbd2/journal.c fs/jbd2/recover…
|
/linux-4.4.14/include/linux/ |
D | jbd2.h | 1140 struct buffer_head *jbd2_journal_get_descriptor_buffer(journal_t *journal); 1142 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, 1144 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1145 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1151 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy); 1153 void jbd2_journal_destroy_checkpoint(journal_t *journal); 1261 extern int jbd2_journal_load (journal_t *journal); 1263 extern int jbd2_journal_recover (journal_t *journal); 1278 extern int jbd2_journal_begin_ordered_truncate(journal_t *journal, 1281 extern void jbd2_journal_release_jbd_inode(journal_t *journal, struct jbd2_inode *jinode); [all …]
|
/linux-4.4.14/fs/ext4/ |
D | fsync.c | 91 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_sync_file() local 108 if (!journal) { in ext4_sync_file() 138 if (journal->j_flags & JBD2_BARRIER && in ext4_sync_file() 139 !jbd2_trans_will_send_data_barrier(journal, commit_tid)) in ext4_sync_file() 141 ret = jbd2_complete_transaction(journal, commit_tid); in ext4_sync_file()
|
D | ext4_jbd2.c | 43 journal_t *journal; in ext4_journal_check_start() local 49 journal = EXT4_SB(sb)->s_journal; in ext4_journal_check_start() 55 if (journal && is_journal_aborted(journal)) { in ext4_journal_check_start() 65 journal_t *journal; in __ext4_journal_start_sb() local 73 journal = EXT4_SB(sb)->s_journal; in __ext4_journal_start_sb() 74 if (!journal) in __ext4_journal_start_sb() 76 return jbd2__journal_start(journal, blocks, rsv_blocks, GFP_NOFS, in __ext4_journal_start_sb()
|
D | super.c | 335 static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn) in ext4_journal_commit_callback() argument 337 struct super_block *sb = journal->j_private; in ext4_journal_commit_callback() 339 int error = is_journal_aborted(journal); in ext4_journal_commit_callback() 376 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error() local 379 if (journal) in ext4_handle_error() 380 jbd2_journal_abort(journal, -EIO); in ext4_handle_error() 1058 journal_t *journal = EXT4_SB(sb)->s_journal; in bdev_try_to_free_page() local 1063 if (journal) in bdev_try_to_free_page() 1064 return jbd2_journal_try_to_free_buffers(journal, page, in bdev_try_to_free_page() 4030 static void ext4_init_journal_params(struct super_block *sb, journal_t *journal) in ext4_init_journal_params() argument [all …]
|
D | inode.c | 211 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_evict_inode() local 214 jbd2_complete_transaction(journal, commit_tid); in ext4_evict_inode() 2939 journal_t *journal; in ext4_bmap() local 2979 journal = EXT4_JOURNAL(inode); in ext4_bmap() 2980 jbd2_journal_lock_updates(journal); in ext4_bmap() 2981 err = jbd2_journal_flush(journal); in ext4_bmap() 2982 jbd2_journal_unlock_updates(journal); in ext4_bmap() 3035 journal_t *journal = EXT4_JOURNAL(page->mapping->host); in __ext4_journalled_invalidatepage() local 3045 return jbd2_journal_invalidatepage(journal, page, offset, length); in __ext4_journalled_invalidatepage() 3058 journal_t *journal = EXT4_JOURNAL(page->mapping->host); in ext4_releasepage() local [all …]
|
D | ext4_jbd2.h | 355 static inline int ext4_journal_force_commit(journal_t *journal) in ext4_journal_force_commit() argument 357 if (journal) in ext4_journal_force_commit() 358 return jbd2_journal_force_commit(journal); in ext4_journal_force_commit()
|
D | ext4.h | 1719 EXT4_FEATURE_COMPAT_FUNCS(journal, HAS_JOURNAL) in EXT4_FEATURE_COMPAT_FUNCS()
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-uevents.txt | 20 with no journal assigned), and read-only (with journal assigned) status 39 of journal recovery for one of the filesystems journals. It has 40 two environment variables, JID= which specifies the journal id which 43 for every journal recovered, whether it is during the initial mount 44 process or as the result of gfs_controld requesting a specific journal 89 If a journal is in use by the filesystem (journals are not 91 numeric journal id in all GFS2 uevents.
|
D | ext4.txt | 75 the filesystem with a large journal can also be helpful for 92 * journal checksumming for robustness, performance 132 replay the journal (and thus write to the 137 journal_checksum Enable checksumming of the journal transactions. 148 journal_dev=devnum When the external journal device's major/minor numbers 150 the new journal location. The journal device is 154 norecovery Don't load the journal on mounting. Note that 156 skipping the journal replay will lead to the 160 data=journal All data are committed into the journal prior to being 167 journal. [all …]
|
D | logfs.txt | 24 move the journal and change the filesystem parameters through tunefs. 36 the journal. 44 The journal contains all global information about the filesystem that 52 All space except for the superblocks and journal is part of the object 77 reasons is stored in the journal instead. Instead of data blocks, the 88 In LogFS, the block pointer changes are cached in the journal by means 101 content to a spare segment and noting this move in the journal with a
|
D | jfs.txt | 20 nointegrity Do not write to the journal. The primary use of this option 25 integrity(*) Commit metadata changes to the journal. Use this option to
|
D | ocfs2.txt | 60 journal. 63 committed to the journal.
|
D | ext2.txt | 246 HAS_JOURNAL feature is a COMPAT flag because the ext3 journal is simply 270 ext3 journal from mounting the filesystem without replaying the journal. 348 to the on-disk ext2 layout. In a nutshell, the journal is a regular 351 it is possible to add a journal to an existing ext2 filesystem without 355 a transaction in the journal and can either be complete or incomplete at
|
D | xfs.txt | 57 writes into the journal and for data integrity operations. 154 Use an external log (metadata journal) and/or real-time device.
|
D | ubifs.txt | 61 journal and recovers from crashes, ensuring that the on-flash data
|
D | gfs2-glocks.txt | 21 used only during recovery, and even then only for journal locks.
|
D | ramfs-rootfs-initramfs.txt | 345 separate journal). They can be out on the network (requiring dhcp, setting a
|
D | vfs.txt | 1149 mounting (such as ones controlling the creation of a journal) are exempt
|
/linux-4.4.14/fs/logfs/ |
D | Makefile | 8 logfs-y += journal.o
|
/linux-4.4.14/fs/ubifs/ |
D | Makefile | 3 ubifs-y += shrinker.o journal.o file.o dir.o super.o sb.o io.o
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 113 non-blocking synchronization). The corresponding journal article appeared 162 2007 saw the journal version of the award-winning RCU paper from 2006 170 2008 saw a journal paper on real-time RCU [DinakarGuniguntala2008IBMSysJ], 209 academic journal, IEEE Transactions on Parallel and Distributed Systems 226 ,journal="ACM Transactions on Database Systems" 280 ,journal="ACM Transactions on Database Systems" 336 ,journal = {Commun. ACM} 862 ,journal="IBM Systems Journal" 919 ,journal="Linux Journal" 964 ,journal="Linux Journal" [all …]
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 240 the journal needs to be replayed, and the filesystem cannot be mounted.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 57 phonebook or call journal.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 43 attempt to journal anything since the journalling interfaces of the various
|
/linux-4.4.14/Documentation/ |
D | bcache.txt | 378 Number of journal entries that are newer than the index.
|
D | kernel-docs.txt | 261 ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 451 the writeback session is holding shared resources, e.g. a journal
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2068 Journal - 8192 blocks (18-8209), journal header is in block 8210 2073 journal size 8192 (from 18) 2074 Initializing journal - 0%....20%....40%....60%....80%....100%
|