Lines Matching refs:S_IXUGO
1846 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner()
3175 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3178 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3179 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3181 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3222 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3349 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate()
3523 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3524 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3526 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3565 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3648 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_task_instantiate()