Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_extent.c91 int xflag; in extAlloc() local
151 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
160 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
176 xp->flag = xflag; in extAlloc()
220 int xflag; in extRealloc() local
283 xflag = XAD_NOTRECORDED; in extRealloc()
289 xflag = xp->flag; in extRealloc()
324 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
329 xflag = 0; in extRealloc()
337 xp->flag = xflag; in extRealloc()
Djfs_txnmgr.c432 tblk->next = tblk->last = tblk->xflag = tblk->flag = tblk->lsn = 0; in txBegin()
607 !(mp->xflag & COMMIT_PAGE)) { in txLock()
706 if (mp->xflag & COMMIT_PAGE) { in txLock()
792 if (mp->xflag & COMMIT_PAGE) in txLock()
889 assert(mp->xflag & COMMIT_PAGE); in txRelease()
934 assert(mp->xflag & COMMIT_PAGE); in txUnlock()
1178 tblk->xflag |= flag; in txCommit()
1181 tblk->xflag |= COMMIT_LAZY; in txCommit()
1281 if (tblk->xflag & COMMIT_DELETE) { in txCommit()
1301 tblk->xflag &= ~COMMIT_LAZY; in txCommit()
[all …]
Djfs_xtree.h117 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
132 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Dinode.c195 int xflag; in jfs_get_block() local
207 (!xtLookup(ip, lblock64, xlen, &xflag, &xaddr, &xlen, 0)) && in jfs_get_block()
209 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()
Dnamei.c128 tblk->xflag |= COMMIT_CREATE; in jfs_create()
264 tblk->xflag |= COMMIT_CREATE; in jfs_mkdir()
380 tblk->xflag |= COMMIT_DELETE; in jfs_rmdir()
540 tblk->xflag |= COMMIT_DELETE; in jfs_unlink()
652 tblk->xflag |= COMMIT_PMAP; in commitZeroLink()
929 tblk->xflag |= COMMIT_CREATE; in jfs_symlink()
1186 tblk->xflag |= COMMIT_DELETE; in jfs_rename()
1197 tblk->xflag |= COMMIT_DELETE; in jfs_rename()
1394 tblk->xflag |= COMMIT_CREATE; in jfs_mknod()
Djfs_xtree.c798 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert() argument
860 xflag |= XAD_NEW; in xtInsert()
872 split.flag = xflag; in xtInsert()
907 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtInsert()
1976 int xflag; in xtUpdate() local
2011 xflag = xad->flag; in xtUpdate()
2040 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2113 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2193 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2247 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
[all …]
Djfs_metapage.h26 u16 xflag; member
Djfs_btree.h60 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
Djfs_metapage.c257 int xflag; in metapage_get_blocks() local
268 rc = xtLookup(inode, (s64)lblock, *len, &xflag, &xaddr, len, 0); in metapage_get_blocks()
664 mp->xflag = COMMIT_PAGE; in __get_metapage()
Djfs_txnmgr.h40 u16 xflag; /* tx commit type */ member
Djfs_logmgr.h479 u16 xflag; /* flags */ member
Djfs_logmgr.c693 if (tblk->xflag & COMMIT_LAZY) in lmGroupCommit()
697 (!(tblk->xflag & COMMIT_LAZY) || test_bit(log_FLUSH, &log->flag) in lmGroupCommit()
709 if (tblk->xflag & COMMIT_LAZY) { in lmGroupCommit()
860 if (!(tblk->xflag & COMMIT_FORCE)) in lmPostGC()
1626 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()
Djfs_dtree.c211 int xflag; in read_index_page() local
214 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in read_index_page()
230 int xflag; in get_index_page() local
233 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in get_index_page()
2847 xflag_save = tblk->xflag; in dtInitRoot()
2848 tblk->xflag = 0; in dtInitRoot()
2860 tblk->xflag = xflag_save; in dtInitRoot()