Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d2eb8c359309ec45d6bf5b147303ab8e13be86ea
/
.
/
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