Home
last modified time | relevance | path

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

/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c928 char *host_root_path, *req_root = d; in hostfs_fill_sb_common() local
942 if (req_root == NULL) in hostfs_fill_sb_common()
943 req_root = ""; in hostfs_fill_sb_common()
946 kasprintf(GFP_KERNEL, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()