| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | file.c | 72 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes() 438 if ((perm & S_IWUGO) && ((perm & S_IWUGO) != (S_IWUGO & ~mask))) in fat_sanitize_mode() 441 if ((perm & S_IWUGO) != (S_IWUGO & ~mask)) in fat_sanitize_mode()
|
| H A D | fat.h | 197 if (!(mask & S_IWUGO)) in fat_mode_can_hold_ro() 207 mode &= ~S_IWUGO; in fat_make_mode() 221 if (fat_mode_can_hold_ro(inode) && !(inode->i_mode & S_IWUGO)) in fat_make_attrs()
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | inode.c | 116 mode |= S_IWUGO & asb->s_owner_mask; in adfs_atts2mode() 122 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode() 149 if (mode & S_IWUGO) in adfs_mode2atts() 156 if (mode & S_IWUGO) in adfs_mode2atts()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 16 #ifndef S_IWUGO 17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stat.h | 12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | inode.c | 222 inode->i_mode |= S_IWUGO; in hfs_new_inode() 351 inode->i_mode |= S_IWUGO; in hfs_read_inode() 630 attr->ia_mode = inode->i_mode | S_IWUGO; in hfs_inode_setattr() 632 attr->ia_mode = inode->i_mode & ~S_IWUGO; in hfs_inode_setattr()
|
| /OK3568_Linux_fs/kernel/drivers/dma/qcom/ |
| H A D | hidma_mgmt_sys.c | 271 (S_IRUGO | S_IWUGO), i, in hidma_mgmt_init_sys() 277 (S_IRUGO | S_IWUGO), i, in hidma_mgmt_init_sys()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | selinuxfs.c | 2063 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2064 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2065 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2066 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2067 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2072 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2079 S_IWUGO}, in sel_fill_super() 2105 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); in sel_fill_super() 2117 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); in sel_fill_super()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_debugfs.c | 157 debugfs_create_file("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
|
| /OK3568_Linux_fs/buildroot/package/rtl8821au/ |
| H A D | 0006-rtw_proc-convert-file_operations-to-proc_ops-for-5.6.patch | 35 entry = proc_create_data(name, S_IFREG|S_IRUGO|S_IWUGO, parent, fops, data);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssvdevice.c | 243 proc_create(DEBUG_CMD_ENTRY, S_IRUGO|S_IWUGO, procfs, &ssv6xxx_dbg_fops); in ssvdevice_init()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smackfs.c | 2895 "load-self", &smk_load_self_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2897 "access", &smk_access_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2903 "load-self2", &smk_load_self2_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2905 "access2", &smk_access2_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2927 S_IRUGO|S_IWUGO}, in smk_fill_super()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 1151 debugfs_create_file("ras_ctrl", S_IWUGO | S_IRUGO, con->dir, in amdgpu_ras_debugfs_create_ctrl_node() 1153 debugfs_create_file("ras_eeprom_reset", S_IWUGO | S_IRUGO, con->dir, in amdgpu_ras_debugfs_create_ctrl_node() 1164 debugfs_create_bool("auto_reboot", S_IWUGO | S_IRUGO, con->dir, in amdgpu_ras_debugfs_create_ctrl_node() 1191 S_IWUGO | S_IRUGO, con->dir, obj, in amdgpu_ras_debugfs_create()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsacl.c | 577 *pbits_to_set &= ~S_IWUGO; in access_flags_to_mode() 598 *pmode |= (S_IWUGO & (*pbits_to_set)); in access_flags_to_mode() 630 if (mode & S_IWUGO) in mode_to_access_flags()
|
| H A D | inode.c | 722 fattr->cf_mode &= ~(S_IWUGO); 1775 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo) 2854 if (((mode & S_IWUGO) == 0) && 2861 attrs->ia_mode = inode->i_mode & ~S_IWUGO; 2862 } else if ((mode & S_IWUGO) &&
|
| H A D | dir.c | 355 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 1614 __ATTR(enable, S_IWUGO | S_IRUGO, gt1x_ps_enable_show, gt1x_ps_enable_store), 1615 __ATTR(state, S_IWUGO | S_IRUGO, gt1x_ps_state_show, gt1x_ps_state_store) 1938 __ATTR(state, S_IWUGO | S_IRUGO, smart_cover_show, smart_cover_store);
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | file.c | 407 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | inode.c | 123 if (!(inode->i_mode & S_IWUGO)) in hypfs_open()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | sem.c | 1366 if (ipcperms(ns, &sma->sem_perm, S_IWUGO)) { in semctl_setval() 1423 if (ipcperms(ns, &sma->sem_perm, cmd == SETALL ? S_IWUGO : S_IRUGO)) in semctl_main() 2072 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_proc.c | 73 entry = proc_create_data(name, S_IFREG|S_IRUGO|S_IWUGO, parent, fops, data); in rtw_proc_create_entry() 75 entry = create_proc_entry(name, S_IFREG|S_IRUGO|S_IWUGO, parent); in rtw_proc_create_entry()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | inode.c | 201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | generic.c | 470 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | file.c | 618 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
|
| /OK3568_Linux_fs/kernel/fs/debugfs/ |
| H A D | file.c | 403 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()
|