Home
last modified time | relevance | path

Searched refs:xflag (Results 1 – 13 of 13) sorted by relevance

/fs/jfs/
Djfs_extent.c75 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()
Djfs_txnmgr.c423 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 …]
Djfs_xtree.c514 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 …]
Djfs_xtree.h104 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
111 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Dnamei.c120 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()
Dinode.c206 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()
Djfs_metapage.h13 u16 xflag; member
Djfs_btree.h47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
Djfs_metapage.c239 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()
Djfs_txnmgr.h27 u16 xflag; /* tx commit type */ member
Djfs_logmgr.c674 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()
Djfs_logmgr.h466 u16 xflag; /* flags */ member
Djfs_dtree.c199 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()