Home
last modified time | relevance | path

Searched refs:ubifs_mount_orphans (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c699 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only) in ubifs_mount_orphans() function
H A Dubifs.h2285 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only);
H A Dsuper.c1517 err = ubifs_mount_orphans(c, c->need_recovery, c->ro_mount); in mount_ubifs()