Home
last modified time | relevance | path

Searched defs:loop_cmd (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/
H A Dloop.c81 struct loop_cmd { struct
82 struct list_head list_entry;
83 bool use_aio; /* use AIO interface to handle I/O */
84 atomic_t ref; /* only for aio */
85 long ret;
86 struct kiocb iocb;
87 struct bio_vec *bvec;
88 struct cgroup_subsys_state *blkcg_css;
89 struct cgroup_subsys_state *memcg_css;
/linux/Documentation/
H A DMakefile76 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit; macro