Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_server.c1226 static int hmdfs_lookup_symlink(struct path *link_path, const char *path_fmt, in hmdfs_lookup_symlink() argument
1236 va_start(args, path_fmt); in hmdfs_lookup_symlink()
1237 ret = vsnprintf(path, PATH_MAX, path_fmt, args); in hmdfs_lookup_symlink()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf.c4429 const char *path_fmt; in libbpf_find_kernel_btf() member
4451 snprintf(path, PATH_MAX, locations[i].path_fmt, buf.release); in libbpf_find_kernel_btf()