Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
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 …]
Dlpt_commit.c46 static struct ubifs_cnode *first_dirty_cnode(struct ubifs_nnode *nnode) in first_dirty_cnode() argument
48 ubifs_assert(nnode); in first_dirty_cnode()
55 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode()
60 nnode = (struct ubifs_nnode *)cnode; in first_dirty_cnode()
66 return (struct ubifs_cnode *)nnode; in first_dirty_cnode()
78 struct ubifs_nnode *nnode; in next_dirty_cnode() local
82 nnode = cnode->parent; in next_dirty_cnode()
83 if (!nnode) in next_dirty_cnode()
86 cnode = nnode->nbranch[i].cnode; in next_dirty_cnode()
94 return (struct ubifs_cnode *)nnode; in next_dirty_cnode()
[all …]
Dubifs.h584 struct ubifs_nnode *nnode; member
1689 struct ubifs_nnode *nnode);
1696 void ubifs_add_nnode_dirt(struct ubifs_info *c, struct ubifs_nnode *nnode);
1701 struct ubifs_nnode *nnode);
/linux-3.4.99/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-3.4.99/include/linux/
Drio.h239 struct list_head nnode; /* node in net list of ports */ member
/linux-3.4.99/drivers/rapidio/
Drio-scan.c1065 list_add_tail(&port->nnode, &net->mports); in rio_alloc_net()