Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/btrfs/
Dtree-log.c1450 struct btrfs_path *log_path, in check_item_in_log() argument
1490 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
1495 log_path, in check_item_in_log()
1503 btrfs_release_path(log_path); in check_item_in_log()
1533 btrfs_release_path(log_path); in check_item_in_log()
1542 btrfs_release_path(log_path); in check_item_in_log()
1568 struct btrfs_path *log_path; in replay_dir_deletes() local
1573 log_path = btrfs_alloc_path(); in replay_dir_deletes()
1574 if (!log_path) in replay_dir_deletes()
1583 btrfs_free_path(log_path); in replay_dir_deletes()
[all …]