Home
last modified time | relevance | path

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

12

/linux-3.4.99/net/sunrpc/
Drpc_pipe.c940 return rpc_mkdir_populate(dentry, name, S_IRUGO | S_IXUGO, NULL, in rpc_create_client_dir()
1024 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1028 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1032 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1036 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1040 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1044 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1048 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1052 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
/linux-3.4.99/fs/proc/
Dgeneric.c642 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
683 ent = __proc_create(&parent, name, S_IFDIR | S_IRUGO | S_IXUGO, 2); in proc_net_mkdir()
698 return proc_mkdir_mode(name, S_IRUGO | S_IXUGO, parent); in proc_mkdir()
710 mode |= S_IRUGO | S_IXUGO; in create_proc_entry()
741 mode |= S_IRUGO | S_IXUGO; in proc_create_data()
Droot.c254 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
Dbase.c1576 if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) || in pid_getattr()
1617 if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) || in pid_revalidate()
2949 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
2955 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
2957 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
2994 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3159 inode->i_mode = S_IFDIR|S_IRUGO|S_IXUGO; in proc_pid_instantiate()
3320 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3352 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3423 inode->i_mode = S_IFDIR|S_IRUGO|S_IXUGO; in proc_task_instantiate()
/linux-3.4.99/fs/fat/
Dfile.c70 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes()
337 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO))) in fat_sanitize_mode()
/linux-3.4.99/include/linux/
Dstat.h54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/linux-3.4.99/fs/adfs/
Dinode.c92 return S_IFDIR | S_IXUGO | mode; in adfs_atts2mode()
100 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
/linux-3.4.99/fs/configfs/
Dmount.c80 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
/linux-3.4.99/security/
Dinode.c174 S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in securityfs_create_dir()
/linux-3.4.99/fs/openpromfs/
Dinode.c242 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openpromfs_lookup()
369 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openprom_iget()
/linux-3.4.99/fs/sysfs/
Dmount.c39 .s_mode = S_IFDIR | S_IRUGO | S_IXUGO,
/linux-3.4.99/arch/s390/appldata/
Dappldata_base.c78 .mode = S_IRUGO | S_IXUGO,
445 ops->ctl_table[0].mode = S_IRUGO | S_IXUGO; in appldata_register_ops()
/linux-3.4.99/fs/romfs/
Dsuper.c354 mode |= S_IXUGO; in romfs_iget()
363 mode |= S_IXUGO; in romfs_iget()
/linux-3.4.99/sound/core/
Dinfo.c544 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO; in snd_info_init()
557 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO; in snd_info_init()
610 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO; in snd_info_card_create()
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_fs.c241 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, in create_device_files()
/linux-3.4.99/fs/hfs/
Dinode.c208 inode->i_mode |= S_IRUGO|S_IXUGO; in hfs_new_inode()
336 inode->i_mode = S_IRUGO | S_IXUGO; in hfs_read_inode()
/linux-3.4.99/fs/cifs/
Dcifsacl.c742 *pbits_to_set &= ~S_IXUGO; in access_flags_to_mode()
763 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()
791 if (mode & S_IXUGO) in mode_to_access_flags()
/linux-3.4.99/fs/debugfs/
Dinode.c411 S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in debugfs_create_dir()
/linux-3.4.99/fs/afs/
Dinode.c175 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in afs_iget_autocell()
/linux-3.4.99/fs/ncpfs/
Dinode.c191 inode->i_mode |= (inode->i_mode >> 2) & S_IXUGO; in ncp_update_attrs()
913 if (newmode & ~server->m.file_mode & S_IXUGO) in ncp_notify_change()
/linux-3.4.99/fs/devpts/
Dinode.c372 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in devpts_fill_super()
/linux-3.4.99/sound/pci/ac97/
Dac97_proc.c477 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO; in snd_ac97_bus_proc_init()
/linux-3.4.99/fs/affs/
Dinode.c111 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR; in affs_iget()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_fs.c382 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, in add_cntr_files()
/linux-3.4.99/arch/s390/kernel/
Ddebug.c920 .mode = S_IRUGO | S_IXUGO,
1120 mode = (id->mode | S_IFREG) & ~S_IXUGO; in debug_register_view()

12