Home
last modified time | relevance | path

Searched refs:backchain (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_txnmgr.c1174 lrd->backchain = 0; in txCommit()
1463 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog()
1500 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog()
1534 lrd->backchain = in diLog()
1584 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog()
1634 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1663 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1685 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog()
1753 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog()
1843 lrd->backchain = in xtLog()
[all …]
Djfs_logmgr.h206 __le32 backchain; /* 4: ptr to prev record of same transaction */ member
Djfs_mount.c500 lrd.backchain = 0; in logMOUNT()
Djfs_logmgr.c986 lrd.backchain = 0; in lmLogSync()
1384 lrd.backchain = 0; in lmLogInit()
1671 lrd.backchain = 0; in lmLogShutdown()
2459 lrd_ptr->backchain = 0; in lmLogFormat()
/Linux-v4.19/Documentation/s390/
DDebugging390.txt633 4003a4: 50 00 f0 00 st %r0,0(%r15) # Save backchain
675 stack backchain in optimised code as this also causes pipeline stalls, you
1213 When your backchain reaches a dead end
1221 2) Another backchain should also be easy to recognise since it is an
1246 now backchain
1248 we now are taking the contents of SP to get our first backchain.
1257 now do d 000FFFA0.40 for our 3rd backchain
1268 kernel entry routines for the sake of optimisation don't set up a backchain.
1289 Congrats you've done your first backchain.
1770 p/x (*($sp+56))&0x7fffffff get the first backchain.
[all …]
/Linux-v4.19/arch/s390/
DKconfig640 This option enables the compiler option -mkernel-backchain if it
645 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
/Linux-v4.19/tools/objtool/Documentation/
Dstack-validation.txt42 required by the ABI (sometimes referred to as "backchain pointers").