Home
last modified time | relevance | path

Searched refs:read_flags (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock_int-io.h119 int64_t bytes, BdrvRequestFlags read_flags,
124 int64_t bytes, BdrvRequestFlags read_flags,
H A Dblock_int-common.h589 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags);
603 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags);
H A Dblock-io.h328 int64_t bytes, BdrvRequestFlags read_flags,
/openbmc/qemu/block/
H A Draw-format.c577 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_from() argument
587 bytes, read_flags, write_flags); in raw_co_copy_range_from()
594 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_to() argument
604 read_flags, write_flags); in raw_co_copy_range_to()
H A Dio.c3393 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags, in bdrv_co_copy_range_internal() argument
3401 assert(!(read_flags & BDRV_REQ_NO_FALLBACK)); in bdrv_co_copy_range_internal()
3403 assert(!(read_flags & BDRV_REQ_NO_WAIT)); in bdrv_co_copy_range_internal()
3437 assert(!(read_flags & BDRV_REQ_SERIALISING)); in bdrv_co_copy_range_internal()
3444 read_flags, write_flags); in bdrv_co_copy_range_internal()
3476 BdrvRequestFlags read_flags, in bdrv_co_copy_range_from() argument
3482 read_flags, write_flags); in bdrv_co_copy_range_from()
3484 bytes, read_flags, write_flags, true); in bdrv_co_copy_range_from()
3494 BdrvRequestFlags read_flags, in bdrv_co_copy_range_to() argument
3500 read_flags, write_flags); in bdrv_co_copy_range_to()
[all …]
H A Dtrace-events18 … int64_t src_offset, void *dst, int64_t dst_offset, int64_t bytes, int read_flags, int write_flags…
19 … int64_t src_offset, void *dst, int64_t dst_offset, int64_t bytes, int read_flags, int write_flags…
H A Discsi.c2199 int64_t bytes, BdrvRequestFlags read_flags, in iscsi_co_copy_range_from() argument
2203 read_flags, write_flags); in iscsi_co_copy_range_from()
2338 int64_t bytes, BdrvRequestFlags read_flags, in iscsi_co_copy_range_to() argument
H A Dblock-backend.c2861 int64_t bytes, BdrvRequestFlags read_flags, in blk_co_copy_range() argument
2879 bytes, read_flags, write_flags); in blk_co_copy_range()
H A Dqcow2.c4150 int64_t bytes, BdrvRequestFlags read_flags, in qcow2_co_copy_range_from() argument
4212 cur_bytes, read_flags, cur_write_flags); in qcow2_co_copy_range_from()
4233 int64_t bytes, BdrvRequestFlags read_flags, in qcow2_co_copy_range_to() argument
4270 cur_bytes, read_flags, write_flags); in qcow2_co_copy_range_to()
H A Dfile-posix.c3840 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags) in raw_co_copy_range_from() argument
3843 read_flags, write_flags); in raw_co_copy_range_from()
3850 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_to() argument
/openbmc/linux/drivers/tty/
H A Dn_tty.c113 DECLARE_BITMAP(read_flags, N_TTY_BUF_SIZE);
330 bitmap_zero(ldata->read_flags, N_TTY_BUF_SIZE); in reset_buffer_flags()
1267 set_bit(MASK(ldata->read_head), ldata->read_flags); in n_tty_receive_handle_newline()
1810 bitmap_zero(ldata->read_flags, N_TTY_BUF_SIZE); in n_tty_set_termios()
1816 set_bit(MASK(ldata->read_head - 1), ldata->read_flags); in n_tty_set_termios()
2044 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf()
2048 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf()
2069 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
2103 if (!test_bit(tail, ldata->read_flags)) in canon_skip_eof()
2109 clear_bit(tail, ldata->read_flags); in canon_skip_eof()
[all …]
/openbmc/linux/drivers/staging/axis-fifo/
H A Daxis-fifo.c136 unsigned int read_flags; /* read file flags */ member
365 if (fifo->read_flags & O_NONBLOCK) { in axis_fifo_read()
699 fifo->read_flags = f->f_flags; in axis_fifo_open()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1044 unsigned int index, read_flags, write_flags; in tlb_set_page_full() local
1073 read_flags = full->tlb_fill_flags; in tlb_set_page_full()
1076 read_flags |= TLB_INVALID_MASK; in tlb_set_page_full()
1090 write_flags = read_flags; in tlb_set_page_full()
1115 read_flags = write_flags; in tlb_set_page_full()
1177 tlb_set_compare(full, &tn, addr_page, read_flags, in tlb_set_page_full()
1181 read_flags |= TLB_WATCHPOINT; in tlb_set_page_full()
1183 tlb_set_compare(full, &tn, addr_page, read_flags, in tlb_set_page_full()
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h117 int64_t bytes, BdrvRequestFlags read_flags,
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c194 const int read_flags = KDB_ENABLE_MEM_READ | in kdb_check_for_lockdown() local
204 if (kdb_cmd_enabled & (KDB_ENABLE_ALL | read_flags)) in kdb_check_for_lockdown()
217 kdb_cmd_enabled &= ~read_flags; in kdb_check_for_lockdown()
/openbmc/linux/include/uapi/linux/
H A Dfuse.h785 uint32_t read_flags; member
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h796 uint32_t read_flags; member
/openbmc/linux/fs/fuse/
H A Dfile.c789 ia->read.in.read_flags |= FUSE_READ_LOCKOWNER; in fuse_send_read()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch10682 + .global read_flags @ export this function for the linker
10684 + /* uint32_t read_flags(void) */
10685 +read_flags:
10830 +unsigned int read_flags(void);