Searched refs:tmp_hfsplus_handle (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dextents.c211 hfsplus_handle_t *hfsplus_handle, tmp_hfsplus_handle; local
213 tmp_hfsplus_handle.journaled = !HFSPLUS_JOURNAL_PRESENT;
214 tmp_hfsplus_handle.handle = NULL;
226 hfsplus_handle = &tmp_hfsplus_handle;
230 hfsplus_handle = &tmp_hfsplus_handle;
235 hfsplus_handle = &tmp_hfsplus_handle;
H A Dtransaction.c263 hfsplus_handle_t *tmp_hfsplus_handle = hfsplus_jbd_current_handle(); local
269 if (tmp_hfsplus_handle) {
270 HFSPLUS_J_ASSERT(tmp_hfsplus_handle->handle->h_transaction->t_journal == journal);
271 tmp_hfsplus_handle->handle->h_ref++;
272 return tmp_hfsplus_handle->handle;

Completed in 103 milliseconds