Home
last modified time | relevance | path

Searched refs:yaffs_obj (Results 1 – 12 of 12) sorted by relevance

/u-boot/fs/yaffs2/
A Dyaffs_verify.h27 void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh,
29 void yaffs_verify_file(struct yaffs_obj *obj);
30 void yaffs_verify_link(struct yaffs_obj *obj);
31 void yaffs_verify_symlink(struct yaffs_obj *obj);
32 void yaffs_verify_special(struct yaffs_obj *obj);
33 void yaffs_verify_obj(struct yaffs_obj *obj);
35 void yaffs_verify_obj_in_dir(struct yaffs_obj *obj);
36 void yaffs_verify_dir(struct yaffs_obj *directory);
39 int yaffs_verify_file_sane(struct yaffs_obj *obj);
A Dyaffs_guts.h130 struct yaffs_obj *object;
398 struct yaffs_obj { struct
441 struct yaffs_obj *parent; argument
854 struct yaffs_obj *yaffs_create_file(struct yaffs_obj *parent,
867 struct yaffs_obj *yaffs_create_dir(struct yaffs_obj *parent, const YCHAR *name,
869 struct yaffs_obj *yaffs_find_by_name(struct yaffs_obj *the_dir,
874 struct yaffs_obj *yaffs_link_obj(struct yaffs_obj *parent, const YCHAR *name,
877 struct yaffs_obj *yaffs_get_equivalent_obj(struct yaffs_obj *obj);
880 struct yaffs_obj *yaffs_create_symlink(struct yaffs_obj *parent,
886 struct yaffs_obj *yaffs_create_special(struct yaffs_obj *parent,
[all …]
A 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);
23 void yaffs_attribs_init(struct yaffs_obj *obj, u32 gid, u32 uid, u32 rdev);
24 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c);
25 int yaffs_set_attribs(struct yaffs_obj *obj, struct iattr *attr);
26 int yaffs_get_attribs(struct yaffs_obj *obj, struct iattr *attr);
A Dyaffsfs.c33 static struct yaffs_obj *yaffsfs_FindObject(struct yaffs_obj *relativeDirectory,
66 struct yaffs_obj *iObj;
238 struct yaffs_obj *obj; in yaffsfs_ReleaseInode()
366 struct yaffs_obj *obj; in yaffsfs_BreakDeviceHandles()
591 static struct yaffs_obj *yaffsfs_FollowLink(struct yaffs_obj *obj, in yaffsfs_FollowLink()
622 static struct yaffs_obj *yaffsfs_DoFindDirectory(struct yaffs_obj *startDir, in yaffsfs_DoFindDirectory()
627 struct yaffs_obj *dir; in yaffsfs_DoFindDirectory()
692 static struct yaffs_obj *yaffsfs_FindDirectory(struct yaffs_obj *relDir, in yaffsfs_FindDirectory()
705 static struct yaffs_obj *yaffsfs_FindObject(struct yaffs_obj *relDir, in yaffsfs_FindObject()
711 struct yaffs_obj *dir; in yaffsfs_FindObject()
[all …]
A Dyaffs_verify.c220 void yaffs_verify_file(struct yaffs_obj *obj) in yaffs_verify_file()
282 void yaffs_verify_link(struct yaffs_obj *obj) in yaffs_verify_link()
290 void yaffs_verify_symlink(struct yaffs_obj *obj) in yaffs_verify_symlink()
298 void yaffs_verify_special(struct yaffs_obj *obj) in yaffs_verify_special()
304 void yaffs_verify_obj(struct yaffs_obj *obj) in yaffs_verify_obj()
403 struct yaffs_obj *obj; in yaffs_verify_objects()
420 void yaffs_verify_obj_in_dir(struct yaffs_obj *obj) in yaffs_verify_obj_in_dir()
423 struct yaffs_obj *list_obj; in yaffs_verify_obj_in_dir()
463 void yaffs_verify_dir(struct yaffs_obj *directory) in yaffs_verify_dir()
466 struct yaffs_obj *list_obj; in yaffs_verify_dir()
[all …]
A Dyaffs_guts.c1435 struct yaffs_obj *obj; in yaffs_flush_whole_cache()
1899 struct yaffs_obj *in; in yaffs_find_by_number()
2121 struct yaffs_obj *in; in yaffs_create_obj()
2189 struct yaffs_obj *yaffs_create_file(struct yaffs_obj *parent, in yaffs_create_file()
2204 struct yaffs_obj *yaffs_create_special(struct yaffs_obj *parent, in yaffs_create_special()
2212 struct yaffs_obj *yaffs_create_symlink(struct yaffs_obj *parent, in yaffs_create_symlink()
4149 struct yaffs_obj *hl; in yaffs_link_fixup()
4178 struct yaffs_obj *l; in yaffs_strip_deleted_objs()
4310 struct yaffs_obj *yaffs_find_by_name(struct yaffs_obj *directory, in yaffs_find_by_name()
4316 struct yaffs_obj *l; in yaffs_find_by_name()
[all …]
A 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()
48 void yaffs_attribs_init(struct yaffs_obj *obj, u32 gid, u32 uid, u32 rdev) in yaffs_attribs_init()
64 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c) in yaffs_load_current_time()
83 loff_t yaffs_get_file_size(struct yaffs_obj *obj) in yaffs_get_file_size()
101 int yaffs_set_attribs(struct yaffs_obj *obj, struct iattr *attr) in yaffs_set_attribs()
128 int yaffs_get_attribs(struct yaffs_obj *obj, struct iattr *attr) in yaffs_get_attribs()
A Dyaffs_allocator.h27 struct yaffs_obj *yaffs_alloc_raw_obj(struct yaffs_dev *dev);
28 void yaffs_free_raw_obj(struct yaffs_dev *dev, struct yaffs_obj *obj);
A Dyaffs_allocator.c41 struct yaffs_obj *objects;
247 struct yaffs_obj *new_objs; in yaffs_create_free_objs()
259 new_objs = kmalloc(n_obj * sizeof(struct yaffs_obj), GFP_NOFS); in yaffs_create_free_objs()
288 struct yaffs_obj *yaffs_alloc_raw_obj(struct yaffs_dev *dev) in yaffs_alloc_raw_obj()
290 struct yaffs_obj *obj = NULL; in yaffs_alloc_raw_obj()
305 obj = list_entry(lh, struct yaffs_obj, siblings); in yaffs_alloc_raw_obj()
313 void yaffs_free_raw_obj(struct yaffs_dev *dev, struct yaffs_obj *obj) in yaffs_free_raw_obj()
A Dyaffs_yaffs2.h36 int yaffs2_handle_hole(struct yaffs_obj *obj, loff_t new_size);
A Dyaffs_yaffs2.c370 struct yaffs_obj *obj) in yaffs2_obj_checkpt_obj()
391 static int yaffs2_checkpt_obj_to_obj(struct yaffs_obj *obj, in yaffs2_checkpt_obj_to_obj()
394 struct yaffs_obj *parent; in yaffs2_checkpt_obj_to_obj()
446 static int yaffs2_checkpt_tnode_worker(struct yaffs_obj *in, in yaffs2_checkpt_tnode_worker()
482 static int yaffs2_wr_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_wr_checkpt_tnodes()
501 static int yaffs2_rd_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_rd_checkpt_tnodes()
544 struct yaffs_obj *obj; in yaffs2_wr_checkpt_objs()
556 obj = list_entry(lh, struct yaffs_obj, hash_link); in yaffs2_wr_checkpt_objs()
589 struct yaffs_obj *obj; in yaffs2_rd_checkpt_objs()
943 struct yaffs_obj *in; in yaffs2_scan_chunk()
[all …]
A Dyaffs_yaffs1.c35 struct yaffs_obj *in; in yaffs1_scan()
36 struct yaffs_obj *parent; in yaffs1_scan()
390 struct yaffs_obj *obj; in yaffs1_scan()

Completed in 30 milliseconds