search for: cache_ino

Displaying 1 result from an estimated 1 matches for "cache_ino".

Did you mean: cache_ent
2010 Dec 11
1
[RFC] Improve btrfs subvolume find-new command
...cache_get_full_path_full_name = name; + cache_get_full_path_ino = sh->objectid; + } + + return name; +} + +static int print_one_extent(struct btrfs_ioctl_search_header *sh, struct btrfs_file_extent_item *item, - u64 found_gen, u64 *cache_dirid, - char **cache_dir_name, u64 *cache_ino, - char **cache_full_name) + u64 found_gen) { u64 len = 0; u64 disk_start = 0; @@ -669,22 +701,6 @@ static int print_one_extent(int fd, struct btrfs_ioctl_search_header *sh, u8 type; int compressed = 0; int flags = 0; - char *name = NULL; - - if (sh->objectid == *cache_in...