Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| H A 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/fs/ocfs2/ |
| H A D | alloc.c | 3165 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local 3246 tmp_path = restart_path; in ocfs2_rotate_tree_left() 3250 tmp_path, dealloc, in ocfs2_rotate_tree_left() 3257 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left() 3258 tmp_path = NULL; in ocfs2_rotate_tree_left() 3265 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 983 BTRFS_PATH_AUTO_FREE(tmp_path); in iterate_inode_ref() 1000 tmp_path = alloc_path_for_send(); in iterate_inode_ref() 1001 if (!tmp_path) { in iterate_inode_ref() 1034 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref() 1047 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref()
|