Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/fs/fat/
H A Dfile.c72 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 Dfat.h197 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 Dinode.c116 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 Dmode_t.c16 #ifndef S_IWUGO
17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstat.h12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dinode.c222 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 Dhidma_mgmt_sys.c271 (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 Dselinuxfs.c2063 [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 Da5xx_debugfs.c157 debugfs_create_file("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
/OK3568_Linux_fs/buildroot/package/rtl8821au/
H A D0006-rtw_proc-convert-file_operations-to-proc_ops-for-5.6.patch35 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 Dssvdevice.c243 proc_create(DEBUG_CMD_ENTRY, S_IRUGO|S_IWUGO, procfs, &ssv6xxx_dbg_fops); in ssvdevice_init()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmackfs.c2895 "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 Damdgpu_ras.c1151 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 Dcifsacl.c577 *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 Dinode.c722 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 Ddir.c355 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1614 __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 Dfile.c407 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A Dinode.c123 if (!(inode->i_mode & S_IWUGO)) in hypfs_open()
/OK3568_Linux_fs/kernel/ipc/
H A Dsem.c1366 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 Drtw_proc.c73 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 Dinode.c201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dgeneric.c470 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dfile.c618 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dfile.c403 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()

123