Lines Matching refs:S_IXUGO
1849 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner()
3180 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3183 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3184 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3186 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3227 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3354 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate()
3528 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3529 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3531 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3570 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3653 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_task_instantiate()