Lines Matching refs:nullb_device

35  * Status flags for nullb_device.
223 static struct nullb_device *null_alloc_dev(void);
224 static void null_free_dev(struct nullb_device *dev);
226 static int null_add_dev(struct nullb_device *dev);
227 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
229 static inline struct nullb_device *to_nullb_device(struct config_item *item)
231 return item ? container_of(item, struct nullb_device, item) : NULL;
304 int (*apply_fn)(struct nullb_device *dev, TYPE new_value) = APPLY;\
305 struct nullb_device *dev = to_nullb_device(item); \
323 static int nullb_apply_submit_queues(struct nullb_device *dev,
373 struct nullb_device *dev = to_nullb_device(item);
408 struct nullb_device *t_dev = to_nullb_device(item);
416 struct nullb_device *t_dev = to_nullb_device(item);
488 struct nullb_device *dev = to_nullb_device(item);
507 struct nullb_device *dev;
521 struct nullb_device *dev = to_nullb_device(item);
571 static struct nullb_device *null_alloc_dev(void)
573 struct nullb_device *dev;
604 static void null_free_dev(struct nullb_device *dev)
801 static void null_free_device_storage(struct nullb_device *dev, bool is_cache)
1119 struct nullb_device *dev = nullb->dev;
1232 struct nullb_device *dev = cmd->nq->dev;
1268 struct nullb_device *dev = cmd->nq->dev;
1281 struct nullb_device *dev = cmd->nq->dev;
1335 struct nullb_device *dev = cmd->nq->dev;
1353 struct nullb_device *dev = cmd->nq->dev;
1572 struct nullb_device *dev;
1739 static int null_validate_conf(struct nullb_device *dev)
1808 static int null_add_dev(struct nullb_device *dev)
1933 struct nullb_device *dev;
2024 struct nullb_device *dev;