Home
last modified time | relevance | path

Searched refs:S_IWUGO (Results 1 – 25 of 43) sorted by relevance

12

/linux-2.4.37.9/fs/hfs/
Dinode.c44 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in init_file_inode()
150 attr->ia_mode = inode->i_mode | S_IWUGO; in __hfs_notify_change()
152 attr->ia_mode = inode->i_mode & ~S_IWUGO; in __hfs_notify_change()
336 inode->i_mode &= ~S_IWUGO; in hfs_iget()
369 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in hfs_cap_ifill()
427 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in hfs_dbl_ifill()
472 inode->i_mode = S_IRUGO | S_IWUGO | S_IFREG; in hfs_nat_ifill()
Dfile.c521 de[i]->d_inode->i_mode &= ~S_IWUGO; in hfs_file_fix_mode()
528 inode->i_mode |= S_IWUGO; in hfs_file_fix_mode()
/linux-2.4.37.9/fs/adfs/
Dinode.c135 mode |= S_IWUGO & sb->u.adfs_sb.s_owner_mask; in adfs_atts2mode()
141 mode |= S_IWUGO & sb->u.adfs_sb.s_other_mask; in adfs_atts2mode()
167 if (mode & S_IWUGO) in adfs_mode2atts()
174 if (mode & S_IWUGO) in adfs_mode2atts()
/linux-2.4.37.9/include/linux/
Dstat.h53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
Dmsdos_fs.h194 #define MSDOS_MKATTR(m) ((m & S_IWUGO) ? ATTR_NONE : ATTR_RO)
Dcdrom.h796 S_IFBLK | S_IRUGO | S_IWUGO, in devfs_plain_cdrom()
/linux-2.4.37.9/drivers/char/
Dmem.c716 {3, "null", S_IRUGO | S_IWUGO, &null_fops}, in memory_devfs_register()
720 {5, "zero", S_IRUGO | S_IWUGO, &zero_fops}, in memory_devfs_register()
721 {7, "full", S_IRUGO | S_IWUGO, &full_fops}, in memory_devfs_register()
Dfetchop.c451 0, 0, S_IFCHR | S_IRUGO | S_IWUGO, &fetchop_fops, NULL)) { in fetchop_init()
Dtipar.c448 TIPAR_MINOR + nr, S_IFCHR | S_IRUGO | S_IWUGO, in tipar_register()
Dppdev.c769 S_IFCHR | S_IRUGO | S_IWUGO, in ppdev_init()
Dlp.c815 S_IFCHR | S_IRUGO | S_IWUGO, in lp_register()
/linux-2.4.37.9/ipc/
Dsem.c531 if (ipcperms (&sma->sem_perm, (cmd==SETVAL||cmd==SETALL)?S_IWUGO:S_IRUGO)) in semctl_main()
582 err = sem_revalidate(semid, sma, nsems, S_IWUGO); in semctl_main()
820 error = sem_revalidate(semid, sma, nsems, alter ? S_IWUGO : S_IRUGO); in alloc_undo()
900 if (ipcperms(&sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) in sys_semtimedop()
Dshm.c608 acc_mode = S_IRUGO | S_IWUGO; in sys_shmat()
/linux-2.4.37.9/drivers/sound/
Dsoundcard.c540 {SND_DEV_DSP16, "dspW", S_IWUGO | S_IRUSR | S_IRGRP,
542 {SND_DEV_AUDIO, "audio", S_IWUGO | S_IRUSR | S_IRGRP,
/linux-2.4.37.9/fs/ntfs/
Dfs.c619 r->i_mode |= S_IWUGO; in ntfs_create()
670 r->i_mode |= S_IWUGO; in _linux_ntfs_mkdir()
793 inode->i_mode |= S_IWUGO; in ntfs_read_inode()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dbcm1250_tbprof.c379 S_IFCHR | S_IRUGO | S_IWUGO, in sbprof_tb_init()
/linux-2.4.37.9/drivers/usb/
Dtiglusb.c382 TIUSB_MINOR + s->minor, S_IFCHR | S_IRUGO | S_IWUGO, in tiglusb_probe()
Dauermain.c646 S_IFCHR | S_IRUGO | S_IWUGO, in auerswald_probe()
/linux-2.4.37.9/drivers/s390/char/
Dtubfs.c91 S_IFCHR | S_IRUGO | S_IWUGO, in fs3270_init()
Dtubtty.c127 td->proc_entry->mode = S_IRUGO | S_IWUGO; in tty3270_init()
151 td->proc_entry->mode = S_IRUGO | S_IWUGO; in tty3270_init()
/linux-2.4.37.9/drivers/cdrom/
Dgscd.c1020 S_IFBLK | S_IRUGO | S_IWUGO, &gscd_fops, NULL); in my_gscd_init()
/linux-2.4.37.9/drivers/mtd/
Dmtdchar.c561 S_IFCHR | S_IRUGO | S_IWUGO, in mtd_notify_add()
Dmtdblock.c604 S_IFBLK | S_IRUGO | S_IWUGO, in mtd_notify_add()
/linux-2.4.37.9/fs/proc/
Dgeneric.c458 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
/linux-2.4.37.9/fs/hfsplus/
Dinode.c208 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & in hfsplus_get_perms()

12