Searched refs:max_key (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | tree-log.c | 3471 u64 max_key; in log_directory_changes() local 3477 max_key = 0; in log_directory_changes() 3481 &max_key); in log_directory_changes() 3484 if (max_key == (u64)-1) in log_directory_changes() 3486 min_key = max_key + 1; in log_directory_changes() 4581 struct btrfs_key max_key; in btrfs_log_inode() local 4611 max_key.objectid = ino; in btrfs_log_inode() 4619 max_key.type = BTRFS_XATTR_ITEM_KEY; in btrfs_log_inode() 4621 max_key.type = (u8)-1; in btrfs_log_inode() 4622 max_key.offset = (u64)-1; in btrfs_log_inode() [all …]
|
D | reada.c | 930 static struct btrfs_key max_key = { in btrfs_reada_add() local 954 ret = reada_add_block(rc, start, &max_key, level, generation); in btrfs_reada_add()
|
D | relocation.c | 2032 struct btrfs_key *max_key) argument 2044 if (objectid > max_key->objectid) 2052 if (ino > max_key->objectid) { 2074 if (unlikely(max_key->objectid == ino)) { 2075 if (max_key->type < BTRFS_EXTENT_DATA_KEY) 2077 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { 2080 if (max_key->offset == 0) 2082 end = max_key->offset;
|
D | volumes.c | 4000 struct btrfs_key max_key; in btrfs_uuid_scan_kthread() local 4019 max_key.objectid = (u64)-1; in btrfs_uuid_scan_kthread() 4020 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread() 4021 max_key.offset = (u64)-1; in btrfs_uuid_scan_kthread()
|
/fs/ubifs/ |
D | replay.c | 193 union ubifs_key min_key, max_key; in trun_remove_range() local 207 data_key_init(c, &max_key, ino, max_blk); in trun_remove_range() 209 return ubifs_tnc_remove_range(c, &min_key, &max_key); in trun_remove_range()
|