Searched refs:get_cur_path (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 2251 * if it has to use the path as returned by get_cur_path or the orphan name. 2292 * Used by get_cur_path for each ref up to the root. 2295 * name is an orphan name. This instructs get_cur_path to stop iterating. If 1 2434 static int get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, in get_cur_path() function 2605 ret = get_cur_path(sctx, ino, gen, p); in send_truncate() 2635 ret = get_cur_path(sctx, ino, gen, p); in send_chmod() 2668 ret = get_cur_path(sctx, ino, gen, p); in send_fileattr() 2699 ret = get_cur_path(sctx, ino, gen, p); in send_chown() 2754 ret = get_cur_path(sctx, ino, gen, p); in send_utimes() 3552 ret = get_cur_path(sct in apply_dir_move() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 1989 * if it has to use the path as returned by get_cur_path or the orphan name. 2137 * Used by get_cur_path for each ref up to the root. 2140 * name is an orphan name. This instructs get_cur_path to stop iterating. If 1 2280 static int get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, in get_cur_path() function 2451 ret = get_cur_path(sctx, ino, gen, p); in send_truncate() 2481 ret = get_cur_path(sctx, ino, gen, p); in send_chmod() 2512 ret = get_cur_path(sctx, ino, gen, p); in send_chown() 2567 ret = get_cur_path(sctx, ino, gen, p); in send_utimes() 3263 ret = get_cur_path(sctx, parent_ino, parent_gen, in apply_dir_move() 3295 ret = get_cur_path(sct in apply_dir_move() [all...] |
Completed in 13 milliseconds