Searched refs:S_IXUGO (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c19 #ifndef S_IXUGO
20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/linux-master/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/linux-master/fs/configfs/
H A Dmount.c74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO,
H A Ddir.c286 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/adfs/
H A Dinode.c100 return S_IFDIR | S_IXUGO | mode;
108 rmask = S_IRUGO | S_IXUGO;
/linux-master/fs/fat/
H A Dfile.c72 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO));
444 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO)))
/linux-master/fs/openpromfs/
H A Dinode.c247 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
393 root_inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
/linux-master/fs/romfs/
H A Dsuper.c337 mode |= S_IXUGO;
343 mode |= S_IXUGO;
/linux-master/fs/tracefs/
H A Devent_inode.c411 S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO);
812 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/afs/
H A Ddynroot.c81 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
/linux-master/fs/proc/
H A Droot.c368 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
H A Dgeneric.c464 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1);
487 mode = S_IRUGO | S_IXUGO;
526 umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO;
H A Dbase.c1845 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) {
3249 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3252 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3253 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3255 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3296 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3428 S_IFDIR | S_IRUGO | S_IXUGO);
3603 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3604 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3606 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operation
[all...]
H A Dproc_sysctl.c72 .mode = S_IFDIR|S_IRUGO|S_IXUGO,
967 table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO;
/linux-master/fs/affs/
H A Dinode.c108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c366 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
/linux-master/fs/devpts/
H A Dinode.c454 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR;
/linux-master/fs/sysfs/
H A Dgroup.c148 mode = S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/hfs/
H A Dinode.c220 inode->i_mode |= S_IRUGO|S_IXUGO;
349 inode->i_mode = S_IRUGO | S_IXUGO;
/linux-master/fs/debugfs/
H A Dinode.c615 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/isofs/
H A Dinode.c1368 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
1385 inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO;
/linux-master/fs/kernfs/
H A Ddir.c988 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO,
1093 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR,
/linux-master/fs/ubifs/
H A Dsb.c305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
/linux-master/fs/fuse/
H A Ddir.c1556 if (!(inode->i_mode & S_IXUGO)) {
1561 if (!err && !(inode->i_mode & S_IXUGO))
/linux-master/fs/jffs2/
H A Dreadinode.c1210 latest_node->mode = cpu_to_jemode(S_IFDIR|S_IRUGO|S_IWUSR|S_IXUGO);

Completed in 431 milliseconds

12