Lines Matching refs:S_IXUGO
1845 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner()
3174 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3177 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3178 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3180 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3221 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3348 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate()
3521 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3522 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3524 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3563 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3646 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_task_instantiate()