Searched refs:S_IFLNK (Results 1 – 6 of 6) sorted by relevance
| /components/libc/compilers/common/extension/sys/ |
| A D | stat.h | 23 #define S_IFLNK 0120000 macro 33 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_pid.c | 234 …dentry->mode = (S_IFLNK | (S_IRUSR | S_IRGRP | S_IROTH) | (S_IWUSR | S_IWGRP | S_IWOTH) | (S_IXUSR… 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}, 369 {"mounts", S_IFLNK | S_IRUSR | S_IXUSR, 0, 0, 0, 0, "/proc/mounts"},
|
| A D | proc.c | 439 dentry = proc_create(&_parent, name, (S_IFLNK | (S_IRUSR | S_IRGRP | S_IROTH) in proc_symlink()
|
| /components/dfs/dfs_v2/filesystems/romfs/ |
| A D | dfs_romfs.c | 30 S_IFLNK | 0777, /* symlink */
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 374 l_file->mode |= S_IFLNK; in devtmpfs_symlink()
|
| /components/dfs/dfs_v2/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 1093 st->st_mode |= S_IFLNK; in dfs_cromfs_stat() 1226 vnode->mode = S_IFLNK | (0777); in dfs_cromfs_lookup()
|
Completed in 11 milliseconds