Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/security/apparmor/ |
D | mount.c | 546 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 565 error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path); in aa_new_mount() 568 dev_path = &tmp_path; in aa_new_mount()
|
/linux-6.14.4/fs/ocfs2/ |
D | alloc.c | 3164 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local 3245 tmp_path = restart_path; in ocfs2_rotate_tree_left() 3249 tmp_path, dealloc, in ocfs2_rotate_tree_left() 3256 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left() 3257 tmp_path = NULL; in ocfs2_rotate_tree_left() 3264 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
|
/linux-6.14.4/fs/btrfs/ |
D | send.c | 1000 struct btrfs_path *tmp_path; in iterate_inode_ref() local 1017 tmp_path = alloc_path_for_send(); in iterate_inode_ref() 1018 if (!tmp_path) { in iterate_inode_ref() 1051 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref() 1064 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref() 1097 btrfs_free_path(tmp_path); in iterate_inode_ref()
|