Пример #1
0
/*
 * Begin unmount by attempting to remove all automounted mountpoints we added
 * in response to xdev traversals and referrals
 */
static void nfs_umount_begin(struct vfsmount *vfsmnt, int flags)
{
	shrink_submounts(vfsmnt, &nfs_automount_list);
}
Пример #2
0
void dfs_shrink_umount_helper(struct vfsmount *vfsmnt)
{
	shrink_submounts(vfsmnt, &cifs_dfs_automount_list);
}
Пример #3
0
/*
 * begin unmount by attempting to remove all automounted mountpoints we added
 */
void afs_umount_begin(struct vfsmount *vfsmnt, int flags)
{
	shrink_submounts(vfsmnt, &afs_vfsmounts);
}