Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dstat.h44 #define S_IWOTH 00002 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/linux-2.4.37.9/fs/affs/
Damigaffs.c410 mode |= S_IWOTH; in prot_to_mode()
441 if (mode & S_IWOTH) in mode_to_prot()
/linux-2.4.37.9/drivers/usb/
Dscanner.c1109 S_IWGRP | S_IROTH | S_IWOTH, &usb_scanner_fops, NULL); in probe_scanner()
/linux-2.4.37.9/fs/
Dopen.c388 if(!res && (mode & S_IWOTH) && IS_RDONLY(nd.dentry->d_inode) in sys_access()
/linux-2.4.37.9/drivers/char/
Dtty_io.c2494 mode |= S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in tty_register_devfs()
2498 mode |= S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in tty_register_devfs()
/linux-2.4.37.9/fs/intermezzo/
Ddir.c911 if ( presto_can_ilookup() && !(mask & S_IWOTH)) { in presto_permission()
/linux-2.4.37.9/fs/smbfs/
Dproc.c1068 if (!(ino->i_mode & (S_IWUSR | S_IWGRP | S_IWOTH))) in smb_proc_open()
1730 fattr->f_mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in smb_finish_dirent()