search for: cache_full_nam

Displaying 2 results from an estimated 2 matches for "cache_full_nam".

Did you mean: cache_full_name
2010 Dec 11
1
[RFC] Improve btrfs subvolume find-new command
...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_ino) { - name = *cache_full_name...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34