Searched refs:fd_flags (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/dmabuf-heaps/ |
| H A D | dmabuf-heap.c | 106 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, in dmabuf_heap_alloc_fdflags() argument 112 .fd_flags = fd_flags, in dmabuf_heap_alloc_fdflags() 293 __u32 fd_flags; in dmabuf_heap_alloc_older() member 297 .fd_flags = O_RDWR | O_CLOEXEC, in dmabuf_heap_alloc_older() 321 __u32 fd_flags; in dmabuf_heap_alloc_newer() member 329 .fd_flags = O_RDWR | O_CLOEXEC, in dmabuf_heap_alloc_newer()
|
| /linux/mm/ |
| H A D | memfd.c | 511 unsigned int fd_flags; in SYSCALL_DEFINE2() local 522 fd_flags = (flags & MFD_CLOEXEC) ? O_CLOEXEC : 0; in SYSCALL_DEFINE2() 523 return FD_ADD(fd_flags, alloc_file(name, flags)); in SYSCALL_DEFINE2()
|
| /linux/include/uapi/linux/ |
| H A D | dma-heap.h | 38 __u32 fd_flags; member
|
| /linux/include/linux/ |
| H A D | dma-heap.h | 25 u32 fd_flags,
|
| /linux/include/scsi/fc/ |
| H A D | fc_fip.h | 241 __u8 fd_flags; /* bit0 is fka disable flag */ member
|
| /linux/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 340 u32 fd_flags, in system_heap_allocate() argument 400 exp_info.flags = fd_flags; in system_heap_allocate()
|
| /linux/drivers/scsi/fnic/ |
| H A D | fip.c | 281 (disc_adv->fka_adv_desc.fd_flags & 1); in fnic_fcoe_fip_discovery_resp() 305 && ((disc_adv->fka_adv_desc.fd_flags & 1) == in fnic_fcoe_fip_discovery_resp() 309 (disc_adv->fka_adv_desc.fd_flags & 1); in fnic_fcoe_fip_discovery_resp()
|
| /linux/drivers/scsi/fcoe/ |
| H A 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/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 680 int fd_flags = O_NONBLOCK; in msg_loop() local 688 fcntl(fd, fd_flags); in msg_loop()
|