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

/linux-master/security/apparmor/
H A Dmount.c544 struct path tmp_path, *dev_path = NULL; local
563 error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path);
566 dev_path = &tmp_path;
/linux-master/fs/ocfs2/
H A Dalloc.c3156 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; local
3237 tmp_path = restart_path;
3241 tmp_path, dealloc,
3248 ocfs2_free_path(tmp_path);
3249 tmp_path = NULL;
3256 ocfs2_free_path(tmp_path);
/linux-master/fs/btrfs/
H A Dsend.c1001 struct btrfs_path *tmp_path; local
1020 tmp_path = alloc_path_for_send();
1021 if (!tmp_path) {
1056 start = btrfs_ref_to_path(root, tmp_path, name_len,
1069 start = btrfs_ref_to_path(root, tmp_path,
1103 btrfs_free_path(tmp_path);

Completed in 187 milliseconds