Searched refs:fd_flags (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/tools/testing/selftests/dmabuf-heaps/ |
D | dmabuf-heap.c | 105 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, in dmabuf_heap_alloc_fdflags() argument 111 .fd_flags = fd_flags, in dmabuf_heap_alloc_fdflags() 308 __u32 fd_flags; in dmabuf_heap_alloc_older() member 312 .fd_flags = O_RDWR | O_CLOEXEC, in dmabuf_heap_alloc_older() 336 __u32 fd_flags; in dmabuf_heap_alloc_newer() member 344 .fd_flags = O_RDWR | O_CLOEXEC, in dmabuf_heap_alloc_newer()
|
/linux-5.19.10/drivers/dma-buf/ |
D | dma-heap.c | 53 unsigned int fd_flags, in dma_heap_buffer_alloc() argument 67 dmabuf = heap->ops->allocate(heap, len, fd_flags, heap_flags); in dma_heap_buffer_alloc() 71 fd = dma_buf_fd(dmabuf, fd_flags); in dma_heap_buffer_alloc() 105 if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS) in dma_heap_ioctl_allocate() 112 heap_allocation->fd_flags, in dma_heap_ioctl_allocate()
|
/linux-5.19.10/include/uapi/linux/ |
D | dma-heap.h | 38 __u32 fd_flags; member
|
/linux-5.19.10/include/linux/ |
D | dma-heap.h | 26 unsigned long fd_flags,
|
/linux-5.19.10/drivers/dma-buf/heaps/ |
D | cma_heap.c | 278 unsigned long fd_flags, in cma_heap_allocate() argument 347 exp_info.flags = fd_flags; in cma_heap_allocate()
|
D | system_heap.c | 337 unsigned long fd_flags, in system_heap_allocate() argument 397 exp_info.flags = fd_flags; in system_heap_allocate()
|
/linux-5.19.10/include/scsi/fc/ |
D | fc_fip.h | 241 __u8 fd_flags; /* bit0 is fka disable flag */ member
|
/linux-5.19.10/include/scsi/ |
D | libfcoe.h | 217 u8 fd_flags:1; member
|
/linux-5.19.10/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 972 if (fka->fd_flags & FIP_FKA_ADV_D) in fcoe_ctlr_parse_adv() 973 fcf->fd_flags = 1; in fcoe_ctlr_parse_adv() 1067 fcf->fd_flags = new.fd_flags; in fcoe_ctlr_recv_adv() 1071 if (fcf == fip->sel_fcf && !fcf->fd_flags) { in fcoe_ctlr_recv_adv() 1826 if (sel && !sel->fd_flags) { in fcoe_ctlr_timer_work()
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 597 int fd_flags = O_NONBLOCK; in msg_loop() local 601 fcntl(fd, fd_flags); in msg_loop()
|