Home
last modified time | relevance | path

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

12

/linux/tools/perf/trace/beauty/
H A Dmode_t.c19 #ifndef S_IXUGO
20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/linux/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/linux/fs/fat/
H A Dfile.c73 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes()
445 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO))) in fat_sanitize_mode()
/linux/fs/adfs/
H A Dinode.c100 return S_IFDIR | S_IXUGO | mode; in adfs_atts2mode()
108 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
/linux/fs/openpromfs/
H A Dinode.c247 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openpromfs_lookup()
392 root_inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openprom_fill_super()
/linux/fs/configfs/
H A Dmount.c74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
H A Ddir.c296 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
/linux/fs/proc/
H A Dbase.c1906 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner()
3313 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3316 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3317 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3319 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3358 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3490 S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate()
3662 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3663 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3665 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
[all …]
H A Dgeneric.c490 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
513 mode = S_IRUGO | S_IXUGO; in _proc_mkdir()
552 umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO; in proc_create_mount_point()
H A Droot.c448 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
H A Dproc_sysctl.c74 .mode = S_IFDIR|S_IRUGO|S_IXUGO,
977 table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO; in new_dir()
/linux/fs/romfs/
H A Dsuper.c327 mode |= S_IXUGO; in romfs_iget()
333 mode |= S_IXUGO; in romfs_iget()
/linux/fs/tracefs/
H A Devent_inode.c413 umode_t mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in lookup_dir_entry()
809 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in eventfs_create_events_dir()
/linux/fs/hfs/
H A Dinode.c244 inode->i_mode |= S_IRUGO|S_IXUGO; in hfs_new_inode()
381 inode->i_mode = S_IRUGO | S_IXUGO; in hfs_read_inode()
/linux/fs/sysfs/
H A Dgroup.c157 mode = S_IRWXU | S_IRUGO | S_IXUGO; in internal_create_group()
/linux/fs/devpts/
H A Dinode.c379 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in devpts_fill_super()
/linux/fs/affs/
H A Dinode.c108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR; in affs_iget()
/linux/fs/kernfs/
H A Ddir.c1015 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO, in kernfs_create_root()
1120 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, in kernfs_create_empty_dir()
/linux/fs/isofs/
H A Dinode.c1325 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in isofs_read_inode()
1342 inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO; in isofs_read_inode()
/linux/fs/debugfs/
H A Dinode.c585 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
/linux/fs/ubifs/
H A Dsb.c305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
/linux/fs/fuse/
H A Ddir.c1803 if (!(inode->i_mode & S_IXUGO)) { in fuse_permission()
1808 if (!err && !(inode->i_mode & S_IXUGO)) in fuse_permission()
/linux/arch/s390/kernel/
H A Ddebug.c1345 mode = (id->mode | S_IFREG) & ~S_IXUGO; in debug_register_view()
/linux/fs/jffs2/
H A Dreadinode.c1210 latest_node->mode = cpu_to_jemode(S_IFDIR|S_IRUGO|S_IWUSR|S_IXUGO); in jffs2_do_read_inode_internal()
/linux/ipc/
H A Dshm.c1573 acc_mode |= S_IXUGO; in do_shmat()

12