Home
last modified time | relevance | path

Searched refs:path_names (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pmdomain/imx/
H A Dimx8m-blk-ctrl.c42 const char * const *path_names; member
252 domain->paths[j].name = data->path_names[j]; in imx8m_blk_ctrl_probe()
508 .path_names = (const char *[]){"g1"},
518 .path_names = (const char *[]){"g2"},
528 .path_names = (const char *[]){"vc8000e"},
785 .path_names = (const char *[]){"lcdif-rd", "lcdif-wr"},
795 .path_names = (const char *[]){"isi0", "isi1", "isi2"},
814 .path_names = (const char *[]){"lcdif-rd", "lcdif-wr"},
824 .path_names = (const char *[]){"isp0", "isp1"},
834 .path_names = (const char *[]){"dwe"},
/linux/fs/xfs/scrub/
H A Ddirtree.c84 if (dl->path_names) in xchk_dirtree_buf_cleanup()
85 xfblob_destroy(dl->path_names); in xchk_dirtree_buf_cleanup()
86 dl->path_names = NULL; in xchk_dirtree_buf_cleanup()
127 error = xfblob_create("dirtree path names", &dl->path_names); in xchk_setup_dirtree()
140 xfblob_destroy(dl->path_names); in xchk_setup_dirtree()
174 error = xfblob_storename(dl->path_names, &step.name_cookie, name); in xchk_dirpath_append()
623 error = xfblob_loadname(dl->path_names, step.name_cookie, in xchk_dirpath_step_is_stale()
748 xfblob_truncate(dl->path_names); in xchk_dirtree_reset()
769 error = xfblob_loadname(dl->path_names, step.name_cookie, &dl->xname, in xchk_dirtree_load_path()
H A Ddirtree_repair.c273 error = xfblob_loadname(dl->path_names, step->name_cookie, &dl->xname, in xrep_dirtree_prep_path()