Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/security/apparmor/ |
D | mount.c | 544 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 563 error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path); in aa_new_mount() 566 dev_path = &tmp_path; in aa_new_mount()
|
/linux-6.6.21/fs/ocfs2/ |
D | alloc.c | 3149 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local 3230 tmp_path = restart_path; in ocfs2_rotate_tree_left() 3234 tmp_path, dealloc, in ocfs2_rotate_tree_left() 3241 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left() 3242 tmp_path = NULL; in ocfs2_rotate_tree_left() 3249 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
|
/linux-6.6.21/fs/btrfs/ |
D | send.c | 997 struct btrfs_path *tmp_path; in iterate_inode_ref() local 1016 tmp_path = alloc_path_for_send(); in iterate_inode_ref() 1017 if (!tmp_path) { in iterate_inode_ref() 1052 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref() 1065 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref() 1091 btrfs_free_path(tmp_path); in iterate_inode_ref()
|