Searched refs:ubifs_mount_orphans (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | orphan.c | 807 * ubifs_mount_orphans - delete orphan inodes and erase LEBs that recorded them. 816 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only) in ubifs_mount_orphans() function
|
H A D | ubifs.h | 1931 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only);
|
H A D | super.c | 1459 err = ubifs_mount_orphans(c, c->need_recovery, c->ro_mount); in mount_ubifs()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | orphan.c | 807 * ubifs_mount_orphans - delete orphan inodes and erase LEBs that recorded them. 816 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only) in ubifs_mount_orphans() function
|
H A D | ubifs.h | 1960 int ubifs_mount_orphans(struct ubifs_info *c, int unclean, int read_only);
|
H A D | super.c | 1462 err = ubifs_mount_orphans(c, c->need_recovery, c->ro_mount); in mount_ubifs()
|
Completed in 14 milliseconds