Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dorphan.c707 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only) in ubifs_mount_orphans() function
H A Dubifs.h1951 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only);
H A Dsuper.c1404 err = ubifs_mount_orphans(c, c->need_recovery, c->ro_mount); in mount_ubifs()