Home
last modified time | relevance | path

Searched refs:current_handle (Results 1 – 2 of 2) sorted by relevance

/fs/ext3/
Dinode.c3249 handle_t *current_handle = ext3_journal_current_handle(); in ext3_dirty_inode() local
3255 if (current_handle && in ext3_dirty_inode()
3256 current_handle->h_transaction != handle->h_transaction) { in ext3_dirty_inode()
3262 current_handle); in ext3_dirty_inode()
/fs/ext4/
Dinode.c5003 handle_t *current_handle = ext4_journal_current_handle(); in ext4_dirty_inode() local
5006 if (!ext4_handle_valid(current_handle)) { in ext4_dirty_inode()
5007 ext4_mark_inode_dirty(current_handle, inode); in ext4_dirty_inode()
5014 if (current_handle && in ext4_dirty_inode()
5015 current_handle->h_transaction != handle->h_transaction) { in ext4_dirty_inode()
5021 current_handle); in ext4_dirty_inode()