Lines Matching refs:yaffs_obj
369 struct yaffs_obj *obj) in yaffs2_obj_checkpt_obj()
390 static int yaffs2_checkpt_obj_to_obj(struct yaffs_obj *obj, in yaffs2_checkpt_obj_to_obj()
393 struct yaffs_obj *parent; in yaffs2_checkpt_obj_to_obj()
445 static int yaffs2_checkpt_tnode_worker(struct yaffs_obj *in, in yaffs2_checkpt_tnode_worker()
481 static int yaffs2_wr_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_wr_checkpt_tnodes()
500 static int yaffs2_rd_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_rd_checkpt_tnodes()
543 struct yaffs_obj *obj; in yaffs2_wr_checkpt_objs()
555 obj = list_entry(lh, struct yaffs_obj, hash_link); in yaffs2_wr_checkpt_objs()
588 struct yaffs_obj *obj; in yaffs2_rd_checkpt_objs()
831 int yaffs2_handle_hole(struct yaffs_obj *obj, loff_t new_size) in yaffs2_handle_hole()
942 struct yaffs_obj *in; in yaffs2_scan_chunk()
943 struct yaffs_obj *parent; in yaffs2_scan_chunk()