Searched refs:blkcg_set_fc_appid (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-cgroup-fc-appid.c6 * blkcg_set_fc_appid - set the fc_app_id field associted to blkcg
11 int blkcg_set_fc_appid(char *app_id, u64 cgrp_id, size_t app_id_len) function
43 EXPORT_SYMBOL_GPL(blkcg_set_fc_appid); variable
/linux-master/include/linux/
H A Dblk-cgroup.h48 int blkcg_set_fc_appid(char *app_id, u64 cgrp_id, size_t app_id_len);
/linux-master/drivers/nvme/host/
H A Dfc.c3858 ret = blkcg_set_fc_appid(app_id, cgrp_id, sizeof(app_id));

Completed in 158 milliseconds