Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/perf/trace/beauty/
Dmode_t.c16 #ifndef S_IWUGO
17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/linux-6.1.9/fs/adfs/
Dinode.c118 mode |= S_IWUGO & asb->s_owner_mask; in adfs_atts2mode()
124 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode()
151 if (mode & S_IWUGO) in adfs_mode2atts()
158 if (mode & S_IWUGO) in adfs_mode2atts()
/linux-6.1.9/fs/fat/
Dfile.c72 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes()
447 if ((perm & S_IWUGO) && ((perm & S_IWUGO) != (S_IWUGO & ~mask))) in fat_sanitize_mode()
450 if ((perm & S_IWUGO) != (S_IWUGO & ~mask)) in fat_sanitize_mode()
Dfat.h198 if (!(mask & S_IWUGO)) in fat_mode_can_hold_ro()
208 mode &= ~S_IWUGO; in fat_make_mode()
222 if (fat_mode_can_hold_ro(inode) && !(inode->i_mode & S_IWUGO)) in fat_make_attrs()
/linux-6.1.9/include/linux/
Dstat.h12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/linux-6.1.9/drivers/dma/qcom/
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()
/linux-6.1.9/fs/hfs/
Dinode.c226 inode->i_mode |= S_IWUGO; in hfs_new_inode()
355 inode->i_mode |= S_IWUGO; in hfs_read_inode()
641 attr->ia_mode = inode->i_mode | S_IWUGO; in hfs_inode_setattr()
643 attr->ia_mode = inode->i_mode & ~S_IWUGO; in hfs_inode_setattr()
/linux-6.1.9/security/selinux/
Dselinuxfs.c2067 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
2068 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
2069 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
2070 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
2071 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
2076 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
2083 S_IWUGO}, in sel_fill_super()
2109 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); in sel_fill_super()
2121 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); in sel_fill_super()
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da5xx_debugfs.c157 debugfs_create_file_unsafe("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
/linux-6.1.9/security/smack/
Dsmackfs.c2896 "load-self", &smk_load_self_ops, S_IRUGO|S_IWUGO}, in smk_fill_super()
2898 "access", &smk_access_ops, S_IRUGO|S_IWUGO}, in smk_fill_super()
2904 "load-self2", &smk_load_self2_ops, S_IRUGO|S_IWUGO}, in smk_fill_super()
2906 "access2", &smk_access2_ops, S_IRUGO|S_IWUGO}, in smk_fill_super()
2928 S_IRUGO|S_IWUGO}, in smk_fill_super()
/linux-6.1.9/fs/configfs/
Dfile.c341 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
/linux-6.1.9/arch/s390/hypfs/
Dinode.c123 if (!(inode->i_mode & S_IWUGO)) in hypfs_open()
/linux-6.1.9/fs/cifs/
Dinode.c755 fattr->cf_mode &= ~(S_IWUGO);
1825 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo)
2998 if (((mode & S_IWUGO) == 0) &&
3005 attrs->ia_mode = inode->i_mode & ~S_IWUGO;
3006 } else if ((mode & S_IWUGO) &&
Ddir.c295 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
Dreaddir.c201 fattr->cf_mode &= ~S_IWUGO; in cifs_fill_common_info()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c1394 debugfs_create_file("ras_ctrl", S_IWUGO | S_IRUGO, dir, adev, in amdgpu_ras_debugfs_create_ctrl_node()
1396 debugfs_create_file("ras_eeprom_reset", S_IWUGO | S_IRUGO, dir, adev, in amdgpu_ras_debugfs_create_ctrl_node()
1417 debugfs_create_bool("auto_reboot", S_IWUGO | S_IRUGO, dir, &con->reboot); in amdgpu_ras_debugfs_create_ctrl_node()
1443 debugfs_create_file(obj->fs_data.debugfs_name, S_IWUGO | S_IRUGO, dir, in amdgpu_ras_debugfs_create()
/linux-6.1.9/ipc/
Dsem.c1368 if (ipcperms(ns, &sma->sem_perm, S_IWUGO)) { in semctl_setval()
1425 if (ipcperms(ns, &sma->sem_perm, cmd == SETALL ? S_IWUGO : S_IRUGO)) in semctl_main()
2063 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in __do_semtimedop()
Dmsg.c884 if (ipcperms(ns, &msq->q_perm, S_IWUGO)) in do_msgsnd()
/linux-6.1.9/drivers/vfio/
Dcontainer.c424 .mode = S_IRUGO | S_IWUGO,
/linux-6.1.9/fs/hfsplus/
Dinode.c206 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
/linux-6.1.9/fs/proc/
Dgeneric.c465 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
/linux-6.1.9/fs/kernfs/
Dfile.c656 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
/linux-6.1.9/fs/debugfs/
Dfile.c419 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()
/linux-6.1.9/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c2033 dev_attr->attr.mode &= ~S_IWUGO; in default_attr_update()
2051 dev_attr->attr.mode &= ~S_IWUGO; in default_attr_update()
2058 dev_attr->attr.mode &= ~S_IWUGO; in default_attr_update()
/linux-6.1.9/security/apparmor/
Dapparmorfs.c2533 inode->i_mode = S_IFCHR | S_IRUGO | S_IWUGO; in aa_mk_null_file()
2535 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, in aa_mk_null_file()

12