Searched refs:XAD_NEW (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/jfs/ |
D | jfs_xtree.c | 587 xflag |= XAD_NEW; in xtInsert() 844 split->flag = XAD_NEW; in xtSplitUp() 892 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp() 1315 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot() 1422 split.flag = XAD_NEW; in xtExtend() 1464 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend() 1479 if (!(xad->flag & XAD_NEW)) in xtExtend() 1587 split.flag = XAD_NEW; in xtTailgate() 1629 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate() 1644 if (!(xad->flag & XAD_NEW)) { in xtTailgate() [all …]
|
D | jfs_xtree.h | 54 #define XAD_NEW 0x01 /* new */ macro
|
D | jfs_txnmgr.c | 1773 ~(XAD_NEW | XAD_EXTENDED); in xtLog() 2440 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap() 2445 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap() 2502 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
|
D | jfs_imap.c | 697 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 698 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite() 733 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 734 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
|