Searched refs:max_key (Results 1 - 6 of 6) 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.c2354 struct btrfs_key max_key; local
2365 max_key.objectid = inode->i_ino;
2366 max_key.offset = (u64)-1;
2367 max_key.type = key_type;
2375 ret = btrfs_search_forward(root, &min_key, &max_key,
2520 u64 max_key; local
2526 max_key = 0;
2530 &max_key);
2533 if (max_key == (u64)-1)
2535 min_key = max_key
2728 struct btrfs_key max_key; local
[all...]
H A Dioctl.c1006 struct btrfs_key max_key; local
1038 max_key.objectid = sk->max_objectid;
1039 max_key.type = sk->max_type;
1040 max_key.offset = sk->max_offset;
1045 ret = btrfs_search_forward(root, &key, &max_key, path, 0,
H A Drelocation.c1886 * [min_key, max_key)
1890 struct btrfs_key *max_key)
1901 if (objectid > max_key->objectid)
1908 if (inode->i_ino > max_key->objectid) {
1930 if (unlikely(max_key->objectid == inode->i_ino)) {
1931 if (max_key->type < BTRFS_EXTENT_DATA_KEY)
1933 if (max_key->type > BTRFS_EXTENT_DATA_KEY) {
1936 if (max_key->offset == 0)
1938 end = max_key->offset;
1888 invalidate_extent_cache(struct btrfs_root *root, struct btrfs_key *min_key, struct btrfs_key *max_key) argument
H A Dctree.c4103 struct btrfs_key *max_key,
4163 if (max_key) {
4165 if (comp_keys(&disk_key, max_key) >= 0) {
4102 btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key, struct btrfs_key *max_key, struct btrfs_path *path, int cache_only, u64 min_trans) argument
H A Dctree.h2134 struct btrfs_key *max_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
189 data_key_init(c, &max_key, ino, max_blk);
191 return ubifs_tnc_remove_range(c, &min_key, &max_key);

Completed in 153 milliseconds