Lines Matching refs:yaffs_obj
370 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()
832 int yaffs2_handle_hole(struct yaffs_obj *obj, loff_t new_size) in yaffs2_handle_hole()
943 struct yaffs_obj *in; in yaffs2_scan_chunk()
944 struct yaffs_obj *parent; in yaffs2_scan_chunk()