Home
last modified time | relevance | path

Searched refs:s_journal (Results 1 – 14 of 14) sorted by relevance

/linux/fs/ext4/
H A Dsuper.c476 journal_t *journal = sbi->s_journal; in ext4_maybe_update_superblock()
700 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error()
755 journal_t *journal = sbi->s_journal; in update_super_work()
934 if (!sb || (EXT4_SB(sb)->s_journal && in ext4_decode_error()
935 EXT4_SB(sb)->s_journal->j_flags & JBD2_ABORT)) in ext4_decode_error()
1313 if (sbi->s_journal) { in ext4_put_super()
1314 aborted = is_journal_aborted(sbi->s_journal); in ext4_put_super()
1315 err = ext4_journal_destroy(sbi, sbi->s_journal); in ext4_put_super()
2821 if (!sbi->s_journal) { in ext4_check_opt_consistency()
2835 if (!sbi->s_journal && in ext4_check_opt_consistency()
[all …]
H A Dfast_commit.c363 read_lock(&sbi->s_journal->j_state_lock); in ext4_fc_mark_ineligible()
364 if (sbi->s_journal->j_running_transaction) in ext4_fc_mark_ineligible()
365 tid = sbi->s_journal->j_running_transaction->t_tid; in ext4_fc_mark_ineligible()
368 read_unlock(&sbi->s_journal->j_state_lock); in ext4_fc_mark_ineligible()
420 (sbi->s_journal->j_flags & JBD2_FULL_COMMIT_ONGOING || in ext4_fc_track_template()
421 sbi->s_journal->j_flags & JBD2_FAST_COMMIT_ONGOING) ? in ext4_fc_track_template()
471 if (sbi->s_journal->j_flags & JBD2_FULL_COMMIT_ONGOING || in __track_dentry_update()
472 sbi->s_journal->j_flags & JBD2_FAST_COMMIT_ONGOING) in __track_dentry_update()
697 int bsize = sbi->s_journal->j_blocksize; in ext4_fc_reserve_space()
710 ret = jbd2_fc_get_buf(EXT4_SB(sb)->s_journal, &bh); in ext4_fc_reserve_space()
[all …]
H A Dext4_jbd2.h19 #define EXT4_JOURNAL(inode) (EXT4_SB((inode)->i_sb)->s_journal)
452 sbi->s_journal = NULL; in ext4_journal_destroy()
H A Dext4_jbd2.c87 journal = EXT4_SB(sb)->s_journal; in ext4_journal_check_start()
119 journal = EXT4_SB(sb)->s_journal; in __ext4_journal_start_sb()
H A Dorphan.c110 if (!sbi->s_journal || is_bad_inode(inode)) in ext4_orphan_add()
235 if (!sbi->s_journal && !(sbi->s_mount_state & EXT4_ORPHAN_FS)) in ext4_orphan_del()
H A Dsysfs.c166 if (!sbi->s_journal) in journal_task_show()
169 task_pid_vnr(sbi->s_journal->j_task)); in journal_task_show()
H A Dblock_validity.c354 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_check_blockref()
H A Dinode.c396 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in __check_block_validity()
2836 ext4_fc_commit(sbi->s_journal, in ext4_do_writepages()
2976 if (ret == -ENOSPC && sbi->s_journal) { in ext4_do_writepages()
2982 jbd2_journal_force_commit_nested(sbi->s_journal); in ext4_do_writepages()
3443 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty()
4572 if (ei->jinode || !EXT4_SB(inode->i_sb)->s_journal) in ext4_inode_attach_jinode()
5326 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget()
5886 if (!EXT4_SB(inode->i_sb)->s_journal) in ext4_write_inode()
5903 return ext4_fc_commit(EXT4_SB(inode->i_sb)->s_journal, in ext4_write_inode()
5914 if (WARN_ON_ONCE(EXT4_SB(inode->i_sb)->s_journal)) in ext4_sync_inode_metadata()
[all …]
H A Dballoc.c697 if (!sbi->s_journal) in ext4_should_retry_alloc()
724 (void) jbd2_journal_force_commit_nested(sbi->s_journal); in ext4_should_retry_alloc()
H A Dialloc.c730 bool check_recently_deleted = EXT4_SB(sb)->s_journal == NULL; in find_inode_bit()
1008 if (!handle && sbi->s_journal && !(i_flags & EXT4_EA_INODE_FL)) { in __ext4_new_inode()
H A Dfsmap.c313 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_getfsmap_logdev()
H A Dextents.c4932 EXT4_SB(inode->i_sb)->s_journal) { in ext4_do_fallocate()
4933 ret = ext4_fc_commit(EXT4_SB(inode->i_sb)->s_journal, in ext4_do_fallocate()
H A Dxattr.c2511 if (!EXT4_SB(inode->i_sb)->s_journal) in ext4_xattr_set_credits()
H A Dext4.h1645 struct journal_s *s_journal; member