/openbmc/linux/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
|
/openbmc/linux/fs/fat/ |
H A D | file.c | 72 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()
|
H A D | fat.h | 198 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()
|
/openbmc/linux/fs/adfs/ |
H A D | inode.c | 118 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()
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
/openbmc/linux/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()
|
/openbmc/linux/fs/hfs/ |
H A D | inode.c | 227 inode->i_mode |= S_IWUGO; in hfs_new_inode() 358 inode->i_mode |= S_IWUGO; in hfs_read_inode() 644 attr->ia_mode = inode->i_mode | S_IWUGO; in hfs_inode_setattr() 646 attr->ia_mode = inode->i_mode & ~S_IWUGO; in hfs_inode_setattr()
|
/openbmc/linux/security/selinux/ |
H A D | selinuxfs.c | 1995 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1996 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1997 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1998 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1999 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2004 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2011 S_IWUGO}, in sel_fill_super() 2037 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); in sel_fill_super() 2049 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); in sel_fill_super()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_debugfs.c | 157 debugfs_create_file_unsafe("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
|
/openbmc/linux/security/smack/ |
H A D | smackfs.c | 2907 "load-self", &smk_load_self_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2909 "access", &smk_access_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2915 "load-self2", &smk_load_self2_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2917 "access2", &smk_access2_ops, S_IRUGO|S_IWUGO}, in smk_fill_super() 2939 S_IRUGO|S_IWUGO}, in smk_fill_super()
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 872 fattr->cf_mode &= ~(S_IWUGO); in cifs_open_info_to_fattr() 1298 fattr->cf_mode &= ~(S_IWUGO); in cifs_get_fattr() 2025 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo) 3198 if (((mode & S_IWUGO) == 0) && 3205 attrs->ia_mode = inode->i_mode & ~S_IWUGO; 3206 } else if ((mode & S_IWUGO) &&
|
H A D | dir.c | 311 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
|
H A D | readdir.c | 209 fattr->cf_mode &= ~S_IWUGO; in cifs_fill_common_info()
|
/openbmc/linux/arch/s390/hypfs/ |
H A D | inode.c | 123 if (!(inode->i_mode & S_IWUGO)) in hypfs_open()
|
/openbmc/linux/fs/configfs/ |
H A D | file.c | 341 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
|
/openbmc/linux/drivers/vfio/ |
H A D | container.c | 413 .mode = S_IRUGO | S_IWUGO,
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras.c | 1500 debugfs_create_file("ras_ctrl", S_IWUGO | S_IRUGO, dir, adev, in amdgpu_ras_debugfs_create_ctrl_node() 1502 debugfs_create_file("ras_eeprom_reset", S_IWUGO | S_IRUGO, dir, adev, in amdgpu_ras_debugfs_create_ctrl_node() 1524 debugfs_create_bool("auto_reboot", S_IWUGO | S_IRUGO, dir, &con->reboot); in amdgpu_ras_debugfs_create_ctrl_node() 1550 debugfs_create_file(obj->fs_data.debugfs_name, S_IWUGO | S_IRUGO, dir, in amdgpu_ras_debugfs_create()
|
/openbmc/linux/ipc/ |
H A D | sem.c | 1368 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() 2061 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in __do_semtimedop()
|
H A D | msg.c | 884 if (ipcperms(ns, &msq->q_perm, S_IWUGO)) in do_msgsnd()
|
/openbmc/linux/fs/proc/ |
H A D | generic.c | 464 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
|
/openbmc/linux/fs/hfsplus/ |
H A D | inode.c | 206 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
|
/openbmc/linux/fs/kernfs/ |
H A D | file.c | 662 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 2105 dev_attr->attr.mode &= ~S_IWUGO; in default_attr_update() 2123 dev_attr->attr.mode &= ~S_IWUGO; in default_attr_update() 2130 dev_attr->attr.mode &= ~S_IWUGO; in default_attr_update()
|
/openbmc/linux/fs/debugfs/ |
H A D | file.c | 427 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 2553 inode->i_mode = S_IFCHR | S_IRUGO | S_IWUGO; in aa_mk_null_file() 2555 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, in aa_mk_null_file()
|