Searched refs:node_info (Results 1 – 9 of 9) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.h | 85 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 *);
|
D | dump.c | 142 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()
|
D | fsck.c | 195 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()
|
D | f2fs.h | 45 struct node_info { struct 376 static inline void node_info_from_raw_nat(struct node_info *ni, in node_info_from_raw_nat()
|
D | mount.c | 924 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/ |
D | HTMLparser.c | 4220 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 …]
|
D | SAX2.c | 2450 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()
|
D | parser.c | 10038 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/ |
D | ChangeLog-2012 | 9227 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
|