Searched refs:recover_head (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | recovery.c | 945 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head() function 994 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads() 1000 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf); in ubifs_recover_inl_heads()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | recovery.c | 921 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head() function 970 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads() 976 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf); in ubifs_recover_inl_heads()
|