Home
last modified time | relevance | path

Searched refs:amode (Results 1 – 3 of 3) sorted by relevance

/fs/
Dattr.c191 umode_t amode = attr->ia_mode; in notify_change2() local
193 if (is_sxid(amode)) in notify_change2()
/fs/sysfs/
Dsysfs.h232 const struct attribute *attr, int type, umode_t amode);
Dfile.c527 const struct attribute *attr, int type, umode_t amode) in sysfs_add_file_mode() argument
529 umode_t mode = (amode & S_IALLUGO) | S_IFREG; in sysfs_add_file_mode()