Lines Matching refs:di
48 struct btrfs_dir_item *di; in insert_with_overflow() local
49 di = btrfs_match_dir_item_name(root, path, name, name_len); in insert_with_overflow()
50 if (di) in insert_with_overflow()
221 struct btrfs_dir_item *di; in btrfs_check_dir_item_collision() local
249 di = btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_check_dir_item_collision()
250 if (di) { in btrfs_check_dir_item_collision()
260 data_size = sizeof(*di) + name_len; in btrfs_check_dir_item_collision()
313 struct btrfs_dir_item *di; in btrfs_search_dir_index_item() local
345 di = btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_search_dir_index_item()
346 if (di) in btrfs_search_dir_index_item()
347 return di; in btrfs_search_dir_index_item()
423 struct btrfs_dir_item *di) in btrfs_delete_one_dir_name() argument
432 sub_item_len = sizeof(*di) + btrfs_dir_name_len(leaf, di) + in btrfs_delete_one_dir_name()
433 btrfs_dir_data_len(leaf, di); in btrfs_delete_one_dir_name()
439 unsigned long ptr = (unsigned long)di; in btrfs_delete_one_dir_name()