Home
last modified time | relevance | path

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

/linux/fs/
H A Dattr.c226 if (ia_valid & ATTR_KILL_PRIV) { in setattr_prepare()
480 if (ia_valid & ATTR_KILL_PRIV) { in notify_change()
485 ia_valid = attr->ia_valid &= ~ATTR_KILL_PRIV; in notify_change()
/linux/include/trace/misc/
H A Dfs.h139 { ATTR_KILL_PRIV, "KILL_PRIV" }, \
/linux/fs/nfsd/
H A Dvfs.c407 iap->ia_valid |= ATTR_KILL_PRIV; in nfsd_sanitize_attrs()
/linux/include/linux/
H A Dfs.h235 #define ATTR_KILL_PRIV (1 << 14) macro