btrfs_inode.h (33268eaf0b3db5e2bd12c0ada81a8e8f87a46d68) btrfs_inode.h (7b1287662304c3cb05cb38f5e3e2d69f386e8f10)
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,

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

34 struct mutex csum_mutex;
35 struct mutex extent_mutex;
36 struct inode vfs_inode;
37 struct btrfs_ordered_inode_tree ordered_tree;
38
39 struct posix_acl *i_acl;
40 struct posix_acl *i_default_acl;
41
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,

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

34 struct mutex csum_mutex;
35 struct mutex extent_mutex;
36 struct inode vfs_inode;
37 struct btrfs_ordered_inode_tree ordered_tree;
38
39 struct posix_acl *i_acl;
40 struct posix_acl *i_default_acl;
41
42 /* for keeping track of orphaned inodes */
43 struct list_head i_orphan;
44
42 /*
43 * transid of the trans_handle that last modified this inode
44 */
45 u64 last_trans;
46 u64 delalloc_bytes;
47 u64 disk_i_size;
48 u32 flags;
49

--- 29 unchanged lines hidden ---
45 /*
46 * transid of the trans_handle that last modified this inode
47 */
48 u64 last_trans;
49 u64 delalloc_bytes;
50 u64 disk_i_size;
51 u32 flags;
52

--- 29 unchanged lines hidden ---