Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/scsi/cxlflash/
Dbackend.h40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, member
Dcxl_hw.c172 .get_fd = cxlflash_get_fd,
Dsuperpipe.c1434 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in cxlflash_disk_attach()
1568 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in recover_context()
Docxl_hw.c1394 .get_fd = ocxlflash_get_fd,
/Linux-v6.6/tools/bpf/bpftool/
Dcommon.c303 int do_pin_any(int argc, char **argv, int (*get_fd)(int *, char ***)) in do_pin_any()
311 fd = get_fd(&argc, &argv); in do_pin_any()