Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dstat.h11 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/linux-4.4.14/include/uapi/linux/
Dstat.h39 #define S_IWOTH 00002 macro
/linux-4.4.14/fs/affs/
Damigaffs.c405 mode |= S_IWOTH; in prot_to_mode()
436 if (mode & S_IWOTH) in mode_to_prot()
/linux-4.4.14/tools/thermal/tmon/
Dtmon.c368 umask(S_IWGRP | S_IWOTH); in start_daemon_mode()
/linux-4.4.14/security/tomoyo/
Dcondition.c897 value = S_IWOTH; in tomoyo_condition()
/linux-4.4.14/fs/fat/
Dinode.c1136 opts->allow_utime = option & (S_IWGRP | S_IWOTH); in parse_options()
1261 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH); in parse_options()
/linux-4.4.14/kernel/
Dparams.c710 if ((kp->perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0) in add_sysfs_param()
/linux-4.4.14/fs/
Dopen.c386 if (res || !(mode & S_IWOTH) || special_file(inode->i_mode)) in SYSCALL_DEFINE3()
Dnamei.c901 if ((parent->i_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) in may_follow_link()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c1109 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in debug_register_view()