Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dinode.c3472 handle_t *current_handle = ext3_journal_current_handle(); in ext3_dirty_inode() local
3478 if (current_handle && in ext3_dirty_inode()
3479 current_handle->h_transaction != handle->h_transaction) { in ext3_dirty_inode()
3485 current_handle); in ext3_dirty_inode()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c1735 h = ha->tgt.current_handle; in qlt_make_handle()
1741 if (h == ha->tgt.current_handle) { in qlt_make_handle()
1753 ha->tgt.current_handle = h; in qlt_make_handle()
Dqla_def.h2893 uint16_t current_handle; member