Searched refs:get_cur_path (Results 1 – 1 of 1) sorted by relevance
/fs/btrfs/ |
D | send.c | 2239 static int get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, in get_cur_path() function 2409 ret = get_cur_path(sctx, ino, gen, p); in send_truncate() 2438 ret = get_cur_path(sctx, ino, gen, p); in send_chmod() 2467 ret = get_cur_path(sctx, ino, gen, p); in send_chown() 2519 ret = get_cur_path(sctx, ino, gen, p); in send_utimes() 3151 ret = get_cur_path(sctx, parent_ino, parent_gen, in apply_dir_move() 3164 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move() 3191 ret = get_cur_path(sctx, rmdir_ino, odi->gen, name); in apply_dir_move() 3588 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, in process_recorded_refs() 3847 ret = get_cur_path(sctx, cur->dir, in process_recorded_refs() [all …]
|