Searched refs:min_key (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtree-log.c2353 struct btrfs_key min_key; local
2369 min_key.objectid = inode->i_ino;
2370 min_key.type = key_type;
2371 min_key.offset = min_offset;
2375 ret = btrfs_search_forward(root, &min_key, &max_key,
2382 if (ret != 0 || min_key.objectid != inode->i_ino ||
2383 min_key.type != key_type) {
2384 min_key.objectid = inode->i_ino;
2385 min_key.type = key_type;
2386 min_key
2519 u64 min_key; local
2727 struct btrfs_key min_key; local
[all...]
H A Drelocation.c1886 * [min_key, max_key)
1889 struct btrfs_key *min_key,
1896 objectid = min_key->objectid;
1917 if (unlikely(min_key->objectid == inode->i_ino)) {
1918 if (min_key->type > BTRFS_EXTENT_DATA_KEY)
1920 if (min_key->type < BTRFS_EXTENT_DATA_KEY)
1923 start = min_key->offset;
1888 invalidate_extent_cache(struct btrfs_root *root, struct btrfs_key *min_key, struct btrfs_key *max_key) argument
H A Dctree.c4081 * A helper function to walk down the tree starting at min_key, and looking
4086 * into min_key, so you can call btrfs_search_slot with cow=1 on the
4102 int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key, argument
4130 sret = bin_search(cur, min_key, level, &slot);
4190 sret = btrfs_find_next_key(root, path, min_key, level,
4219 memcpy(min_key, &found_key, sizeof(found_key));
H A Dctree.h2133 int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dreplay.c175 union ubifs_key min_key, max_key; local
188 data_key_init(c, &min_key, ino, min_blk);
191 return ubifs_tnc_remove_range(c, &min_key, &max_key);

Completed in 106 milliseconds