Home
last modified time | relevance | path

Searched refs:unmounted (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/orangefs/
Ddevorangefs-req.c86 int unmounted = 1; in mark_all_pending_mounts() local
93 unmounted = 0; in mark_all_pending_mounts()
96 return unmounted; in mark_all_pending_mounts()
525 int unmounted = 0; in orangefs_devreq_release() local
536 unmounted = mark_all_pending_mounts(); in orangefs_devreq_release()
538 (unmounted ? "UNMOUNTED" : "MOUNTED")); in orangefs_devreq_release()
/linux-4.19.296/fs/exofs/
DBUGS3 unmounted and mounted the kernel can get into an endless loop doing a readdir.
/linux-4.19.296/fs/
Dnamespace.c1350 static HLIST_HEAD(unmounted); /* protected by namespace_sem */
1356 hlist_move_list(&unmounted, &head); in namespace_unlock()
1453 disconnect ? &unmounted : NULL); in umount_tree()
1594 hlist_add_head(&mnt->mnt_umount.s_list, &unmounted); in __detach_mounts()
/linux-4.19.296/fs/affs/
DChanges145 restored when the fs is unmounted. (BH)