Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mnt_set_expiry - Put a mount on an expiration list*@mnt: The mount to list.*@expiry_list: The list to add the mount to.

Proto:void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list)

Type:void

Parameter:

TypeParameterName
struct vfsmount *mnt
struct list_head *expiry_list
2867  namespace_lock()
2869  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
2871  namespace_unlock()