Lines Matching refs:ubifs_nnode
374 struct ubifs_nnode *nnode)
484 void ubifs_add_nnode_dirt(struct ubifs_info *c, struct ubifs_nnode *nnode)
486 struct ubifs_nnode *np = nnode->parent;
549 struct ubifs_nnode *parent, int iip)
574 struct ubifs_nnode *parent, int iip)
605 struct ubifs_nnode *nnode = NULL;
629 nnode = kzalloc(sizeof(struct ubifs_nnode), GFP_KERNEL);
1012 struct ubifs_nnode *nnode)
1104 static int validate_nnode(const struct ubifs_info *c, struct ubifs_nnode *nnode,
1105 struct ubifs_nnode *parent, int iip)
1149 struct ubifs_nnode *parent, int iip)
1203 int ubifs_read_nnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip)
1206 struct ubifs_nnode *nnode = NULL;
1218 nnode = kzalloc(sizeof(struct ubifs_nnode), GFP_NOFS);
1271 static int read_pnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip)
1404 struct ubifs_nnode *ubifs_get_nnode(struct ubifs_info *c,
1405 struct ubifs_nnode *parent, int iip)
1408 struct ubifs_nnode *nnode;
1431 struct ubifs_nnode *parent, int iip)
1459 struct ubifs_nnode *nnode;
1511 static struct ubifs_nnode *dirty_cow_nnode(struct ubifs_info *c,
1512 struct ubifs_nnode *nnode)
1514 struct ubifs_nnode *n;
1527 n = kmemdup(nnode, sizeof(struct ubifs_nnode), GFP_NOFS);
1606 struct ubifs_nnode *nnode;
1655 struct ubifs_nnode *nnode, *nn;
1686 nn = (struct ubifs_nnode *)cnode;
1928 struct ubifs_nnode nnode;
1934 struct ubifs_nnode *nnode;
1950 static struct ubifs_nnode *scan_get_nnode(struct ubifs_info *c,
1952 struct ubifs_nnode *parent, int iip)
1955 struct ubifs_nnode *nnode;
1969 memset(nnode, 0, sizeof(struct ubifs_nnode));
2011 struct ubifs_nnode *parent, int iip)
2082 struct ubifs_nnode *nnode;
2143 const size_t sz = sizeof(struct ubifs_nnode);
2144 struct ubifs_nnode *parent;
2163 struct ubifs_nnode *parent;
2383 struct ubifs_nnode *nnode, *nn;
2402 nn = (struct ubifs_nnode *)cnode;