Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_extent.c78 int xflag; in extAlloc() local
139 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
148 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
164 xp->flag = xflag; in extAlloc()
208 int xflag; in extRealloc() local
272 xflag = XAD_NOTRECORDED; in extRealloc()
278 xflag = xp->flag; in extRealloc()
313 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
318 xflag = 0; in extRealloc()
326 xp->flag = xflag; in extRealloc()
[all …]
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 …]
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()
Djfs_xtree.h95 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
110 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Djfs_xtree.c525 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert() argument
587 xflag |= XAD_NEW; in xtInsert()
599 split.flag = xflag; in xtInsert()
634 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtInsert()
1703 int xflag; in xtUpdate() local
1738 xflag = xad->flag; in xtUpdate()
1767 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1840 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1920 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1974 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
[all …]
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.c238 int xflag; in metapage_get_blocks() local
249 rc = xtLookup(inode, (s64)lblock, *len, &xflag, &xaddr, len, 0); in metapage_get_blocks()
658 mp->xflag = COMMIT_PAGE; in __get_metapage()
Djfs_txnmgr.h27 u16 xflag; /* tx commit type */ member
Djfs_logmgr.c682 if (tblk->xflag & COMMIT_LAZY) in lmGroupCommit()
686 (!(tblk->xflag & COMMIT_LAZY) || test_bit(log_FLUSH, &log->flag) in lmGroupCommit()
698 if (tblk->xflag & COMMIT_LAZY) { in lmGroupCommit()
849 if (!(tblk->xflag & COMMIT_FORCE)) in lmPostGC()
1604 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()
2843 xflag_save = tblk->xflag; in dtInitRoot()
2844 tblk->xflag = 0; in dtInitRoot()
2856 tblk->xflag = xflag_save; in dtInitRoot()