• Home
  • Raw
  • Download

Lines Matching defs:c

45 static struct ubifs_orphan *orphan_add(struct ubifs_info *c, ino_t inum,  in orphan_add()
96 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum) in lookup_orphan()
115 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop()
129 static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph) in orphan_delete()
155 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan()
200 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan()
231 int ubifs_orphan_start_commit(struct ubifs_info *c) in ubifs_orphan_start_commit()
265 static int avail_orphs(struct ubifs_info *c) in avail_orphs()
285 static int tot_avail_orphs(struct ubifs_info *c) in tot_avail_orphs()
305 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node()
336 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node()
399 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes()
432 static int consolidate(struct ubifs_info *c) in consolidate()
477 static int commit_orphans(struct ubifs_info *c) in commit_orphans()
503 static void erase_deleted(struct ubifs_info *c) in erase_deleted()
530 int ubifs_orphan_end_commit(struct ubifs_info *c) in ubifs_orphan_end_commit()
552 int ubifs_clear_orphans(struct ubifs_info *c) in ubifs_clear_orphans()
575 static int insert_dead_orphan(struct ubifs_info *c, ino_t inum) in insert_dead_orphan()
623 static int do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in do_kill_orphans()
745 static int kill_orphans(struct ubifs_info *c) in kill_orphans()
807 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only) in ubifs_mount_orphans()
845 static bool dbg_find_orphan(struct ubifs_info *c, ino_t inum) in dbg_find_orphan()
910 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
966 static int dbg_scan_orphans(struct ubifs_info *c, struct check_info *ci) in dbg_scan_orphans()
1000 static int dbg_check_orphans(struct ubifs_info *c) in dbg_check_orphans()