Home
last modified time | relevance | path

Searched refs:node_info (Results 1 – 9 of 9) sorted by relevance

/external/f2fs-tools/fsck/
Dfsck.h85 struct f2fs_node *, u32 *, struct node_info *);
88 struct node_info *);
105 extern void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *);
Ddump.c142 struct node_info ni; in dump_node_blk()
227 void dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, in dump_file()
272 struct node_info ni; in dump_node()
379 struct node_info ni, ino_ni; in dump_info_from_blkaddr()
Dfsck.c195 struct node_info *ni) in sanity_check_nid()
289 struct node_info ni; in fsck_chk_xattr_blk()
317 struct node_info ni; in fsck_chk_node_blk()
362 u32 *blk_cnt, struct node_info *ni) in fsck_chk_inode_blk()
459 struct node_info ni; in fsck_chk_inode_blk()
555 u32 *blk_cnt, struct node_info *ni) in fsck_chk_dnode_blk()
692 struct node_info ni; in __chk_dentries()
Df2fs.h45 struct node_info { struct
376 static inline void node_info_from_raw_nat(struct node_info *ni, in node_info_from_raw_nat()
Dmount.c924 void get_node_info(struct f2fs_sb_info *sbi, nid_t nid, struct node_info *ni) in get_node_info()
1196 struct node_info ni; in build_nat_area_bitmap()
/external/libxml2/
DHTMLparser.c4220 htmlParserNodeInfo node_info; in htmlParseElement() local
4236 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement()
4238 node_info.begin_line = ctxt->input->line; in htmlParseElement()
4287 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4289 node_info.end_line = ctxt->input->line; in htmlParseElement()
4290 node_info.node = ctxt->node; in htmlParseElement()
4291 xmlParserAddNodeInfo(ctxt, &node_info); in htmlParseElement()
4322 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4324 node_info.end_line = ctxt->input->line; in htmlParseElement()
4325 node_info.node = ctxt->node; in htmlParseElement()
[all …]
DSAX2.c2450 xmlParserNodeInfo node_info; in xmlSAX2EndElementNs() local
2457 node_info.end_pos = ctxt->input->cur - ctxt->input->base; in xmlSAX2EndElementNs()
2458 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
2459 node_info.node = cur; in xmlSAX2EndElementNs()
2460 xmlParserAddNodeInfo(ctxt, &node_info); in xmlSAX2EndElementNs()
Dparser.c10038 xmlParserNodeInfo node_info; in xmlParseElement() local
10054 node_info.begin_pos = ctxt->input->consumed + in xmlParseElement()
10056 node_info.begin_line = ctxt->input->line; in xmlParseElement()
10116 node_info.end_pos = ctxt->input->consumed + in xmlParseElement()
10118 node_info.end_line = ctxt->input->line; in xmlParseElement()
10119 node_info.node = ret; in xmlParseElement()
10120 xmlParserAddNodeInfo(ctxt, &node_info); in xmlParseElement()
10144 node_info.end_pos = ctxt->input->consumed + in xmlParseElement()
10146 node_info.end_line = ctxt->input->line; in xmlParseElement()
10147 node_info.node = ret; in xmlParseElement()
[all …]
/external/bison/
DChangeLog-20129227 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo