Lines Matching refs:yaffs_obj_hdr
679 const struct yaffs_obj_hdr *oh) in yaffs_set_obj_name_from_oh()
2482 struct yaffs_obj_hdr *oh; in yaffs_gc_process_chunk()
2483 oh = (struct yaffs_obj_hdr *) buffer; in yaffs_gc_process_chunk()
3067 int x_offs = sizeof(struct yaffs_obj_hdr); in yaffs_apply_xattrib_mod()
3069 int x_size = dev->data_bytes_per_chunk - sizeof(struct yaffs_obj_hdr); in yaffs_apply_xattrib_mod()
3093 int x_offs = sizeof(struct yaffs_obj_hdr); in yaffs_do_xattrib_fetch()
3094 int x_size = dev->data_bytes_per_chunk - sizeof(struct yaffs_obj_hdr); in yaffs_do_xattrib_fetch()
3162 struct yaffs_obj_hdr *oh; in yaffs_check_obj_details_loaded()
3174 oh = (struct yaffs_obj_hdr *)buf; in yaffs_check_obj_details_loaded()
3273 struct yaffs_obj_hdr *oh = NULL; in yaffs_update_oh()
3285 oh = (struct yaffs_obj_hdr *)buffer; in yaffs_update_oh()
3295 memset(buffer, 0xff, sizeof(struct yaffs_obj_hdr)); in yaffs_update_oh()
4427 struct yaffs_obj_hdr *oh = (struct yaffs_obj_hdr *)buffer; in yaffs_get_obj_name()
4992 void yaffs_oh_size_load(struct yaffs_obj_hdr *oh, loff_t fsize) in yaffs_oh_size_load()
4998 loff_t yaffs_oh_to_size(struct yaffs_obj_hdr *oh) in yaffs_oh_to_size()