ordered-data.h (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) ordered-data.h (161c3549b45aeef05451b6822d8aaaf39c7bedce)
1/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 59 unchanged lines hidden (view full) ---

68 * has done its due diligence in updating
69 * the isize. */
70#define BTRFS_ORDERED_LOGGED_CSUM 8 /* We've logged the csums on this ordered
71 ordered extent */
72#define BTRFS_ORDERED_TRUNCATED 9 /* Set when we have to truncate an extent */
73
74#define BTRFS_ORDERED_LOGGED 10 /* Set when we've waited on this ordered extent
75 * in the logging code. */
1/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 59 unchanged lines hidden (view full) ---

68 * has done its due diligence in updating
69 * the isize. */
70#define BTRFS_ORDERED_LOGGED_CSUM 8 /* We've logged the csums on this ordered
71 ordered extent */
72#define BTRFS_ORDERED_TRUNCATED 9 /* Set when we have to truncate an extent */
73
74#define BTRFS_ORDERED_LOGGED 10 /* Set when we've waited on this ordered extent
75 * in the logging code. */
76#define BTRFS_ORDERED_PENDING 11 /* We are waiting for this ordered extent to
77 * complete in the current transaction. */
76struct btrfs_ordered_extent {
77 /* logical offset in the file */
78 u64 file_offset;
79
80 /* disk byte number */
81 u64 start;
82
83 /* ram length of the extent in bytes */

--- 129 unchanged lines hidden ---
78struct btrfs_ordered_extent {
79 /* logical offset in the file */
80 u64 file_offset;
81
82 /* disk byte number */
83 u64 start;
84
85 /* ram length of the extent in bytes */

--- 129 unchanged lines hidden ---