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

/linux-master/fs/ocfs2/
H A Djournal.c65 struct ocfs2_dinode *tl_dinode,
1265 struct ocfs2_dinode *la_dinode, *tl_dinode; local
1284 tl_dinode = item->lri_tl_dinode;
1290 tl_dinode ? le64_to_cpu(tl_dinode->i_blkno) : 0,
1302 if (tl_dinode) {
1304 tl_dinode);
1308 kfree(tl_dinode);
1331 * tl_dinode, either manually on error, or by passing them to
1336 struct ocfs2_dinode *tl_dinode,
1333 ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, int slot_num, struct ocfs2_dinode *la_dinode, struct ocfs2_dinode *tl_dinode, struct ocfs2_quota_recovery *qrec, enum ocfs2_orphan_reco_type orphan_reco_type) argument
[all...]

Completed in 286 milliseconds