Searched refs:get_cur_path (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dsend.c1944 * if it has to use the path as returned by get_cur_path or the orphan name.
2092 * Used by get_cur_path for each ref up to the root.
2095 * name is an orphan name. This instructs get_cur_path to stop iterating. If 1
2235 static int get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, get_cur_path() function
2405 ret = get_cur_path(sctx, ino, gen, p); send_truncate()
2434 ret = get_cur_path(sctx, ino, gen, p); send_chmod()
2463 ret = get_cur_path(sctx, ino, gen, p); send_chown()
2515 ret = get_cur_path(sctx, ino, gen, p); send_utimes()
3147 ret = get_cur_path(sctx, parent_ino, parent_gen, apply_dir_move()
3160 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); apply_dir_move()
3187 ret = get_cur_path(sctx, rmdir_ino, odi->gen, name); apply_dir_move()
3455 * at get_cur_path()). wait_for_parent_move()
3556 * and thus use the orphan name. If not, we can use get_cur_path to process_recorded_refs()
3579 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, process_recorded_refs()
3838 ret = get_cur_path(sctx, cur->dir, process_recorded_refs()
3876 ret = get_cur_path(sctx, dir, gen, p); record_ref()
4209 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p); __process_new_xattr()
4233 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p); __process_deleted_xattr()
4543 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p); send_write()
4585 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p); send_clone()
4598 ret = get_cur_path(sctx, clone_root->ino, gen, p); send_clone()
4651 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p); send_update_extent()
4677 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p); send_hole()

Completed in 67 milliseconds