Home
last modified time | relevance | path

Searched refs:tid_to_tblock (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
Dnamei.c119 tblk = tid_to_tblock(tid); in jfs_create()
251 tblk = tid_to_tblock(tid); in jfs_mkdir()
370 tblk = tid_to_tblock(tid); in jfs_rmdir()
535 tblk = tid_to_tblock(tid); in jfs_unlink()
647 tblk = tid_to_tblock(tid); in commitZeroLink()
925 tblk = tid_to_tblock(tid); in jfs_symlink()
1187 tblk = tid_to_tblock(tid); in jfs_rename()
1198 tblk = tid_to_tblock(tid); in jfs_rename()
1396 tblk = tid_to_tblock(tid); in jfs_mknod()
Djfs_txnmgr.c396 tblk = tid_to_tblock(t); in txBegin()
489 struct tblock *tblk = tid_to_tblock(tid); in txEnd()
630 tblk = tid_to_tblock(tid); in txLock()
732 tblk = tid_to_tblock(tid); in txLock()
825 DUMP_PREFIX_ADDRESS, 16, 4, tid_to_tblock(tid), in txLock()
842 TXN_SLEEP_DROP_LOCK(&tid_to_tblock(xtid)->waitor); in txLock()
1017 tblk = tid_to_tblock(tid); in txMaplock()
1150 tblk = tid_to_tblock(tid); in txCommit()
2629 struct tblock *tblk = tid_to_tblock(tid); in txAbort()
Djfs_txnmgr.h13 #define tid_to_tblock(tid) (&TxBlock[tid]) macro
Djfs_xtree.c3173 tblk = tid_to_tblock(tid); in xtTruncate()
3724 tblk = tid_to_tblock(tid); in xtTruncate_pmap()
Djfs_dtree.c2831 struct tblock *tblk = tid_to_tblock(tid); in dtInitRoot()