Home
last modified time | relevance | path

Searched refs:nnode (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/ubifs/
Dlpt_commit.c39 static struct ubifs_cnode *first_dirty_cnode(struct ubifs_nnode *nnode) in first_dirty_cnode() argument
41 ubifs_assert(nnode); in first_dirty_cnode()
48 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode()
53 nnode = (struct ubifs_nnode *)cnode; in first_dirty_cnode()
59 return (struct ubifs_cnode *)nnode; in first_dirty_cnode()
71 struct ubifs_nnode *nnode; in next_dirty_cnode() local
75 nnode = cnode->parent; in next_dirty_cnode()
76 if (!nnode) in next_dirty_cnode()
79 cnode = nnode->nbranch[i].cnode; in next_dirty_cnode()
87 return (struct ubifs_cnode *)nnode; in next_dirty_cnode()
[all …]
Dlpt.c384 struct ubifs_nnode *nnode) in ubifs_pack_nnode() argument
392 pack_bits(&addr, &pos, nnode->num, c->pcnt_bits); in ubifs_pack_nnode()
394 int lnum = nnode->nbranch[i].lnum; in ubifs_pack_nnode()
399 pack_bits(&addr, &pos, nnode->nbranch[i].offs, in ubifs_pack_nnode()
494 void ubifs_add_nnode_dirt(struct ubifs_info *c, struct ubifs_nnode *nnode) in ubifs_add_nnode_dirt() argument
496 struct ubifs_nnode *np = nnode->parent; in ubifs_add_nnode_dirt()
499 ubifs_add_lpt_dirt(c, np->nbranch[nnode->iip].lnum, in ubifs_add_nnode_dirt()
614 struct ubifs_nnode *nnode = NULL; in ubifs_create_dflt_lpt() local
633 nnode = kzalloc(sizeof(struct ubifs_nnode), GFP_KERNEL); in ubifs_create_dflt_lpt()
636 if (!pnode || !nnode || !buf || !ltab || !lsave) { in ubifs_create_dflt_lpt()
[all …]
Dubifs.h587 struct ubifs_nnode *nnode; member
1670 struct ubifs_nnode *nnode);
1677 void ubifs_add_nnode_dirt(struct ubifs_info *c, struct ubifs_nnode *nnode);
1682 struct ubifs_nnode *nnode);
/linux-2.6.39/arch/mips/include/asm/sn/
Darch.h52 #define NASID_TO_REGION(nnode) \ argument
53 ((nnode) >> \
60 #define NASID_TO_COMPACT_NODEID(nnode) (nasid_to_compact_node[nnode]) argument
/linux-2.6.39/include/linux/
Drio.h239 struct list_head nnode; /* node in net list of ports */ member
/linux-2.6.39/drivers/rapidio/
Drio-scan.c1066 list_add_tail(&port->nnode, &net->mports); in rio_alloc_net()