Searched refs:dir_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 2246 struct btrfs_key *dir_key) in check_item_in_log() 2278 if (log && dir_key->type == BTRFS_DIR_ITEM_KEY) { in check_item_in_log() 2280 dir_key->objectid, in check_item_in_log() 2282 } else if (log && dir_key->type == BTRFS_DIR_INDEX_KEY) { in check_item_in_log() 2285 dir_key->objectid, in check_item_in_log() 2286 dir_key->offset, in check_item_in_log() 2320 ret = btrfs_search_slot(NULL, root, dir_key, path, in check_item_in_log() 2461 struct btrfs_key dir_key; in replay_dir_deletes() local 2466 dir_key.objectid = dirid; in replay_dir_deletes() 2467 dir_key in replay_dir_deletes() 2240 check_item_in_log(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_path *log_path, struct inode *dir, struct btrfs_key *dir_key) check_item_in_log() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 2103 struct btrfs_key *dir_key) in check_item_in_log() 2120 ASSERT(dir_key->type == BTRFS_DIR_INDEX_KEY); in check_item_in_log() 2133 dir_key->objectid, in check_item_in_log() 2134 dir_key->offset, &name, 0); in check_item_in_log() 2291 struct btrfs_key dir_key; in replay_dir_deletes() local 2296 dir_key.objectid = dirid; in replay_dir_deletes() 2297 dir_key.type = BTRFS_DIR_INDEX_KEY; in replay_dir_deletes() 2326 dir_key.offset = range_start; in replay_dir_deletes() 2329 ret = btrfs_search_slot(NULL, root, &dir_key, path, in replay_dir_deletes() 2345 found_key.type != dir_key in replay_dir_deletes() 2098 check_item_in_log(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_path *log_path, struct inode *dir, struct btrfs_key *dir_key) check_item_in_log() argument [all...] |
Completed in 10 milliseconds