Searched refs:unmounted (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/orangefs/
H A Ddevorangefs-req.c86 int unmounted = 1; local
93 unmounted = 0;
96 return unmounted;
217 * it is being mounted or unmounted. It is possible for
218 * a filesystem we don't know about to be unmounted if
525 int unmounted = 0; local
536 unmounted = mark_all_pending_mounts();
538 (unmounted ? "UNMOUNTED" : "MOUNTED"));
/linux-master/fs/
H A Dnamespace.c79 static HLIST_HEAD(unmounted); /* protected by namespace_sem */
1563 hlist_move_list(&unmounted, &head);
1603 * unmounted and connected, umounted mounts may not be
1678 hlist_add_head(&p->mnt_umount, &unmounted);
1831 hlist_add_head(&mnt->mnt_umount, &unmounted);
2430 * unmounted or moved from its current mountpoint in between dropping
2432 * being unmounted would be detected later by e.g., calling
2435 * If @mnt hasn't been unmounted then @mnt->mnt_mountpoint still points
2436 * to @mnt->mnt_mp->m_dentry. But if @mnt has been unmounted it will
3101 * @mnt_to->mnt_parent and @mnt_to would be unmounted fro
[all...]

Completed in 118 milliseconds