Searched refs:check_lpt_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ubifs/
H A Dlpt.c943 * check_lpt_type - check LPT node type is correct.
951 static int check_lpt_type(const struct ubifs_info *c, uint8_t **addr, function
980 err = check_lpt_type(c, &addr, &pos, UBIFS_LPT_PNODE);
1017 err = check_lpt_type(c, &addr, &pos, UBIFS_LPT_NNODE);
1049 err = check_lpt_type(c, &addr, &pos, UBIFS_LPT_LTAB);
1081 err = check_lpt_type(c, &addr, &pos, UBIFS_LPT_LSAVE);

Completed in 108 milliseconds