/linux-2.4.37.9/fs/hfs/ |
D | inode.c | 44 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()
|
D | file.c | 521 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/ |
D | inode.c | 135 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/ |
D | stat.h | 53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
D | msdos_fs.h | 194 #define MSDOS_MKATTR(m) ((m & S_IWUGO) ? ATTR_NONE : ATTR_RO)
|
D | cdrom.h | 796 S_IFBLK | S_IRUGO | S_IWUGO, in devfs_plain_cdrom()
|
/linux-2.4.37.9/drivers/char/ |
D | mem.c | 716 {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()
|
D | fetchop.c | 451 0, 0, S_IFCHR | S_IRUGO | S_IWUGO, &fetchop_fops, NULL)) { in fetchop_init()
|
D | tipar.c | 448 TIPAR_MINOR + nr, S_IFCHR | S_IRUGO | S_IWUGO, in tipar_register()
|
D | ppdev.c | 769 S_IFCHR | S_IRUGO | S_IWUGO, in ppdev_init()
|
D | lp.c | 815 S_IFCHR | S_IRUGO | S_IWUGO, in lp_register()
|
/linux-2.4.37.9/ipc/ |
D | sem.c | 531 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()
|
D | shm.c | 608 acc_mode = S_IRUGO | S_IWUGO; in sys_shmat()
|
/linux-2.4.37.9/drivers/sound/ |
D | soundcard.c | 540 {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/ |
D | fs.c | 619 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/ |
D | bcm1250_tbprof.c | 379 S_IFCHR | S_IRUGO | S_IWUGO, in sbprof_tb_init()
|
/linux-2.4.37.9/drivers/usb/ |
D | tiglusb.c | 382 TIUSB_MINOR + s->minor, S_IFCHR | S_IRUGO | S_IWUGO, in tiglusb_probe()
|
D | auermain.c | 646 S_IFCHR | S_IRUGO | S_IWUGO, in auerswald_probe()
|
/linux-2.4.37.9/drivers/s390/char/ |
D | tubfs.c | 91 S_IFCHR | S_IRUGO | S_IWUGO, in fs3270_init()
|
D | tubtty.c | 127 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/ |
D | gscd.c | 1020 S_IFBLK | S_IRUGO | S_IWUGO, &gscd_fops, NULL); in my_gscd_init()
|
/linux-2.4.37.9/drivers/mtd/ |
D | mtdchar.c | 561 S_IFCHR | S_IRUGO | S_IWUGO, in mtd_notify_add()
|
D | mtdblock.c | 604 S_IFBLK | S_IRUGO | S_IWUGO, in mtd_notify_add()
|
/linux-2.4.37.9/fs/proc/ |
D | generic.c | 458 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | inode.c | 208 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & in hfsplus_get_perms()
|