/fs/jfs/ |
D | jfs_extent.c | 75 int xflag; in extAlloc() local 136 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc() 145 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc() 161 xp->flag = xflag; in extAlloc() 200 int xflag; in extHint() local 215 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0); in extHint() 229 xp->flag = xflag & XAD_NOTRECORDED; in extHint()
|
D | jfs_txnmgr.c | 423 tblk->next = tblk->last = tblk->xflag = tblk->flag = tblk->lsn = 0; in txBegin() 598 !(mp->xflag & COMMIT_PAGE)) { in txLock() 697 if (mp->xflag & COMMIT_PAGE) { in txLock() 783 if (mp->xflag & COMMIT_PAGE) in txLock() 880 assert(mp->xflag & COMMIT_PAGE); in txRelease() 925 assert(mp->xflag & COMMIT_PAGE); in txUnlock() 1168 tblk->xflag |= flag; in txCommit() 1171 tblk->xflag |= COMMIT_LAZY; in txCommit() 1270 if (tblk->xflag & COMMIT_DELETE) { in txCommit() 1290 tblk->xflag &= ~COMMIT_LAZY; in txCommit() [all …]
|
D | jfs_xtree.c | 514 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert() argument 576 xflag |= XAD_NEW; in xtInsert() 588 split.flag = xflag; in xtInsert() 623 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtInsert() 1509 int xflag; in xtUpdate() local 1544 xflag = xad->flag; in xtUpdate() 1626 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate() 1705 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate() 1759 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate() 1845 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate() [all …]
|
D | jfs_xtree.h | 104 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag); 111 struct inode *ip, int xflag, s64 xoff, int maxblocks,
|
D | namei.c | 120 tblk->xflag |= COMMIT_CREATE; in jfs_create() 253 tblk->xflag |= COMMIT_CREATE; in jfs_mkdir() 372 tblk->xflag |= COMMIT_DELETE; in jfs_rmdir() 537 tblk->xflag |= COMMIT_DELETE; in jfs_unlink() 649 tblk->xflag |= COMMIT_PMAP; in commitZeroLink() 932 tblk->xflag |= COMMIT_CREATE; in jfs_symlink() 1194 tblk->xflag |= COMMIT_DELETE; in jfs_rename() 1205 tblk->xflag |= COMMIT_DELETE; in jfs_rename() 1403 tblk->xflag |= COMMIT_CREATE; in jfs_mknod()
|
D | inode.c | 206 int xflag; in jfs_get_block() local 218 (!xtLookup(ip, lblock64, xlen, &xflag, &xaddr, &xlen, 0)) && in jfs_get_block() 220 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()
|
D | jfs_metapage.h | 13 u16 xflag; member
|
D | jfs_btree.h | 47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
|
D | jfs_metapage.c | 239 int xflag; in metapage_get_blocks() local 250 rc = xtLookup(inode, (s64)lblock, *len, &xflag, &xaddr, len, 0); in metapage_get_blocks() 657 mp->xflag = COMMIT_PAGE; in __get_metapage()
|
D | jfs_txnmgr.h | 27 u16 xflag; /* tx commit type */ member
|
D | jfs_logmgr.c | 674 if (tblk->xflag & COMMIT_LAZY) in lmGroupCommit() 678 (!(tblk->xflag & COMMIT_LAZY) || test_bit(log_FLUSH, &log->flag) in lmGroupCommit() 690 if (tblk->xflag & COMMIT_LAZY) { in lmGroupCommit() 841 if (!(tblk->xflag & COMMIT_FORCE)) in lmPostGC() 1596 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()
|
D | jfs_logmgr.h | 466 u16 xflag; /* flags */ member
|
D | jfs_dtree.c | 199 int xflag; in read_index_page() local 202 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in read_index_page() 218 int xflag; in get_index_page() local 221 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in get_index_page() 2547 xflag_save = tblk->xflag; in dtInitRoot() 2548 tblk->xflag = 0; in dtInitRoot() 2560 tblk->xflag = xflag_save; in dtInitRoot()
|