Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_sxid

Proto:static inline bool is_sxid(umode_t mode)

Type:bool

Parameter:

TypeParameterName
umode_tmode
3523  Return mode & S_ISUID || mode & S_ISGID && mode & S_IXGRP
Caller
NameDescribe
notify_changey_change - modify attributes of a filesytem object*@dentry: object affected*@attr: new attributes*@delegated_inode: returns inode, if the inode is delegated* The caller must hold the i_mutex on the affected object