Searched refs:S_IWUGO (Results 1 - 25 of 37) sorted by path

12

/linux-master/drivers/dma/qcom/
H A Dhidma_mgmt_sys.c271 (S_IRUGO | S_IWUGO), i,
277 (S_IRUGO | S_IWUGO), i,
/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c16 #ifndef S_IWUGO
17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/linux-master/arch/s390/hypfs/
H A Dinode.c123 if (!(inode->i_mode & S_IWUGO))
/linux-master/drivers/base/
H A Dcore.c3080 WARN(((attr->attr.mode & S_IWUGO) && !attr->store),
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1833 debugfs_create_file("ras_ctrl", S_IWUGO | S_IRUGO, dir, adev,
1835 debugfs_create_file("ras_eeprom_reset", S_IWUGO | S_IRUGO, dir, adev,
1857 debugfs_create_bool("auto_reboot", S_IWUGO | S_IRUGO, dir, &con->reboot);
1883 debugfs_create_file(obj->fs_data.debugfs_name, S_IWUGO | S_IRUGO, dir,
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c2087 dev_attr->attr.mode &= ~S_IWUGO;
2320 dev_attr->attr.mode &= ~S_IWUGO;
2337 dev_attr->attr.mode &= ~S_IWUGO;
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_debugfs.c157 debugfs_create_file_unsafe("reset", S_IWUGO, minor->debugfs_root, dev,
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c25 .ca_mode = S_IRUGO | S_IWUGO, \
/linux-master/drivers/vfio/
H A Dcontainer.c413 .mode = S_IRUGO | S_IWUGO,
/linux-master/fs/adfs/
H A Dinode.c121 mode |= S_IWUGO & asb->s_owner_mask;
127 mode |= S_IWUGO & asb->s_other_mask;
154 if (mode & S_IWUGO)
161 if (mode & S_IWUGO)
/linux-master/fs/configfs/
H A Dfile.c341 if (!(inode->i_mode & S_IWUGO))
/linux-master/fs/debugfs/
H A Dfile.c511 if (!(mode & S_IWUGO))
/linux-master/fs/fat/
H A Dfat.h180 * If ->i_mode can't hold S_IWUGO (i.e. ATTR_RO), we use ->i_attrs to
198 if (!(mask & S_IWUGO))
208 mode &= ~S_IWUGO;
222 if (fat_mode_can_hold_ro(inode) && !(inode->i_mode & S_IWUGO))
H A Dfile.c72 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO));
447 if ((perm & S_IWUGO) && ((perm & S_IWUGO) != (S_IWUGO & ~mask)))
450 if ((perm & S_IWUGO) != (S_IWUGO & ~mask))
H A Dinode.c546 ? S_IRUGO|S_IWUGO : S_IRWXUGO));
/linux-master/fs/hfs/
H A Dinode.c222 inode->i_mode |= S_IWUGO;
351 inode->i_mode |= S_IWUGO;
637 attr->ia_mode = inode->i_mode | S_IWUGO;
639 attr->ia_mode = inode->i_mode & ~S_IWUGO;
/linux-master/fs/hfsplus/
H A Dinode.c202 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask));
/linux-master/fs/kernfs/
H A Dfile.c613 (!(inode->i_mode & S_IWUGO) || !has_write))
/linux-master/fs/proc/
H A Dbase.c3345 REG("timerslack_ns", S_IRUGO|S_IWUGO, proc_pid_set_timerslack_ns_operations),
H A Dgeneric.c464 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1);
H A Dproc_sysctl.c1147 if ((entry->mode & (S_IRUGO|S_IWUGO)) != entry->mode)
/linux-master/fs/smb/client/
H A Dcifsacl.c659 if (mode & S_IWUGO)
H A Ddir.c311 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
H A Dinode.c784 fattr->cf_mode &= ~(S_IWUGO);
1932 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo)
3107 if (((mode & S_IWUGO) == 0) &&
3114 attrs->ia_mode = inode->i_mode & ~S_IWUGO;
3115 } else if ((mode & S_IWUGO) &&
H A Dreaddir.c193 fattr->cf_mode &= ~S_IWUGO;

Completed in 371 milliseconds

12