Searched refs:S_IWOTH (Results 1 – 7 of 7) sorted by relevance
44 #define S_IWOTH 00002 macro53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
411 mode |= S_IWOTH; in prot_to_mode()442 if (mode & S_IWOTH) in mode_to_prot()
190 mode |= ow ? S_IWOTH : 0; in file_create()
565 mode & S_IROTH, mode & S_IWOTH, mode & S_IXOTH); in hostfs_create()
1088 opts->allow_utime = option & (S_IWGRP | S_IWOTH); in parse_options()1195 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH); in parse_options()
346 if (res || !(mode & S_IWOTH) || special_file(inode->i_mode)) in SYSCALL_DEFINE3()
1102 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in debug_register_view()