repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
fs
/
btrfs
/
export.h
blob
074348a95841f21f8e7cb10215389b4b223f34ea
1
#ifndef BTRFS_EXPORT_H
2
#define BTRFS_EXPORT_H
3
4
#include <linux/exportfs.h>
5
6
extern
const struct
export_operations btrfs_export_ops
;
7
8
struct
btrfs_fid
{
9
u64 objectid
;
10
u64 root_objectid
;
11
u32 gen
;
12
13
u64 parent_objectid
;
14
u32 parent_gen
;
15
16
u64 parent_root_objectid
;
17
}
__attribute__
((
packed
));
18
19
#endif