Searched refs:tmp_path (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | file_merge.c | 737 char *tmp_path = kstrdup(path_value, GFP_KERNEL); in create_dir_recursive() local 738 char *p = tmp_path; in create_dir_recursive() 740 if (!tmp_path) in create_dir_recursive() 749 err = create_dir(tmp_path, mode); in create_dir_recursive() 757 kfree(tmp_path); in create_dir_recursive()
|
D | hmdfs_server.c | 2085 char *tmp_path = NULL; in hmdfs_server_get_drop_push() local 2097 tmp_path = kzalloc(PATH_MAX, GFP_KERNEL); in hmdfs_server_get_drop_push() 2098 if (!tmp_path) in hmdfs_server_get_drop_push() 2100 snprintf(tmp_path, PATH_MAX, "/" DEVICE_VIEW_ROOT "/%s%s", in hmdfs_server_get_drop_push() 2103 err = vfs_path_lookup(root_path.dentry, root_path.mnt, tmp_path, 0, in hmdfs_server_get_drop_push() 2113 kfree(tmp_path); in hmdfs_server_get_drop_push()
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | mount.c | 528 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 547 error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path); in aa_new_mount() 550 dev_path = &tmp_path; in aa_new_mount()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | send.c | 892 struct btrfs_path *tmp_path; in iterate_inode_ref() local 911 tmp_path = alloc_path_for_send(); in iterate_inode_ref() 912 if (!tmp_path) { in iterate_inode_ref() 948 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref() 961 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref() 987 btrfs_free_path(tmp_path); in iterate_inode_ref() 1316 struct btrfs_path *tmp_path; in find_extent_clone() local 1321 tmp_path = alloc_path_for_send(); in find_extent_clone() 1322 if (!tmp_path) in find_extent_clone() 1326 tmp_path->need_commit_sem = 0; in find_extent_clone() [all …]
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | alloc.c | 3151 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local 3232 tmp_path = restart_path; in ocfs2_rotate_tree_left() 3236 tmp_path, dealloc, in ocfs2_rotate_tree_left() 3243 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left() 3244 tmp_path = NULL; in ocfs2_rotate_tree_left() 3251 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
|