Searched refs:S_IWOTH (Results 1 – 18 of 18) 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
58 #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()
1224 opts->allow_utime = result.uint_32 & (S_IWGRP | S_IWOTH); in fat_parse_param()1581 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH); in fat_fill_super()
188 - S_IWOTH (Others may write)
1256 ~(S_IWUSR | S_IWGRP | S_IWOTH); in amdgpu_gmc_sysfs_init()
1744 ~(S_IWUSR | S_IWGRP | S_IWOTH); in amdgpu_gfx_sysfs_xcp_init()
1351 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in debug_register_view()
507 if (res || !(mode & S_IWOTH) || special_file(inode->i_mode)) in do_faccessat()
1183 if ((nd->dir_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) in may_follow_link()
783 mode |= (wire & POSIX_W_OTH) ? S_IWOTH : 0; in wire_perms_to_posix()