Searched refs:XAD_NEW (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.c | 600 xflag |= XAD_NEW; in xtInsert() 857 split->flag = XAD_NEW; in xtSplitUp() 905 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp() 1328 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot() 1435 split.flag = XAD_NEW; in xtExtend() 1477 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend() 1492 if (!(xad->flag & XAD_NEW)) in xtExtend() 1600 split.flag = XAD_NEW; in xtTailgate() 1642 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate() 1657 if (!(xad->flag & XAD_NEW)) { in xtTailgate() [all …]
|
D | jfs_xtree.h | 67 #define XAD_NEW 0x01 /* new */ macro
|
D | jfs_txnmgr.c | 1789 ~(XAD_NEW | XAD_EXTENDED); in xtLog() 2457 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap() 2462 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap() 2519 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
|
D | jfs_imap.c | 712 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 713 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite() 748 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 749 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
|