Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 19 of 19) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_pid.c234 …IFLNK | (S_IRUSR | S_IRGRP | S_IROTH) | (S_IWUSR | S_IWGRP | S_IWOTH) | (S_IXUSR | S_IXGRP | S_IXO… in proc_pid_fd_lookup()
366 {"cwd", S_IFLNK | S_IRUSR | S_IXUSR, 0, &proc_pid_cwd_ops, 0, 0},
367 {"exe", S_IFLNK | S_IRUSR | S_IXUSR, 0, &proc_pid_exe_ops, 0, 0},
368 {"fd", S_IFDIR | S_IRUSR | S_IXUSR, &proc_pid_fd_fops, &proc_pid_fd_ops, 0, 0, 0},
369 {"mounts", S_IFLNK | S_IRUSR | S_IXUSR, 0, 0, 0, 0, "/proc/mounts"},
A Dproc_tty.c81 dentry = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
A Dproc.c23 .mode = S_IFDIR | (S_IRUSR | S_IRGRP | S_IROTH) | (S_IXUSR | S_IXGRP | S_IXOTH),
307 mode = (S_IRUSR | S_IRGRP | S_IROTH) | (S_IXUSR | S_IXGRP | S_IXOTH); in proc_mkdir_data()
440 | (S_IWUSR | S_IWGRP | S_IWOTH) | (S_IXUSR | S_IXGRP | S_IXOTH))); in proc_symlink()
/components/libc/compilers/common/extension/sys/
A Dstat.h44 #define S_IXUSR 00100 macro
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c194 …vnode->mode = romfs_modemap[ROMFS_DIRENT_DIR] | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH |… in dfs_romfs_lookup()
199 …vnode->mode = romfs_modemap[ROMFS_DIRENT_FILE] | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH … in dfs_romfs_lookup()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c481 st->st_mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in dfs_tmpfs_stat()
662 vnode->mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in _dfs_tmpfs_lookup()
748 vnode->mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in dfs_tmpfs_create_vnode()
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c205 vnode->mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in _dfs_mqueue_lookup()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c870 st->st_mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in dfs_elm_stat()
962 vnode->mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in dfs_elm_lookup()
993 vnode->mode = S_IFDIR | (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in dfs_elm_create_vnode()
/components/dfs/dfs_v1/filesystems/romfs/
A Ddfs_romfs.c288 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in dfs_romfs_stat()
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c296 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in dfs_device_fs_stat()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c156 … superblock->root.mode = S_IFDIR | (S_IRUSR | S_IRGRP | S_IROTH) | (S_IXUSR | S_IXGRP | S_IXOTH); in devtmpfs_mount()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c43 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c668 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in dfs_iso9660_stat()
/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.c503 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in dfs_tmpfs_stat()
/components/dfs/dfs_v2/src/
A Ddfs_posix.c1291 if ((amode & X_OK) && !(st.st_mode & S_IXUSR)) in access()
A Ddfs_file.c725 if (!(file->vnode->mode & S_IXUSR)) in dfs_file_open()
2655 else if (stat.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) in ls()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c797 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in dfs_elm_stat()
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c1037 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in dfs_cromfs_stat()
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c879 st->st_mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in nfs_stat()

Completed in 32 milliseconds