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

/linux-master/fs/btrfs/
H A Dsend.c1835 struct fscrypt_str tmp_name; local
1840 tmp_name.name = tmp;
1841 tmp_name.len = strlen(tmp);
1845 &tmp_name, 0);
1865 &tmp_name, 0);
2099 struct fs_path *tmp_name; local
2102 tmp_name = fs_path_alloc();
2103 if (!tmp_name)
2106 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name);
2110 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) {
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c7815 char tmp_name[64]; local
7833 snprintf(tmp_name, sizeof(tmp_name), "%lx-%lx",
7836 obj_name = tmp_name;

Completed in 389 milliseconds