Searched refs:path_fmt (Results 1 – 2 of 2) sorted by relevance
1226 static int hmdfs_lookup_symlink(struct path *link_path, const char *path_fmt, in hmdfs_lookup_symlink() argument1236 va_start(args, path_fmt); in hmdfs_lookup_symlink()1237 ret = vsnprintf(path, PATH_MAX, path_fmt, args); in hmdfs_lookup_symlink()
4429 const char *path_fmt; in libbpf_find_kernel_btf() member4451 snprintf(path, PATH_MAX, locations[i].path_fmt, buf.release); in libbpf_find_kernel_btf()