Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\pnode.c Create Date:2022-07-28 20:11:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:umount_one

Proto:static void umount_one(struct mount *mnt, struct list_head *to_umount)

Type:void

Parameter:

TypeParameterName
struct mount *mnt
struct list_head *to_umount
430  CLEAR_MNT_MARK(mnt)
431  mnt_flags |= MNT_UMOUNT
432  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
433  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
434  list_move_tail - delete from one list and add as another's tail*@list: the entry to move*@head: the head that will follow our entry
Caller
NameDescribe
__propagate_umountNOTE: unmounting 'mnt' naturally propagates to all other mounts its* parent propagates to.
umount_list