Searched refs:update_super_block_internal (Results 1 – 1 of 1) sorted by relevance
/trusty/user/app/storage/ |
D | super.c | 189 static bool update_super_block_internal(struct transaction* tr, in update_super_block_internal() function 311 return update_super_block_internal(tr, free, files, checkpoint, false); in update_super_block() 334 return update_super_block_internal(tr, NULL, NULL, NULL, true); in write_initial_super_block() 417 update_super_block_internal(tr, NULL, NULL, NULL, true); in write_current_super_block() 419 super_block_updated = update_super_block_internal( in write_current_super_block()
|