Searched refs:f_flags (Results 1 - 13 of 13) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/ |
H A D | statfs.h | 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4]; member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_fileops.c | 123 if (((((struct file *)filp)->f_flags & O_ACCMODE) & (O_RDONLY | O_RDWR)) != 0) { in osal_klib_user_fread() 152 if (((((struct file *)filp)->f_flags & O_ACCMODE) & (O_WRONLY | O_RDWR)) == 0) { in osal_klib_user_fwrite()
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 801 int f_flags; in map_create() local 817 f_flags = bpf_get_file_flag(attr->map_flags); in map_create() 818 if (f_flags < 0) { in map_create() 819 return f_flags; in map_create() 881 err = bpf_map_new_fd(map, f_flags); in map_create() 3310 int f_flags; in bpf_map_get_fd_by_id() local 3321 f_flags = bpf_get_file_flag(attr->open_flags); in bpf_map_get_fd_by_id() 3322 if (f_flags < 0) { in bpf_map_get_fd_by_id() 3323 return f_flags; in bpf_map_get_fd_by_id() 3339 fd = bpf_map_new_fd(map, f_flags); in bpf_map_get_fd_by_id() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_file.c | 356 if (filp->f_flags & O_EXCL) { in drm_open_helper() 623 if (filp->f_flags & O_NONBLOCK) { in drm_read()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | shm.c | 1542 int f_flags;
in do_shmat() local 1578 f_flags = O_RDONLY;
in do_shmat() 1582 f_flags = O_RDWR;
in do_shmat() 1642 file = alloc_file_clone(base, f_flags, is_file_hugepages(base) ? &shm_file_operations_huge : &shm_file_operations);
in do_shmat()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_jm.c | 593 if (filp->f_flags & O_NONBLOCK) { in reader_read()
|
H A D | mali_kbase_core_linux.c | 2041 if (filp->f_flags & O_NONBLOCK) { in kbase_read()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_jm.c | 595 if (filp->f_flags & O_NONBLOCK) { in reader_read()
|
H A D | mali_kbase_core_linux.c | 2071 if (filp->f_flags & O_NONBLOCK) in kbase_read()
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 561 file->f_flags = flags & (O_ACCMODE | O_NONBLOCK); in dma_buf_getfile() 1516 buf_obj->size, buf_obj->file->f_flags, buf_obj->file->f_mode, file_count(buf_obj->file), in dma_buf_debug_show()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | mmz_userdev.c | 924 if (file->f_flags & O_SYNC) {
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 1845 if (filp->f_flags & O_NONBLOCK) {
in kbase_read()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 1955 if (filp->f_flags & O_NONBLOCK) in kbase_read()
|
Completed in 40 milliseconds