Searched refs:fs_path_prepare_for_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 432 static int fs_path_prepare_for_add(struct fs_path *p, int name_len, in fs_path_prepare_for_add() function 467 ret = fs_path_prepare_for_add(p, name_len, &prepared); in fs_path_add() 481 ret = fs_path_prepare_for_add(p, p2->end - p2->start, &prepared); in fs_path_add_path() 497 ret = fs_path_prepare_for_add(p, len, &prepared); in fs_path_add_from_extent_buffer()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 530 static int fs_path_prepare_for_add(struct fs_path *p, int name_len, in fs_path_prepare_for_add() function 565 ret = fs_path_prepare_for_add(p, name_len, &prepared); in fs_path_add() 579 ret = fs_path_prepare_for_add(p, p2->end - p2->start, &prepared); in fs_path_add_path() 595 ret = fs_path_prepare_for_add(p, len, &prepared); in fs_path_add_from_extent_buffer()
|
Completed in 18 milliseconds