tree-log.h (29583dfcd2dd72c766422bd05c16f06c6b1fb356) tree-log.h (9b569ea0be6fb27a4985acc9325896a3edc95ede)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2008 Oracle. All rights reserved.
4 */
5
6#ifndef BTRFS_TREE_LOG_H
7#define BTRFS_TREE_LOG_H
8
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2008 Oracle. All rights reserved.
4 */
5
6#ifndef BTRFS_TREE_LOG_H
7#define BTRFS_TREE_LOG_H
8
9#include "messages.h"
9#include "ctree.h"
10#include "transaction.h"
11
12/* return value for btrfs_log_dentry_safe that means we don't need to log it at all */
13#define BTRFS_NO_LOG_SYNC 256
14
15/* We can't use the tree log for whatever reason, force a transaction commit */
16#define BTRFS_LOG_FORCE_COMMIT (1)

--- 90 unchanged lines hidden ---
10#include "ctree.h"
11#include "transaction.h"
12
13/* return value for btrfs_log_dentry_safe that means we don't need to log it at all */
14#define BTRFS_NO_LOG_SYNC 256
15
16/* We can't use the tree log for whatever reason, force a transaction commit */
17#define BTRFS_LOG_FORCE_COMMIT (1)

--- 90 unchanged lines hidden ---