Searched refs:max_key (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | tree-log.c | 3436 u64 max_key; in log_directory_changes() local 3442 max_key = 0; in log_directory_changes() 3446 &max_key); in log_directory_changes() 3449 if (max_key == (u64)-1) in log_directory_changes() 3451 min_key = max_key + 1; in log_directory_changes() 4554 struct btrfs_key max_key; in btrfs_log_inode() local 4583 max_key.objectid = ino; in btrfs_log_inode() 4591 max_key.type = BTRFS_XATTR_ITEM_KEY; in btrfs_log_inode() 4593 max_key.type = (u8)-1; in btrfs_log_inode() 4594 max_key.offset = (u64)-1; in btrfs_log_inode() [all …]
|
D | reada.c | 923 static struct btrfs_key max_key = { in btrfs_reada_add() local 947 ret = reada_add_block(rc, start, &max_key, level, generation); in btrfs_reada_add()
|
D | relocation.c | 2024 struct btrfs_key *max_key) argument 2036 if (objectid > max_key->objectid) 2044 if (ino > max_key->objectid) { 2066 if (unlikely(max_key->objectid == ino)) { 2067 if (max_key->type < BTRFS_EXTENT_DATA_KEY) 2069 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { 2072 if (max_key->offset == 0) 2074 end = max_key->offset;
|
D | volumes.c | 3989 struct btrfs_key max_key; in btrfs_uuid_scan_kthread() local 4008 max_key.objectid = (u64)-1; in btrfs_uuid_scan_kthread() 4009 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread() 4010 max_key.offset = (u64)-1; in btrfs_uuid_scan_kthread()
|
/linux-4.4.14/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()
|