Searched refs:XAD_NEW (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_xtree.h | 54 #define XAD_NEW 0x01 /* new */ macro
|
A D | jfs_xtree.c | 576 xflag |= XAD_NEW; in xtInsert() 833 split->flag = XAD_NEW; in xtSplitUp() 881 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp() 1304 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot() 1411 split.flag = XAD_NEW; in xtExtend() 1453 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend() 1468 if (!(xad->flag & XAD_NEW)) in xtExtend() 1588 if (!(lxad->flag & XAD_NEW)) in xtUpdate() 1660 if (!(rxad->flag & XAD_NEW)) in xtUpdate() 1993 xflag |= XAD_NEW; in xtAppend()
|
A D | jfs_txnmgr.c | 1739 ~(XAD_NEW | XAD_EXTENDED); in xtLog() 2406 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap() 2411 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap() 2468 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
|
A 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()
|
Completed in 14 milliseconds