Home
last modified time | relevance | path

Searched refs:FT_REGULAR (Results 1 – 21 of 21) sorted by relevance

/components/libc/compilers/common/include/
A Ddirent.h25 #define FT_REGULAR 0 /* regular file */ macro
/components/dfs/dfs_v1/include/
A Ddfs.h60 #define FT_REGULAR 0 /* regular file */ macro
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c153 vnode->type = FT_REGULAR; in dfs_mqueue_create_vnode()
195 vnode->type = FT_REGULAR; in _dfs_mqueue_lookup()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c486 file->vnode->type = FT_REGULAR; in dfs_elm_open()
528 else if (file->vnode->type == FT_REGULAR) in dfs_elm_close()
650 if (file->vnode->type == FT_REGULAR) in dfs_elm_lseek()
968 vnode->type = FT_REGULAR; in dfs_elm_lookup()
1000 vnode->type = FT_REGULAR; in dfs_elm_create_vnode()
/components/dfs/dfs_v1/src/
A Ddfs_file.c242 vnode->type = FT_REGULAR; in dfs_file_open()
388 if (fd->vnode->type == FT_REGULAR || fd->vnode->type == FT_DEVICE) in dfs_file_ioctl()
741 if (fd == NULL || fd->vnode->type != FT_REGULAR || length < 0) in dfs_file_ftruncate()
A Ddfs.c951 else if (fd->vnode->type == FT_REGULAR) rt_kprintf("%-7.7s ", "file"); in list_fd()
1014 else if (fd->vnode->type == FT_REGULAR) rt_kprintf("%-7.7s ", "file"); in lsofp()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c445 file->vnode->type = FT_REGULAR; in dfs_elm_open()
486 else if (file->vnode->type == FT_REGULAR) in dfs_elm_close()
599 if (file->vnode->type == FT_REGULAR) in dfs_elm_lseek()
/components/libc/posix/io/signalfd/
A Dsignalfd.c306 dfs_vnode_init(df->vnode, FT_REGULAR, &signalfd_fops); in signalfd_do()
/components/dfs/dfs_v1/filesystems/romfs/
A Ddfs_romfs.c257 file->vnode->type = FT_REGULAR; in dfs_romfs_open()
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c200 vnode->type = FT_REGULAR; in dfs_romfs_lookup()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c668 vnode->type = FT_REGULAR; in _dfs_tmpfs_lookup()
755 vnode->type = FT_REGULAR; in dfs_tmpfs_create_vnode()
/components/dfs/dfs_v2/src/
A Ddfs_file.c270 if (file->vnode->type == FT_REGULAR) in dfs_file_get_fpos()
295 if (file->vnode->type != FT_REGULAR) in dfs_file_set_fpos()
675 … vnode = mnt->fs_ops->create_vnode(dentry, oflags & O_DIRECTORY ? FT_DIRECTORY:FT_REGULAR, mode); in dfs_file_open()
2478 if (file->vnode->type == FT_REGULAR) in dfs_file_mmap2()
A Ddfs.c1127 else if (file->vnode->type == FT_REGULAR) rt_kprintf("%-7.7s ", "file"); in list_fd()
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c357 vnode->type = FT_REGULAR; in dfs_procfs_lookup()
/components/libc/posix/io/timerfd/
A Dtimerfd.c244 dfs_vnode_init(df->vnode, FT_REGULAR, &timerfd_fops); in timerfd_do_create()
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c735 else if (file->vnode->type == FT_REGULAR) in nfs_close()
834 file->vnode->type = FT_REGULAR; in nfs_open()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c605 vnode = devtmpfs_create_vnode(dentry, FT_REGULAR, dfs_devfs_device_to_mode(device)); in devtmpfs_lookup()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c533 else if (type == FT_REGULAR) in ptyfs_ops_create_vnode()
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1028 file->vnode->type = FT_REGULAR; in dfs_cromfs_open()
1233 vnode->type = FT_REGULAR; in dfs_cromfs_lookup()
/components/libc/posix/io/epoll/
A Depoll.c351 dfs_vnode_init(df->vnode, FT_REGULAR, &epoll_fops); in epoll_epf_init()
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c977 file->vnode->type = FT_REGULAR; in dfs_cromfs_open()

Completed in 776 milliseconds