Searched refs:tblock (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.h | 33 struct tblock { struct 72 extern struct tblock *TxBlock; /* transaction block table */ argument 301 extern void txFreeMap(struct inode *, struct maplock *, struct tblock *, int); 304 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *, 308 extern void txLazyUnlock(struct tblock *);
|
D | jfs_txnmgr.c | 107 struct tblock *TxBlock; /* transaction block table */ 164 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 166 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 168 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 170 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 173 struct tblock * tblk); 174 static void txForce(struct tblock * tblk); 175 static int txLog(struct jfs_log * log, struct tblock * tblk, 177 static void txUpdateMap(struct tblock * tblk); 178 static void txRelease(struct tblock * tblk); [all …]
|
D | jfs_logmgr.h | 400 struct tblock *flush_tblk; /* tblk we're waiting on for flush */ 402 struct tblock *gclrt; /* 4: latest GC_READY transaction */ 508 extern int lmGroupCommit(struct jfs_log *, struct tblock *);
|
D | jfs_logmgr.c | 176 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk, 238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() 357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() 580 struct tblock *tblk; in lmNextPage() 597 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue); in lmNextPage() 679 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit() 763 struct tblock *tblk; in lmGCwrite() 764 struct tblock *xtblk = NULL; in lmGCwrite() 773 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; in lmGCwrite() 828 struct tblock *tblk, *temp; in lmPostGC() [all …]
|
D | namei.c | 85 struct tblock *tblk; in jfs_create() 217 struct tblock *tblk; in jfs_mkdir() 353 struct tblock *tblk; in jfs_rmdir() 483 struct tblock *tblk; in jfs_unlink() 637 struct tblock *tblk; in commitZeroLink() 899 struct tblock *tblk; in jfs_symlink() 1091 struct tblock *tblk; in jfs_rename() 1371 struct tblock *tblk; in jfs_mknod()
|
D | jfs_imap.h | 166 bool is_free, struct tblock * tblk);
|
D | jfs_dmap.h | 300 int free, s64 blkno, s64 nblocks, struct tblock * tblk);
|
D | jfs_xtree.c | 2564 struct tblock *tblk; in xtRelocate() 3175 struct tblock *tblk = NULL; in xtTruncate() 3729 struct tblock *tblk; in xtTruncate_pmap()
|
D | jfs_dmap.c | 425 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
|
D | jfs_imap.c | 2731 unsigned long inum, bool is_free, struct tblock * tblk) in diUpdatePMap()
|
D | jfs_dtree.c | 2844 struct tblock *tblk = tid_to_tblock(tid); in dtInitRoot()
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 4111 .tblock {position:absolute;height:100%;background:#ddd;}\n\
|