Searched refs:S_IWUGO (Results 1 – 21 of 21) sorted by relevance
/linux-4.19.296/fs/fat/ |
D | file.c | 71 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()
|
D | fat.h | 169 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()
|
D | inode.c | 542 ? S_IRUGO|S_IWUGO : S_IRWXUGO)); in fat_fill_inode()
|
/linux-4.19.296/fs/adfs/ |
D | inode.c | 118 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/ |
D | stat.h | 12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) macro
|
/linux-4.19.296/fs/hfs/ |
D | inode.c | 221 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/ |
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 | 645 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) &&
|
D | readdir.c | 168 fattr->cf_mode &= ~S_IWUGO; in cifs_fill_common_info()
|
D | dir.c | 358 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
|
/linux-4.19.296/fs/proc/ |
D | base.c | 2631 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),
|
D | generic.c | 462 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
|
D | proc_sysctl.c | 1135 if ((table->mode & (S_IRUGO|S_IWUGO)) != table->mode) in sysctl_check_table()
|
/linux-4.19.296/fs/configfs/ |
D | file.c | 421 if (!(inode->i_mode & S_IWUGO)) in __configfs_open_file()
|
/linux-4.19.296/fs/hfsplus/ |
D | inode.c | 201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
|
/linux-4.19.296/fs/kernfs/ |
D | file.c | 638 (!(inode->i_mode & S_IWUGO) || !has_write)) in kernfs_fop_open()
|
/linux-4.19.296/fs/debugfs/ |
D | file.c | 372 if (!(mode & S_IWUGO)) in debugfs_create_mode_unsafe()
|
/linux-4.19.296/fs/ntfs/ |
D | mft.c | 2694 vi->i_mode &= ~S_IWUGO; in ntfs_mft_record_alloc()
|
D | inode.c | 619 vi->i_mode &= ~S_IWUGO; in ntfs_read_locked_inode()
|
/linux-4.19.296/drivers/base/ |
D | core.c | 1566 WARN(((attr->attr.mode & S_IWUGO) && !attr->store), in device_create_file()
|
/linux-4.19.296/virt/kvm/ |
D | kvm_main.c | 3964 stat_data->mode & S_IWUGO ? set : NULL, in kvm_debugfs_open()
|