Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 17 of 17) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h26 #define S_IFDIR 0040000 macro
35 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/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()
320 st->st_mode |= S_IFDIR; in dfs_device_fs_stat()
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c23 .mode = S_IFDIR | (S_IRUSR | S_IRGRP | S_IROTH) | (S_IXUSR | S_IXGRP | S_IXOTH),
309 dentry = proc_create(&_parent, name, S_IFDIR | mode); in proc_mkdir_data()
A Dproc_pid.c368 {"fd", S_IFDIR | S_IRUSR | S_IXUSR, &proc_pid_fd_fops, &proc_pid_fd_ops, 0, 0, 0},
/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/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()
880 if (S_IFDIR & st->st_mode) 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_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()
541 vnode->mode |= S_IFDIR; in devtmpfs_create_vnode()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c54 #define ROOT_DEFUALT_FILE_MODE (S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR)
529 vnode->mode |= S_IFDIR; in ptyfs_ops_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_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_v2/filesystems/romfs/
A Ddfs_romfs.c28 S_IFDIR | 0644, /* directory */
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1087 st->st_mode |= S_IFDIR; in dfs_cromfs_stat()
1220 vnode->mode = S_IFDIR | (0777); in dfs_cromfs_lookup()
/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_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