Home
last modified time | relevance | path

Searched refs:ATTR_KILL_PRIV (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/
H A Dattr.c220 if (ia_valid & ATTR_KILL_PRIV) { in setattr_prepare()
431 if (ia_valid & ATTR_KILL_PRIV) { in notify_change()
436 ia_valid = attr->ia_valid &= ~ATTR_KILL_PRIV; in notify_change()
H A Dopen.c775 newattrs.ia_valid |= ATTR_KILL_SUID | ATTR_KILL_PRIV | in chown_common()
H A Dinode.c2049 mask |= ATTR_KILL_PRIV; in dentry_needs_remove_privs()
/openbmc/linux/fs/nfsd/
H A Dvfs.c383 iap->ia_valid |= ATTR_KILL_PRIV; in nfsd_sanitize_attrs()
/openbmc/linux/include/linux/
H A Dfs.h205 #define ATTR_KILL_PRIV (1 << 14) macro