tag
line
file
source code
S_IWOTH
32
fs/ext2/acl.c
if ((mask & S_IWOTH) && IS_IMMUTABLE(inode))
S_IWOTH
109
fs/namei.c
else if ((mask & S_IWOTH) && IS_IMMUTABLE(inode))
S_IWOTH
84
include/linux/stat.h
#define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)