S_IWUGO 123 arch/s390/hypfs/inode.c if (!(inode->i_mode & S_IWUGO)) S_IWUGO 1590 drivers/base/core.c WARN(((attr->attr.mode & S_IWUGO) && !attr->store), S_IWUGO 271 drivers/dma/qcom/hidma_mgmt_sys.c (S_IRUGO | S_IWUGO), i, S_IWUGO 277 drivers/dma/qcom/hidma_mgmt_sys.c (S_IRUGO | S_IWUGO), i, S_IWUGO 931 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c con->ent = debugfs_create_file("ras_ctrl", S_IWUGO | S_IRUGO, con->dir, S_IWUGO 951 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c S_IWUGO | S_IRUGO, con->dir, obj, S_IWUGO 170 drivers/gpu/drm/msm/adreno/a5xx_debugfs.c debugfs_create_file("reset", S_IWUGO, minor->debugfs_root, dev, S_IWUGO 2779 drivers/mfd/ab8500-debugfs.c debugfs_create_file("batctrl_and_ibat", (S_IRUGO | S_IWUGO), S_IWUGO 2782 drivers/mfd/ab8500-debugfs.c debugfs_create_file("vbatmeas_and_ibat", (S_IRUGO | S_IWUGO), S_IWUGO 2785 drivers/mfd/ab8500-debugfs.c debugfs_create_file("vbattruemeas_and_ibat", (S_IRUGO | S_IWUGO), S_IWUGO 2788 drivers/mfd/ab8500-debugfs.c debugfs_create_file("battemp_and_ibat", (S_IRUGO | S_IWUGO), S_IWUGO 27 drivers/usb/gadget/function/uvc_configfs.c .ca_mode = S_IRUGO | S_IWUGO, \ S_IWUGO 2177 drivers/vfio/vfio.c .mode = S_IRUGO | S_IWUGO, S_IWUGO 115 fs/adfs/inode.c mode |= S_IWUGO & asb->s_owner_mask; S_IWUGO 121 fs/adfs/inode.c mode |= S_IWUGO & asb->s_other_mask; S_IWUGO 148 fs/adfs/inode.c if (mode & S_IWUGO) S_IWUGO 155 fs/adfs/inode.c if (mode & S_IWUGO) S_IWUGO 577 fs/cifs/cifsacl.c *pbits_to_set &= ~S_IWUGO; S_IWUGO 598 fs/cifs/cifsacl.c *pmode |= (S_IWUGO & (*pbits_to_set)); S_IWUGO 630 fs/cifs/cifsacl.c if (mode & S_IWUGO) S_IWUGO 357 fs/cifs/dir.c if (!tcon->unix_ext && (mode & S_IWUGO) == 0) S_IWUGO 649 fs/cifs/inode.c fattr->cf_mode &= ~(S_IWUGO); S_IWUGO 1498 fs/cifs/inode.c (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo) S_IWUGO 2534 fs/cifs/inode.c if (((mode & S_IWUGO) == 0) && S_IWUGO 2541 fs/cifs/inode.c attrs->ia_mode = inode->i_mode & ~S_IWUGO; S_IWUGO 2542 fs/cifs/inode.c } else if ((mode & S_IWUGO) && S_IWUGO 168 fs/cifs/readdir.c fattr->cf_mode &= ~S_IWUGO; S_IWUGO 407 fs/configfs/file.c if (!(inode->i_mode & S_IWUGO)) S_IWUGO 398 fs/debugfs/file.c if (!(mode & S_IWUGO)) S_IWUGO 197 fs/fat/fat.h if (!(mask & S_IWUGO)) S_IWUGO 207 fs/fat/fat.h mode &= ~S_IWUGO; S_IWUGO 221 fs/fat/fat.h if (fat_mode_can_hold_ro(inode) && !(inode->i_mode & S_IWUGO)) S_IWUGO 72 fs/fat/file.c S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); S_IWUGO 449 fs/fat/file.c if ((perm & S_IWUGO) && ((perm & S_IWUGO) != (S_IWUGO & ~mask))) S_IWUGO 452 fs/fat/file.c if ((perm & S_IWUGO) != (S_IWUGO & ~mask)) S_IWUGO 548 fs/fat/inode.c ? S_IRUGO|S_IWUGO : S_IRWXUGO)); S_IWUGO 221 fs/hfs/inode.c inode->i_mode |= S_IWUGO; S_IWUGO 350 fs/hfs/inode.c inode->i_mode |= S_IWUGO; S_IWUGO 629 fs/hfs/inode.c attr->ia_mode = inode->i_mode | S_IWUGO; S_IWUGO 631 fs/hfs/inode.c attr->ia_mode = inode->i_mode & ~S_IWUGO; S_IWUGO 201 fs/hfsplus/inode.c mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); S_IWUGO 637 fs/kernfs/file.c (!(inode->i_mode & S_IWUGO) || !has_write)) S_IWUGO 593 fs/ntfs/inode.c vi->i_mode &= ~S_IWUGO; S_IWUGO 2680 fs/ntfs/mft.c vi->i_mode &= ~S_IWUGO; S_IWUGO 3090 fs/proc/base.c REG("timerslack_ns", S_IRUGO|S_IWUGO, proc_pid_set_timerslack_ns_operations), S_IWUGO 445 fs/proc/generic.c (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); S_IWUGO 1155 fs/proc/proc_sysctl.c if ((table->mode & (S_IRUGO|S_IWUGO)) != table->mode) S_IWUGO 853 ipc/msg.c if (ipcperms(ns, &msq->q_perm, S_IWUGO)) S_IWUGO 1349 ipc/sem.c if (ipcperms(ns, &sma->sem_perm, S_IWUGO)) { S_IWUGO 1406 ipc/sem.c if (ipcperms(ns, &sma->sem_perm, cmd == SETALL ? S_IWUGO : S_IRUGO)) S_IWUGO 2055 ipc/sem.c if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { S_IWUGO 1467 ipc/shm.c acc_mode = S_IRUGO | S_IWUGO; S_IWUGO 1501 kernel/cgroup/cgroup.c mode |= S_IWUGO; S_IWUGO 1683 net/mac80211/rc80211_minstrel_ht.c debugfs_create_u32("fixed_rate_idx", S_IRUGO | S_IWUGO, debugfsdir, S_IWUGO 2433 security/apparmor/apparmorfs.c inode->i_mode = S_IFCHR | S_IRUGO | S_IWUGO; S_IWUGO 2435 security/apparmor/apparmorfs.c init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, S_IWUGO 6273 security/selinux/hooks.c if (flag & S_IWUGO) S_IWUGO 1906 security/selinux/selinuxfs.c [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, S_IWUGO 1907 security/selinux/selinuxfs.c [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, S_IWUGO 1908 security/selinux/selinuxfs.c [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, S_IWUGO 1909 security/selinux/selinuxfs.c [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, S_IWUGO 1910 security/selinux/selinuxfs.c [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, S_IWUGO 1915 security/selinux/selinuxfs.c [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, S_IWUGO 1922 security/selinux/selinuxfs.c S_IWUGO}, S_IWUGO 1948 security/selinux/selinuxfs.c inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); S_IWUGO 1960 security/selinux/selinuxfs.c init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); S_IWUGO 2874 security/smack/smack_lsm.c if (flags & S_IWUGO) S_IWUGO 2858 security/smack/smackfs.c "load-self", &smk_load_self_ops, S_IRUGO|S_IWUGO}, S_IWUGO 2860 security/smack/smackfs.c "access", &smk_access_ops, S_IRUGO|S_IWUGO}, S_IWUGO 2866 security/smack/smackfs.c "load-self2", &smk_load_self2_ops, S_IRUGO|S_IWUGO}, S_IWUGO 2868 security/smack/smackfs.c "access2", &smk_access2_ops, S_IRUGO|S_IWUGO}, S_IWUGO 2890 security/smack/smackfs.c S_IRUGO|S_IWUGO}, S_IWUGO 16 tools/perf/trace/beauty/mode_t.c #ifndef S_IWUGO S_IWUGO 4088 virt/kvm/kvm_main.c stat_data->mode & S_IWUGO ? set : NULL,