Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dmode_t.c16 #ifndef S_IWUGO
17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/kernel/linux/linux-5.10/fs/adfs/
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()
/kernel/linux/linux-5.10/fs/fat/
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()
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()
/kernel/linux/linux-5.10/include/linux/
Dstat.h12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/hfs/
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()
/kernel/linux/linux-5.10/security/selinux/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Da5xx_debugfs.c157 debugfs_create_file("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
/kernel/linux/linux-5.10/fs/sharefs/
Dconfig.c260 .ca_mode = S_IRUGO | S_IWUGO, \
/kernel/linux/linux-5.10/fs/hmdfs/authority/
Dconfig.c263 .ca_mode = S_IRUGO | S_IWUGO, \
/kernel/linux/linux-5.10/fs/cifs/
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()
Dinode.c719 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) &&
Ddir.c355 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
Dreaddir.c214 fattr->cf_mode &= ~S_IWUGO; in cifs_fill_common_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
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()
/kernel/linux/linux-5.10/security/smack/
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()
/kernel/linux/linux-5.10/arch/s390/hypfs/
Dinode.c123 if (!(inode->i_mode & S_IWUGO)) in hypfs_open()
/kernel/linux/linux-5.10/fs/configfs/
Dfile.c407 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
/kernel/linux/linux-5.10/ipc/
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()
2073 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop()
/kernel/linux/linux-5.10/fs/hfsplus/
Dinode.c201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
/kernel/linux/linux-5.10/fs/kernfs/
Dfile.c618 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
/kernel/linux/linux-5.10/fs/proc/
Dgeneric.c467 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
Dbase.c3443 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/
Dfile.c403 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()

12