Searched refs:S_IWOTH (Results 1 – 14 of 14) sorted by relevance
12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
41 #define S_IWOTH 00002 macro
56 #define S_IWOTH 00002 macro
134 stx->stx_mode & S_IWOTH ? 'w' : '-', in dump_statx()
109 perm_mode |= S_IWOTH; in orangefs_inode_perms()542 S_IXOTH, S_IWOTH, S_IROTH, in ORANGEFS_util_translate_mode()
352 umask(S_IWGRP | S_IWOTH); in start_daemon_mode()
674 if ((kp->perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0) in add_sysfs_param()
1242 opts->allow_utime = option & (S_IWGRP | S_IWOTH); in parse_options()1371 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH); in parse_options()
188 - S_IWOTH (Others may write)
501 if (res || !(mode & S_IWOTH) || special_file(inode->i_mode)) in do_faccessat()
1117 if ((nd->dir_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) in may_follow_link()
1193 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in debug_register_view()