Searched refs:S_IWOTH (Results 1 - 14 of 14) sorted by last modified time

/linux-master/fs/
H A Dnamei.c1115 if ((nd->dir_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH))
H A Dopen.c508 if (res || !(mode & S_IWOTH) || special_file(inode->i_mode))
/linux-master/fs/fat/
H A Dinode.c1250 opts->allow_utime = option & (S_IWGRP | S_IWOTH);
1379 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH);
/linux-master/tools/include/uapi/linux/
H A Dstat.h41 #define S_IWOTH 00002 macro
/linux-master/scripts/
H A Dcheckpatch.pl860 S_IWOTH |
877 "S_IWOTH" => 0002,
/linux-master/tools/include/nolibc/
H A Dtypes.h58 #define S_IWOTH 00002 macro
/linux-master/kernel/
H A Dparams.c676 if ((kp->perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0)
/linux-master/include/uapi/linux/
H A Dstat.h41 #define S_IWOTH 00002 macro
/linux-master/arch/s390/kernel/
H A Ddebug.c1192 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
/linux-master/fs/orangefs/
H A Dorangefs-utils.c109 perm_mode |= S_IWOTH;
542 S_IXOTH, S_IWOTH, S_IROTH,
/linux-master/include/linux/
H A Dstat.h12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/linux-master/samples/vfs/
H A Dtest-statx.c134 stx->stx_mode & S_IWOTH ? 'w' : '-',
/linux-master/tools/thermal/tmon/
H A Dtmon.c352 umask(S_IWGRP | S_IWOTH);
/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)

Completed in 223 milliseconds