Searched refs:fuse_mount (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse.h | 64 #define VFSTOFUSE(mp) ((struct fuse_mount*)((mp)->mnt_data)) 82 struct fuse_mount { struct 111 struct fuse_mount *fmp; argument 135 struct fuse_mount *fmp; 147 int fuse_cmp_version(struct fuse_mount*, uint32_t, uint32_t); 148 int fuse_mount_kill(struct fuse_mount*); 149 int fuse_mount_free(struct fuse_mount*); 154 void fuse_node_new(struct fuse_mount*, uint64_t, enum vtype, 156 void fuse_node_free(struct fuse_mount *, struct fuse_node *); 157 int fuse_alloc_node(struct fuse_mount *, struct fuse_node *, [all …]
|
H A D | fuse_device.c | 35 static int fuse_cdevpriv_close(struct fuse_mount*); 41 struct fuse_mount *fmp = data; in fuse_cdevpriv_dtor() 50 struct fuse_mount *fmp; in fuse_device_open() 66 struct fuse_mount *fmp; in fuse_device_close() 82 fuse_cdevpriv_close(struct fuse_mount *fmp) in fuse_cdevpriv_close() 101 fuse_device_clear(struct fuse_mount *fmp) in fuse_device_clear() 122 struct fuse_mount *fmp; in fuse_device_read() 168 struct fuse_mount *fmp; in fuse_device_write() 241 struct fuse_mount *fmp; in fuse_device_kqfilter() 275 struct fuse_mount *fmp = (struct fuse_mount*)kn->kn_hook; in filt_fusedevdetach() [all …]
|
H A D | fuse_vfsops.c | 53 fuse_cmp_version(struct fuse_mount *fmp, uint32_t major, uint32_t minor) in fuse_cmp_version() 66 fuse_mount_kill(struct fuse_mount *fmp) in fuse_mount_kill() 79 fuse_mount_free(struct fuse_mount *fmp) in fuse_mount_free() 96 fuse_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred) in fuse_mount() function 103 struct fuse_mount *fmp; in fuse_mount() 251 struct fuse_mount *fmp = VFSTOFUSE(mp); in fuse_unmount() 369 struct fuse_mount *fmp = VFSTOFUSE(mp); in fuse_root() 388 struct fuse_mount *fmp = VFSTOFUSE(mp); in fuse_statfs() 419 struct fuse_mount *fmp = VFSTOFUSE(mp); in fuse_statvfs() 482 .vfs_mount = fuse_mount,
|
H A D | fuse_vnops.c | 45 static void fuse_io_execute(struct fuse_mount *fmp, struct bio *bio); 46 static void fuse_release(struct fuse_mount *fmp, struct fuse_node *fnp); 99 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_access() 157 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_open() 224 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_close() 252 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_fsync() 305 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_getattr() 369 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_setattr() 496 struct fuse_mount *fmp = VFSTOFUSE(dvp->v_mount); in fuse_vop_nresolve() 608 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); in fuse_vop_nlink() [all …]
|
H A D | fuse_ipc.c | 92 fuse_ipc_get(struct fuse_mount *fmp, size_t len) in fuse_ipc_get() 122 struct fuse_mount *fmp = fip->fmp; in fuse_ipc_remove() 249 struct fuse_mount *fmp = fip->fmp; in fuse_ipc_tx() 292 struct fuse_mount *fmp = fip->fmp; in fuse_ipc_tx_noreply()
|
H A D | fuse_node.c | 52 fuse_node_new(struct fuse_mount *fmp, uint64_t ino, enum vtype vtyp, in fuse_node_new() 79 fuse_node_free(struct fuse_mount *fmp, struct fuse_node *fnp) in fuse_node_free() 95 fuse_alloc_node(struct fuse_mount *fmp, struct fuse_node *dfnp, in fuse_alloc_node()
|
H A D | fuse_io.c | 48 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount); 162 struct fuse_mount *fmp = VFSTOFUSE(vp->v_mount);
|
H A D | fuse_util.c | 61 fuse_forget_node(struct fuse_mount *fmp, uint64_t ino, uint64_t nlookup, in fuse_forget_node()
|