Lines 981-986
enum vfs_notify_upper_type {
Link Here
|
981 |
* exported vnode operations |
981 |
* exported vnode operations |
982 |
*/ |
982 |
*/ |
983 |
|
983 |
|
|
|
984 |
/* Define this to indicate that vfs_exjail_clone() exists for ZFS to use. */ |
985 |
#define VFS_SUPPORTS_EXJAIL_CLONE 1 |
986 |
|
984 |
int dounmount(struct mount *, uint64_t, struct thread *); |
987 |
int dounmount(struct mount *, uint64_t, struct thread *); |
985 |
|
988 |
|
986 |
int kernel_mount(struct mntarg *ma, uint64_t flags); |
989 |
int kernel_mount(struct mntarg *ma, uint64_t flags); |
Lines 1017-1022
int vfs_setpublicfs /* set publicly exported fs
Link Here
|
1017 |
(struct mount *, struct netexport *, struct export_args *); |
1020 |
(struct mount *, struct netexport *, struct export_args *); |
1018 |
void vfs_periodic(struct mount *, int); |
1021 |
void vfs_periodic(struct mount *, int); |
1019 |
int vfs_busy(struct mount *, int); |
1022 |
int vfs_busy(struct mount *, int); |
|
|
1023 |
void vfs_exjail_clone(struct mount *, struct mount *); |
1020 |
void vfs_exjail_delete(struct prison *); |
1024 |
void vfs_exjail_delete(struct prison *); |
1021 |
int vfs_export /* process mount export info */ |
1025 |
int vfs_export /* process mount export info */ |
1022 |
(struct mount *, struct export_args *, bool); |
1026 |
(struct mount *, struct export_args *, bool); |