函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\fhandle.c Create Date:2022-07-29 11:06:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_vfsmount_from_fd

函数原型:static struct vfsmount *get_vfsmount_from_fd(int fd)

返回类型:struct vfsmount

参数:

类型参数名称
intfd
119  如果fd恒等于Special value used to indicateopenat should use the currentworking directory.
120  fs等于fs
121  加自旋锁
122  mnt等于mntget(mnt)
123  自旋锁解锁
124  否则
125  f等于fdget(fd)
126  如果非file则返回:错误号
128  mnt等于mntget(mnt)
129  fdput(f)
131  返回:mnt
调用者
名称描述
do_handle_to_path