Searched refs:S_IXUSR (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/linux/ |
D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
/linux-4.19.296/include/uapi/linux/ |
D | stat.h | 32 #define S_IXUSR 00100 macro
|
/linux-4.19.296/fs/proc/ |
D | fd.c | 109 i_mode |= S_IRUSR | S_IXUSR; in tid_fd_update_inode() 111 i_mode |= S_IWUSR | S_IXUSR; in tid_fd_update_inode()
|
D | proc_tty.c | 176 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
|
D | base.c | 2963 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 2964 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 2965 DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3349 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3350 DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations),
|
/linux-4.19.296/fs/orangefs/ |
D | orangefs-utils.c | 120 perm_mode |= S_IXUSR; in orangefs_inode_perms() 559 S_IXUSR, S_IWUSR, S_IRUSR, in ORANGEFS_util_translate_mode()
|
/linux-4.19.296/fs/afs/ |
D | security.c | 385 if ((mask & MAY_EXEC) && !(inode->i_mode & S_IXUSR)) in afs_permission()
|
/linux-4.19.296/fs/affs/ |
D | inode.c | 101 inode->i_mode |= S_IXUSR; in affs_iget()
|
/linux-4.19.296/fs/tracefs/ |
D | inode.c | 521 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|