函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:flags_by_mnt

函数原型:static int flags_by_mnt(int mnt_flags)

返回类型:int

参数:

类型参数名称
intmnt_flags
16  flags等于0
18  如果mnt_flags按位与does the user want this to be r/o? flags或等于mount read-only
20  如果mnt_flags按位与MNT_NOSUIDflags或等于gnore suid and sgid bits
22  如果mnt_flags按位与MNT_NODEVflags或等于disallow access to device special files
24  如果mnt_flags按位与MNT_NOEXECflags或等于disallow program execution
26  如果mnt_flags按位与MNT_NOATIMEflags或等于do not update access times
28  如果mnt_flags按位与MNT_NODIRATIMEflags或等于do not update directory access times
30  如果mnt_flags按位与MNT_RELATIMEflags或等于update atime relative to mtime/ctime
32  返回:flags
调用者
名称描述
calculate_f_flags