Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dstat.h44 #define S_IWOTH 00002 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/linux-3.4.99/fs/affs/
Damigaffs.c411 mode |= S_IWOTH; in prot_to_mode()
442 if (mode & S_IWOTH) in mode_to_prot()
/linux-3.4.99/fs/hostfs/
Dhostfs_user.c191 mode |= ow ? S_IWOTH : 0; in file_create()
Dhostfs_kern.c576 mode & S_IROTH, mode & S_IWOTH, mode & S_IXOTH); in hostfs_create()
/linux-3.4.99/fs/fat/
Dinode.c1090 opts->allow_utime = option & (S_IWGRP | S_IWOTH); in parse_options()
1197 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH); in parse_options()
/linux-3.4.99/security/tomoyo/
Dcondition.c897 value = S_IWOTH; in tomoyo_condition()
/linux-3.4.99/fs/
Dopen.c346 if (res || !(mode & S_IWOTH) || special_file(inode->i_mode)) in SYSCALL_DEFINE3()
/linux-3.4.99/arch/s390/kernel/
Ddebug.c1124 mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in debug_register_view()