Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a4ed55c1f054111d59ff73f1e77867ad1fbe40c3
/
.
/
fs
/
nilfs2
/
export.h
blob: a71cc412b651830184d77368349338a0bb4618f2 [
file
] [
log
] [
blame
]
#ifndef
NILFS_EXPORT_H
#define
NILFS_EXPORT_H
#include
<linux/exportfs.h>
extern
const
struct
export_operations nilfs_export_ops
;
struct
nilfs_fid
{
u64 cno
;
u64 ino
;
u32 gen
;
u32 parent_gen
;
u64 parent_ino
;
}
__attribute__
((
packed
));
#endif