Sign in
googlers
/
maze
/
linux
/
v3.0
/
.
/
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