Searched refs:get_fd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | backend.h | 40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, member
|
H A D | cxl_hw.c | 172 .get_fd = cxlflash_get_fd,
|
H A D | superpipe.c | 1433 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in cxlflash_disk_attach() 1567 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in recover_context()
|
H A D | ocxl_hw.c | 1391 .get_fd = ocxlflash_get_fd,
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | backend.h | 40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, member
|
H A D | cxl_hw.c | 172 .get_fd = cxlflash_get_fd,
|
H A D | superpipe.c | 1434 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()
|
H A D | ocxl_hw.c | 1394 .get_fd = ocxlflash_get_fd,
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | common.c | 269 int do_pin_any(int argc, char **argv, int (*get_fd)(int *, char ***)) in do_pin_any() 277 fd = get_fd(&argc, &argv); in do_pin_any()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | common.c | 303 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()
|
Completed in 15 milliseconds