Searched refs:recover_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | recovery.c | 902 * recover_head - recover a head. 912 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head() function 961 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads() 967 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf); in ubifs_recover_inl_heads()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | recovery.c | 902 * recover_head - recover a head. 912 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head() function 961 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads() 967 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf); in ubifs_recover_inl_heads()
|
Completed in 5 milliseconds