Home
last modified time | relevance | path

Searched refs:yaffs_obj_hdr (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffs_attribs.h21 void yaffs_load_attribs(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh);
22 void yaffs_load_attribs_oh(struct yaffs_obj_hdr *oh, struct yaffs_obj *obj);
Dyaffs_attribs.c17 void yaffs_load_attribs(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh) in yaffs_load_attribs()
28 void yaffs_load_attribs_oh(struct yaffs_obj_hdr *oh, struct yaffs_obj *obj) in yaffs_load_attribs_oh()
Dyaffs_verify.c165 void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh, in yaffs_verify_oh()
349 struct yaffs_obj_hdr *oh; in yaffs_verify_obj()
352 oh = (struct yaffs_obj_hdr *)buffer; in yaffs_verify_obj()
Dyaffs_guts.h310 struct yaffs_obj_hdr { struct
929 const struct yaffs_obj_hdr *oh);
968 void yaffs_oh_size_load(struct yaffs_obj_hdr *oh, loff_t fsize);
969 loff_t yaffs_oh_to_size(struct yaffs_obj_hdr *oh);
Dyaffs_verify.h27 void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh,
Dyaffs_yaffs1.c33 struct yaffs_obj_hdr *oh; in yaffs1_scan()
185 oh = (struct yaffs_obj_hdr *)chunk_data; in yaffs1_scan()
Dyaffs_guts.c679 const struct yaffs_obj_hdr *oh) in yaffs_set_obj_name_from_oh()
2481 struct yaffs_obj_hdr *oh; in yaffs_gc_process_chunk()
2482 oh = (struct yaffs_obj_hdr *) buffer; in yaffs_gc_process_chunk()
3066 int x_offs = sizeof(struct yaffs_obj_hdr); in yaffs_apply_xattrib_mod()
3068 int x_size = dev->data_bytes_per_chunk - sizeof(struct yaffs_obj_hdr); in yaffs_apply_xattrib_mod()
3092 int x_offs = sizeof(struct yaffs_obj_hdr); in yaffs_do_xattrib_fetch()
3093 int x_size = dev->data_bytes_per_chunk - sizeof(struct yaffs_obj_hdr); in yaffs_do_xattrib_fetch()
3161 struct yaffs_obj_hdr *oh; in yaffs_check_obj_details_loaded()
3173 oh = (struct yaffs_obj_hdr *)buf; in yaffs_check_obj_details_loaded()
3272 struct yaffs_obj_hdr *oh = NULL; in yaffs_update_oh()
[all …]
Dyaffs_yaffs2.c941 struct yaffs_obj_hdr *oh; in yaffs2_scan_chunk()
1118 oh = (struct yaffs_obj_hdr *)chunk_data; in yaffs2_scan_chunk()