Home
last modified time | relevance | path

Searched refs:tblock (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.h33 struct tblock { struct
56 struct tblock *cqnext; /* commit queue link */ argument
68 extern struct tblock *TxBlock; /* transaction block table */ argument
302 struct tblock * tblk, int maptype);
308 extern int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
Djfs_txnmgr.c75 struct tblock *unlock_queue; /* Txns waiting to be released */
76 struct tblock *unlock_tail; /* Tail of unlock_queue */
97 struct tblock *TxBlock; /* transaction block table */
159 extern int lmGroupCommit(struct jfs_log *, struct tblock *);
170 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
172 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
174 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
176 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
179 struct tblock * tblk);
180 static void txForce(struct tblock * tblk);
[all …]
Djfs_logmgr.h403 struct tblock *head;
404 struct tblock *tail;
406 struct tblock *flush_tblk; /* tblk we're waiting on for flush */
408 struct tblock *gclrt; /* 4: latest GC_READY transaction */
Dnamei.c69 struct tblock *tblk; in jfs_create()
184 struct tblock *tblk; in jfs_mkdir()
309 struct tblock *tblk; in jfs_rmdir()
431 struct tblock *tblk; in jfs_unlink()
579 struct tblock *tblk; in commitZeroLink()
852 struct tblock *tblk; in jfs_symlink()
1033 struct tblock *tblk; in jfs_rename()
1295 struct tblock *tblk; in jfs_mknod()
Djfs_logmgr.c162 extern void txLazyUnlock(struct tblock * tblk);
169 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk,
217 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
337 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
565 struct tblock *tblk; in lmNextPage()
661 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
744 struct tblock *tblk; in lmGCwrite()
745 struct tblock *xtblk; in lmGCwrite()
808 struct tblock *tblk; in lmPostGC()
1414 struct tblock *target; in jfs_flush_journal()
Djfs_imap.h148 boolean_t is_free, struct tblock * tblk);
Djfs_dmap.h283 int free, s64 blkno, s64 nblocks, struct tblock * tblk);
Djfs_xtree.c2789 struct tblock *tblk; in xtRelocate()
3402 struct tblock *tblk = 0; in xtTruncate()
3951 struct tblock *tblk; in xtTruncate_pmap()
Djfs_imap.c2795 unsigned long inum, boolean_t is_free, struct tblock * tblk) in diUpdatePMap()
Djfs_dmap.c463 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
Djfs_dtree.c2815 struct tblock *tblk = tid_to_tblock(tid); in dtInitRoot()