Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5cdede2408e80f190c5595e592c24e77c1bf44b2
/
.
/
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