Home
last modified time | relevance | path

Searched refs:S_IXUGO (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v5.4/tools/perf/trace/beauty/
Dmode_t.c19 #ifndef S_IXUGO
20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/Linux-v5.4/include/linux/
Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/Linux-v5.4/fs/adfs/
Dinode.c94 return S_IFDIR | S_IXUGO | mode; in adfs_atts2mode()
102 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
/Linux-v5.4/fs/fat/
Dfile.c72 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes()
446 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO))) in fat_sanitize_mode()
/Linux-v5.4/fs/sysfs/
Ddir.c60 S_IRWXU | S_IRUGO | S_IXUGO, uid, gid, in sysfs_create_dir_ns()
Dgroup.c137 S_IRWXU | S_IRUGO | S_IXUGO, in internal_create_group()
/Linux-v5.4/fs/configfs/
Dmount.c76 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
/Linux-v5.4/arch/s390/appldata/
Dappldata_base.c78 .mode = S_IRUGO | S_IXUGO,
380 ops->ctl_table[0].mode = S_IRUGO | S_IXUGO; in appldata_register_ops()
/Linux-v5.4/fs/openpromfs/
Dinode.c245 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openpromfs_lookup()
358 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openprom_iget()
/Linux-v5.4/fs/proc/
Dgeneric.c445 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
468 mode = S_IRUGO | S_IXUGO; in proc_mkdir_data()
500 umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO; in proc_create_mount_point()
Dbase.c1719 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner()
3000 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3004 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3006 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3044 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3227 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate()
3403 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3405 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3444 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3521 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_task_instantiate()
Droot.c291 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
Dproc_sysctl.c63 .mode = S_IFDIR|S_IRUGO|S_IXUGO,
984 table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO; in new_dir()
/Linux-v5.4/fs/romfs/
Dsuper.c336 mode |= S_IXUGO; in romfs_iget()
342 mode |= S_IXUGO; in romfs_iget()
/Linux-v5.4/fs/hfs/
Dinode.c219 inode->i_mode |= S_IRUGO|S_IXUGO; in hfs_new_inode()
348 inode->i_mode = S_IRUGO | S_IXUGO; in hfs_read_inode()
/Linux-v5.4/fs/cifs/
Dcifsacl.c583 *pbits_to_set &= ~S_IXUGO; in access_flags_to_mode()
604 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()
632 if (mode & S_IXUGO) in mode_to_access_flags()
/Linux-v5.4/fs/tracefs/
Dinode.c430 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in __create_dir()
/Linux-v5.4/fs/affs/
Dinode.c108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR; in affs_iget()
/Linux-v5.4/fs/devpts/
Dinode.c473 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in devpts_fill_super()
/Linux-v5.4/fs/kernfs/
Ddir.c967 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO, in kernfs_create_root()
1055 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, in kernfs_create_empty_dir()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_fs.c368 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, in add_cntr_files()
/Linux-v5.4/arch/s390/kernel/
Ddebug.c900 .mode = S_IRUGO | S_IXUGO,
1111 mode = (id->mode | S_IFREG) & ~S_IXUGO; in debug_register_view()
/Linux-v5.4/fs/debugfs/
Dinode.c562 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
/Linux-v5.4/fs/isofs/
Dinode.c1361 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in isofs_read_inode()
1378 inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO; in isofs_read_inode()
/Linux-v5.4/fs/afs/
Dinode.c443 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in afs_iget_pseudo_dir()

12