Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/security/apparmor/ |
| H A 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.15/fs/ocfs2/ |
| H A 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.15/fs/btrfs/ |
| H A D | send.c | 993 struct btrfs_path *tmp_path; in iterate_inode_ref() local 1010 tmp_path = alloc_path_for_send(); in iterate_inode_ref() 1011 if (!tmp_path) { in iterate_inode_ref() 1044 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref() 1057 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref() 1090 btrfs_free_path(tmp_path); in iterate_inode_ref()
|