Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dfile.c71 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()
Dfat.h169 if (!(mask & S_IWUGO)) in fat_mode_can_hold_ro()
179 mode &= ~S_IWUGO; in fat_make_mode()
193 if (fat_mode_can_hold_ro(inode) && !(inode->i_mode & S_IWUGO)) in fat_make_attrs()
Dinode.c542 ? S_IRUGO|S_IWUGO : S_IRWXUGO)); in fat_fill_inode()
/linux-4.19.296/fs/adfs/
Dinode.c118 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()
/linux-4.19.296/include/linux/
Dstat.h12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
/linux-4.19.296/fs/hfs/
Dinode.c221 inode->i_mode |= S_IWUGO; in hfs_new_inode()
350 inode->i_mode |= S_IWUGO; in hfs_read_inode()
634 attr->ia_mode = inode->i_mode | S_IWUGO; in hfs_inode_setattr()
636 attr->ia_mode = inode->i_mode & ~S_IWUGO; in hfs_inode_setattr()
/linux-4.19.296/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.c645 fattr->cf_mode &= ~(S_IWUGO);
1491 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo)
2483 if (((mode & S_IWUGO) == 0) &&
2490 attrs->ia_mode = inode->i_mode & ~S_IWUGO;
2491 } else if ((mode & S_IWUGO) &&
Dreaddir.c168 fattr->cf_mode &= ~S_IWUGO; in cifs_fill_common_info()
Ddir.c358 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
/linux-4.19.296/fs/proc/
Dbase.c2631 REG("current", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2633 REG("exec", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2634 REG("fscreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2635 REG("keycreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2636 REG("sockcreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
3052 REG("timerslack_ns", S_IRUGO|S_IWUGO, proc_pid_set_timerslack_ns_operations),
Dgeneric.c462 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
Dproc_sysctl.c1135 if ((table->mode & (S_IRUGO|S_IWUGO)) != table->mode) in sysctl_check_table()
/linux-4.19.296/fs/configfs/
Dfile.c421 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
/linux-4.19.296/fs/hfsplus/
Dinode.c201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
/linux-4.19.296/fs/kernfs/
Dfile.c638 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
/linux-4.19.296/fs/debugfs/
Dfile.c372 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()
/linux-4.19.296/fs/ntfs/
Dmft.c2694 vi->i_mode &= ~S_IWUGO; in ntfs_mft_record_alloc()
Dinode.c619 vi->i_mode &= ~S_IWUGO; in ntfs_read_locked_inode()
/linux-4.19.296/drivers/base/
Dcore.c1566 WARN(((attr->attr.mode & S_IWUGO) && !attr->store), in device_create_file()
/linux-4.19.296/virt/kvm/
Dkvm_main.c3964 stat_data->mode & S_IWUGO ? set : NULL, in kvm_debugfs_open()