Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:flags_by_sb

Proto:static int flags_by_sb(int s_flags)

Type:int

Parameter:

TypeParameterName
ints_flags
37  flags = 0
38  If s_flags & Writes are synced at once Then flags |= writes are synced at once
40  If s_flags & Allow mandatory locks on an FS Then flags |= allow mandatory locks on an FS
42  If s_flags & Mount read-only Then flags |= mount read-only
44  Return flags
Caller
NameDescribe
calculate_f_flags