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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 59 milliseconds