/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
D | mode_t.c | 16 #ifndef S_IWUGO 17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
/kernel/linux/linux-5.10/fs/adfs/ |
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()
|
/kernel/linux/linux-5.10/fs/fat/ |
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()
|
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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | stat.h | 12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
/kernel/linux/linux-5.10/drivers/dma/qcom/ |
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()
|
/kernel/linux/linux-5.10/fs/hfs/ |
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()
|
/kernel/linux/linux-5.10/security/selinux/ |
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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
D | a5xx_debugfs.c | 157 debugfs_create_file("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
D | config.c | 260 .ca_mode = S_IRUGO | S_IWUGO, \
|
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
D | config.c | 263 .ca_mode = S_IRUGO | S_IWUGO, \
|
/kernel/linux/linux-5.10/fs/cifs/ |
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()
|
D | inode.c | 719 fattr->cf_mode &= ~(S_IWUGO); 1772 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo) 2851 if (((mode & S_IWUGO) == 0) && 2858 attrs->ia_mode = inode->i_mode & ~S_IWUGO; 2859 } else if ((mode & S_IWUGO) &&
|
D | dir.c | 355 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
|
D | readdir.c | 214 fattr->cf_mode &= ~S_IWUGO; in cifs_fill_common_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
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()
|
/kernel/linux/linux-5.10/security/smack/ |
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()
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
D | inode.c | 123 if (!(inode->i_mode & S_IWUGO)) in hypfs_open()
|
/kernel/linux/linux-5.10/fs/configfs/ |
D | file.c | 407 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
|
/kernel/linux/linux-5.10/ipc/ |
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() 2073 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | inode.c | 201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
D | file.c | 618 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | generic.c | 467 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
|
D | base.c | 3443 REG("timerslack_ns", S_IRUGO|S_IWUGO, proc_pid_set_timerslack_ns_operations), 3457 REG("sched_rtg_ctrl", S_IRUGO|S_IWUGO, proc_rtg_operations), 3460 REG("sched_group_id", S_IRUGO|S_IWUGO, proc_pid_sched_group_id_operations), 3795 REG("sched_group_id", S_IRUGO|S_IWUGO, proc_pid_sched_group_id_operations),
|
/kernel/linux/linux-5.10/fs/debugfs/ |
D | file.c | 403 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()
|