Lines Matching refs:flag
176 int flag);
179 int flag);
182 int ri, struct component_name * key, int flag);
369 dirtab_slot->flag = DIR_INDEX_VALID; in add_index()
474 dirtab_slot->flag = DIR_INDEX_VALID; in add_index()
506 dirtab_slot->flag = DIR_INDEX_FREE; in free_index()
580 struct btstack * btstack, int flag) in dtSearch() argument
647 if (p->header.flag & BT_LEAF) { in dtSearch()
666 if (p->header.flag & BT_LEAF) { in dtSearch()
673 if (flag == JFS_LOOKUP) { in dtSearch()
682 if (flag == JFS_CREATE) { in dtSearch()
691 if ((flag == JFS_REMOVE || in dtSearch()
692 flag == JFS_RENAME) && in dtSearch()
736 if (p->header.flag & BT_LEAF) { in dtSearch()
740 if (flag == JFS_LOOKUP || flag == JFS_REMOVE || in dtSearch()
741 flag == JFS_RENAME) { in dtSearch()
900 if (!(p->header.flag & BT_ROOT)) { in dtInsert()
975 if (sp->header.flag & BT_ROOT) { in dtSplitUp()
1176 switch (rp->header.flag & BT_TYPE) { in dtSplitUp()
1183 if ((sp->header.flag & BT_ROOT && skip > 1) || in dtSplitUp()
1247 rc = (sp->header.flag & BT_ROOT) ? in dtSplitUp()
1276 if (!(sp->header.flag & BT_ROOT)) { in dtSplitUp()
1417 rp->header.flag = sp->header.flag; in dtSplitPage()
1521 switch (sp->header.flag & BT_TYPE) { in dtSplitPage()
1580 if ((rp->header.flag & BT_LEAF) && DO_INDEX(ip)) { in dtSplitPage()
1697 pxdlock->flag = mlckFREEPXD; in dtExtendPage()
1931 rp->header.flag = in dtSplitRoot()
1932 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
1992 if ((rp->header.flag & BT_LEAF) && DO_INDEX(ip)) { in dtSplitRoot()
2036 if (sp->header.flag & BT_LEAF) { in dtSplitRoot()
2037 sp->header.flag &= ~BT_LEAF; in dtSplitRoot()
2038 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
2080 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete() argument
2103 if ((rc = dtSearch(ip, key, ino, &btstack, flag))) in dtDelete()
2122 if ((p->header.flag & BT_ROOT) in dtDelete()
2183 if (!(p->header.flag & BT_ROOT)) { in dtDelete()
2277 pxdlock->flag = mlckFREEPXD; in dtDeleteUp()
2328 if (p->header.flag & BT_ROOT) { in dtDeleteUp()
2353 pxdlock->flag = mlckFREEPXD; in dtDeleteUp()
2399 if (!(p->header.flag & BT_ROOT)) { in dtDeleteUp()
2419 ((p->header.flag & BT_ROOT) || p->header.prev == 0)) in dtDeleteUp()
2598 pxdlock->flag = mlckFREEPXD; in dtRelocate()
2668 if (p->header.flag & BT_ROOT) { in dtSearchNode()
2677 if (p->header.flag & BT_LEAF) { in dtSearchNode()
2886 p->header.flag = DXD_INDEX | BT_ROOT | BT_LEAF; in dtInitRoot()
2939 ASSERT(p->header.flag & BT_LEAF); in add_missing_indices()
3062 if (dirtab_slot.flag == DIR_INDEX_FREE) { in jfs_readdir()
3083 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
3276 if (p->header.flag & BT_ROOT) in jfs_readdir()
3358 if (p->header.flag & BT_LEAF) { in dtReadFirst()
3441 if (p->header.flag & BT_ROOT) { in dtReadNext()
3453 if (p->header.flag & BT_ROOT) { in dtReadNext()
3659 int flag) in ciCompare() argument
3691 if (p->header.flag & BT_LEAF) { in ciCompare()
3696 if (flag & JFS_DIR_INDEX) in ciCompare()
3716 if ((flag & JFS_OS2) == JFS_OS2) in ciCompare()
3736 if ((flag & JFS_OS2) == JFS_OS2) in ciCompare()
3765 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey() argument
3785 dtGetKey(lp, li, &lkey, flag); in ciGetLeafPrefixKey()
3788 if ((flag & JFS_OS2) == JFS_OS2) in ciGetLeafPrefixKey()
3791 dtGetKey(rp, ri, &rkey, flag); in ciGetLeafPrefixKey()
3795 if ((flag & JFS_OS2) == JFS_OS2) in ciGetLeafPrefixKey()
3832 struct component_name * key, int flag) in dtGetKey() argument
3846 if (p->header.flag & BT_LEAF) { in dtGetKey()
3851 if (flag & JFS_DIR_INDEX) in dtGetKey()
3929 if (p->header.flag & BT_LEAF) { in dtInsertEntry()
3937 if (!(p->header.flag & BT_ROOT)) in dtInsertEntry()
4005 if (p->header.flag & BT_LEAF) in dtInsertEntry()
4019 if ((p->header.flag & BT_LEAF) && data->leaf.ip) { in dtInsertEntry()
4119 if (sp->header.flag & BT_LEAF) { in dtMoveEntry()
4213 if (dp->header.flag & BT_LEAF) in dtMoveEntry()
4277 if (p->header.flag & BT_LEAF) in dtDeleteEntry()
4372 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()
4510 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument
4530 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify()