Searched refs:backchain (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_txnmgr.c | 1161 lrd->backchain = 0; in txCommit() 1450 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1487 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1521 lrd->backchain = in diLog() 1571 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1621 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1650 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1672 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1740 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() 1830 lrd->backchain = in xtLog() [all …]
|
D | jfs_logmgr.h | 193 __le32 backchain; /* 4: ptr to prev record of same transaction */ member
|
D | jfs_mount.c | 491 lrd.backchain = 0; in logMOUNT()
|
D | jfs_logmgr.c | 973 lrd.backchain = 0; in lmLogSync() 1371 lrd.backchain = 0; in lmLogInit() 1658 lrd.backchain = 0; in lmLogShutdown() 2447 lrd_ptr->backchain = 0; in lmLogFormat()
|
/kernel/linux/linux-5.10/arch/s390/ |
D | Kconfig | 651 This option enables the compiler option -mkernel-backchain if it 656 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
|
/kernel/linux/linux-5.10/tools/objtool/Documentation/ |
D | stack-validation.txt | 42 required by the ABI (sometimes referred to as "backchain pointers").
|