Symbol: fuse_mount
sys/vfs/fuse/fuse.h
111
struct fuse_mount *fmp;
sys/vfs/fuse/fuse.h
135
struct fuse_mount *fmp;
sys/vfs/fuse/fuse.h
147
int fuse_cmp_version(struct fuse_mount*, uint32_t, uint32_t);
sys/vfs/fuse/fuse.h
148
int fuse_mount_kill(struct fuse_mount*);
sys/vfs/fuse/fuse.h
149
int fuse_mount_free(struct fuse_mount*);
sys/vfs/fuse/fuse.h
154
void fuse_node_new(struct fuse_mount*, uint64_t, enum vtype,
sys/vfs/fuse/fuse.h
156
void fuse_node_free(struct fuse_mount *, struct fuse_node *);
sys/vfs/fuse/fuse.h
157
int fuse_alloc_node(struct fuse_mount *, struct fuse_node *,
sys/vfs/fuse/fuse.h
166
struct fuse_ipc *fuse_ipc_get(struct fuse_mount*, size_t);
sys/vfs/fuse/fuse.h
181
int fuse_forget_node(struct fuse_mount*, uint64_t, uint64_t, struct ucred*);
sys/vfs/fuse/fuse.h
187
fuse_test_dead(struct fuse_mount *fmp)
sys/vfs/fuse/fuse.h
193
fuse_set_dead(struct fuse_mount *fmp)
sys/vfs/fuse/fuse.h
199
fuse_test_nosys(struct fuse_mount *fmp, int op)
sys/vfs/fuse/fuse.h
205
fuse_set_nosys(struct fuse_mount *fmp, int op)
sys/vfs/fuse/fuse.h
64
#define VFSTOFUSE(mp) ((struct fuse_mount*)((mp)->mnt_data))
sys/vfs/fuse/fuse_device.c
101
fuse_device_clear(struct fuse_mount *fmp)
sys/vfs/fuse/fuse_device.c
122
struct fuse_mount *fmp;
sys/vfs/fuse/fuse_device.c
168
struct fuse_mount *fmp;
sys/vfs/fuse/fuse_device.c
241
struct fuse_mount *fmp;
sys/vfs/fuse/fuse_device.c
275
struct fuse_mount *fmp = (struct fuse_mount*)kn->kn_hook;
sys/vfs/fuse/fuse_device.c
284
struct fuse_mount *fmp = (struct fuse_mount*)kn->kn_hook;
sys/vfs/fuse/fuse_device.c
35
static int fuse_cdevpriv_close(struct fuse_mount*);
sys/vfs/fuse/fuse_device.c
41
struct fuse_mount *fmp = data;
sys/vfs/fuse/fuse_device.c
50
struct fuse_mount *fmp;
sys/vfs/fuse/fuse_device.c
66
struct fuse_mount *fmp;
sys/vfs/fuse/fuse_device.c
82
fuse_cdevpriv_close(struct fuse_mount *fmp)
sys/vfs/fuse/fuse_ipc.c
122
struct fuse_mount *fmp = fip->fmp;
sys/vfs/fuse/fuse_ipc.c
249
struct fuse_mount *fmp = fip->fmp;
sys/vfs/fuse/fuse_ipc.c
292
struct fuse_mount *fmp = fip->fmp;
sys/vfs/fuse/fuse_ipc.c
92
fuse_ipc_get(struct fuse_mount *fmp, size_t len)
sys/vfs/fuse/fuse_node.c
52
fuse_node_new(struct fuse_mount *fmp, uint64_t ino, enum vtype vtyp,
sys/vfs/fuse/fuse_node.c
79
fuse_node_free(struct fuse_mount *fmp, struct fuse_node *fnp)
sys/vfs/fuse/fuse_node.c
95
fuse_alloc_node(struct fuse_mount *fmp, struct fuse_node *dfnp,
sys/vfs/fuse/fuse_util.c
61
fuse_forget_node(struct fuse_mount *fmp, uint64_t ino, uint64_t nlookup,
sys/vfs/fuse/fuse_vfsops.c
103
struct fuse_mount *fmp;
sys/vfs/fuse/fuse_vfsops.c
251
struct fuse_mount *fmp = VFSTOFUSE(mp);
sys/vfs/fuse/fuse_vfsops.c
369
struct fuse_mount *fmp = VFSTOFUSE(mp);
sys/vfs/fuse/fuse_vfsops.c
388
struct fuse_mount *fmp = VFSTOFUSE(mp);
sys/vfs/fuse/fuse_vfsops.c
419
struct fuse_mount *fmp = VFSTOFUSE(mp);
sys/vfs/fuse/fuse_vfsops.c
482
.vfs_mount = fuse_mount,
sys/vfs/fuse/fuse_vfsops.c
53
fuse_cmp_version(struct fuse_mount *fmp, uint32_t major, uint32_t minor)
sys/vfs/fuse/fuse_vfsops.c
66
fuse_mount_kill(struct fuse_mount *fmp)
sys/vfs/fuse/fuse_vfsops.c
79
fuse_mount_free(struct fuse_mount *fmp)
sys/vfs/fuse/fuse_vnops.c
1016
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1102
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1138
struct fuse_mount *fmp = VFSTOFUSE(fdvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1258
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1322
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1434
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
157
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1663
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
1752
struct fuse_mount *fmp = VFSTOFUSE(mp);
sys/vfs/fuse/fuse_vnops.c
1789
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
2010
struct fuse_mount *fmp = arg;
sys/vfs/fuse/fuse_vnops.c
2032
fuse_io_execute(struct fuse_mount *fmp, struct bio *bio)
sys/vfs/fuse/fuse_vnops.c
2118
fuse_release(struct fuse_mount *fmp, struct fuse_node *fnp)
sys/vfs/fuse/fuse_vnops.c
224
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
252
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
305
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
369
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
45
static void fuse_io_execute(struct fuse_mount *fmp, struct bio *bio);
sys/vfs/fuse/fuse_vnops.c
46
static void fuse_release(struct fuse_mount *fmp, struct fuse_node *fnp);
sys/vfs/fuse/fuse_vnops.c
496
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
608
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
sys/vfs/fuse/fuse_vnops.c
676
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
753
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
825
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
887
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
953
struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount);
sys/vfs/fuse/fuse_vnops.c
99
struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);