Searched refs:cnext (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc_commit.c134 c->enext = znode->cnext;
135 if (c->enext == c->cnext)
431 struct ubifs_znode *znode, *cnext, *zp; local
435 cnext = c->enext;
436 if (!cnext)
448 next_len = ubifs_idx_node_sz(c, cnext->child_cnt);
453 znode = cnext;
503 cnext = znode->cnext;
504 if (cnext
644 struct ubifs_znode *znode, *cnext; local
827 struct ubifs_znode *znode, *cnext; local
1034 struct ubifs_znode *znode, *cnext; local
[all...]
H A Dlpt_commit.c90 struct ubifs_cnode *cnode, *cnext; local
107 cnext = next_dirty_cnode(c, cnode);
108 if (!cnext) {
109 cnode->cnext = c->lpt_cnext;
112 cnode->cnext = cnext;
113 cnode = cnext;
260 cnode = cnode->cnext;
456 cnode = cnode->cnext;
627 /* Assumes cnext lis
1258 struct ubifs_cnode *cnode, *cnext; local
[all...]
H A Dorphan.c250 last = &orphan->cnext;
339 * This function builds an orphan node from the cnext list and writes it to the
345 struct ubifs_orphan *orphan, *cnext; local
372 cnext = c->orph_cnext;
374 orphan = cnext;
378 cnext = orphan->cnext;
379 orphan->cnext = NULL;
381 c->orph_cnext = cnext;
450 /* Change the cnext lis
[all...]
H A Dtnc.c206 zn->cnext = NULL;
1155 if (!zp->cnext && ubifs_zn_dirty(znode))
1418 if (znode->cnext || !ubifs_zn_dirty(znode)) {
2402 if (znode->cnext || !ubifs_zn_dirty(znode)) {
2474 if (znode->cnext || !ubifs_zn_dirty(znode)) {
2586 if (znode->cnext) {
2634 if (zp->cnext) {
2706 if (znode->cnext || !ubifs_zn_dirty(znode)) {
2774 if (znode->cnext || !ubifs_zn_dirty(znode)) {
2853 if (znode->cnext || !ubifs_zn_dirt
3082 struct ubifs_znode *cnext; local
[all...]
H A Dshrinker.c86 * If the znode is clean, but it is in the 'c->cnext' list, this
96 * the znodes which are in the 'c->cnext' list as freeable.
98 * Also note, if the root of a sub-tree is not in 'c->cnext',
99 * then the whole sub-tree is not in 'c->cnext' as well, so it
103 if (znode->cnext) {
H A Dubifs.h554 * @cnext: next cnode to commit
562 struct ubifs_cnode *cnext; member in struct:ubifs_cnode
572 * @cnext: next cnode to commit
581 struct ubifs_cnode *cnext; member in struct:ubifs_pnode
610 * @cnext: next cnode to commit
619 struct ubifs_cnode *cnext; member in struct:ubifs_nnode
769 * @cnext: next znode to commit
788 struct ubifs_znode *cnext; member in struct:ubifs_znode
928 * @cnext: next orphan to commit
940 struct ubifs_orphan *cnext; member in struct:ubifs_orphan
1335 struct ubifs_znode *cnext; member in struct:ubifs_info
[all...]
H A Dlpt.c1531 n->cnext = NULL;
1581 p->cnext = NULL;
H A Ddebug.c930 pr_err("\taddress %zx parent %zx cnext %zx\n",
931 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext);
/linux-master/drivers/base/
H A Dnode.c115 struct node_access_nodes *c, *cnext; local
117 list_for_each_entry_safe(c, cnext, &node->access_list, list_node) {
/linux-master/drivers/acpi/numa/
H A Dhmat.c996 struct target_cache *tcache, *cnext; local
1001 list_for_each_entry_safe(tcache, cnext, &target->caches, node) {
/linux-master/drivers/media/dvb-frontends/
H A Dmb86a16.c119 unsigned char cnext)
123 val = (timint1 << 4) | (timint2 << 2) | cnext;
116 CNTM_set(struct mb86a16_state *state, unsigned char timint1, unsigned char timint2, unsigned char cnext) argument

Completed in 380 milliseconds