Searched refs:unmount (Results 1 – 12 of 12) sorted by relevance
23 static void unmount(struct fs_mount_t *mp) in unmount() function53 unmount(mp); in ZTEST()
142 int (*unmount)(struct fs_mount_t *mountp); member
213 null_fs.unmount = temp_fs.unmount; in test_unmount()1063 null_fs.unmount = temp_fs.unmount; in fs_api_setup()
348 .unmount = temp_unmount,
731 if (fs->unmount == NULL) { in fs_mount()806 CHECKIF(mp->fs->unmount == NULL) { in fs_unmount()812 rc = mp->fs->unmount(mp); in fs_unmount()
549 .unmount = fatfs_unmount,
1059 .unmount = littlefs_unmount,
46 - CS: To use D1 instead of A1, unmount R76 and mount R86
6 …unmount):Y.unmount()},hideWithInteractivity:function(t){nt().addEventListener("mousemove",F),f(U,F…
639 .unmount = ext2_unmount,
246 ``lfs`` is a mount command and you should take care to unmount the
1827 * Fixed FAT driver leaving disk in initialized state after unmount.