Searched refs:fd_flags (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddma-heap.h30 * @fd_flags: file descriptor flags used when allocating
38 __u32 fd_flags; member in struct:dma_heap_allocation_data
/linux-master/include/linux/
H A Ddma-heap.h26 unsigned long fd_flags,
/linux-master/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c104 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, argument
110 .fd_flags = fd_flags,
307 __u32 fd_flags; member in struct:dma_heap_allocation_data_smaller
311 .fd_flags = O_RDWR | O_CLOEXEC,
335 __u32 fd_flags; member in struct:dma_heap_allocation_data_bigger
343 .fd_flags = O_RDWR | O_CLOEXEC,
/linux-master/drivers/dma-buf/
H A Ddma-heap.c53 unsigned int fd_flags,
67 dmabuf = heap->ops->allocate(heap, len, fd_flags, heap_flags);
71 fd = dma_buf_fd(dmabuf, fd_flags);
105 if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS)
112 heap_allocation->fd_flags,
52 dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, unsigned int heap_flags) argument
/linux-master/fs/bcachefs/
H A Dthread_with_file.c28 unsigned fd_flags = O_CLOEXEC; local
31 fd_flags |= O_RDWR;
33 fd_flags |= O_RDONLY;
35 fd_flags |= O_WRONLY;
46 ret = get_unused_fd_flags(fd_flags);
51 file = anon_inode_getfile(name, fops, thr, fd_flags);
/linux-master/include/scsi/fc/
H A Dfc_fip.h241 __u8 fd_flags; /* bit0 is fka disable flag */ member in struct:fip_fka_desc
246 * flags for fip_fka_desc.fd_flags
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c336 unsigned long fd_flags,
396 exp_info.flags = fd_flags;
334 system_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, unsigned long heap_flags) argument
H A Dcma_heap.c277 unsigned long fd_flags,
346 exp_info.flags = fd_flags;
275 cma_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, unsigned long heap_flags) argument
/linux-master/include/scsi/
H A Dlibfcoe.h217 u8 fd_flags:1; member in struct:fcoe_fcf
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c972 if (fka->fd_flags & FIP_FKA_ADV_D)
973 fcf->fd_flags = 1;
1067 fcf->fd_flags = new.fd_flags;
1071 if (fcf == fip->sel_fcf && !fcf->fd_flags) {
1826 if (sel && !sel->fd_flags) {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c602 int fd_flags = O_NONBLOCK; local
606 fcntl(fd, fd_flags);

Completed in 281 milliseconds