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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_kern.c912 char *host_root_path, *req_root = d; local
922 if (req_root == NULL)
923 req_root = "";
927 kmalloc(strlen(root_ino) + strlen(req_root) + 2, GFP_KERNEL);
931 sprintf(host_root_path, "%s/%s", root_ino, req_root);

Completed in 46 milliseconds