Searched refs:XAD_NEW (Results 1 – 4 of 4) sorted by relevance
/fs/jfs/ |
D | jfs_xtree.c | 599 xflag |= XAD_NEW; in xtInsert() 856 split->flag = XAD_NEW; in xtSplitUp() 904 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp() 1327 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot() 1434 split.flag = XAD_NEW; in xtExtend() 1476 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend() 1491 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 | 74 #define XAD_NEW 0x01 /* new */ macro
|
D | jfs_txnmgr.c | 1790 ~(XAD_NEW | XAD_EXTENDED); in xtLog() 2460 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap() 2465 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap() 2522 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
|
D | jfs_imap.c | 719 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 720 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite() 755 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 756 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
|