Home
last modified time | relevance | path

Searched refs:cur_inode_path (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dsend.c310 struct fs_path cur_inode_path; member
625 const struct fs_path *cur = &sctx->cur_inode_path; in is_current_inode_path()
2384 if (is_cur_inode && fs_path_len(&sctx->cur_inode_path) > 0) { in get_cur_path()
2385 if (dest != &sctx->cur_inode_path) in get_cur_path()
2386 return fs_path_copy(dest, &sctx->cur_inode_path); in get_cur_path()
2443 if (is_cur_inode && dest != &sctx->cur_inode_path) in get_cur_path()
2444 ret = fs_path_copy(&sctx->cur_inode_path, dest); in get_cur_path()
2535 if (fs_path_len(&sctx->cur_inode_path) == 0) { in get_cur_inode_path()
2539 &sctx->cur_inode_path); in get_cur_inode_path()
2544 return &sctx->cur_inode_path; in get_cur_inode_path()
[all …]