Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 6 of 6) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h23 #define S_IFLNK 0120000 macro
33 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_pid.c234 …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 Dproc.c439 dentry = proc_create(&_parent, name, (S_IFLNK | (S_IRUSR | S_IRGRP | S_IROTH) in proc_symlink()
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c30 S_IFLNK | 0777, /* symlink */
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c374 l_file->mode |= S_IFLNK; in devtmpfs_symlink()
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1093 st->st_mode |= S_IFLNK; in dfs_cromfs_stat()
1226 vnode->mode = S_IFLNK | (0777); in dfs_cromfs_lookup()

Completed in 17 milliseconds