Lines Matching defs:mount_opts
65 struct mount_opts {
79 #define FUSE_MOUNT_OPT(t, p) { t, offsetof(struct mount_opts, p), 1 }
164 unsigned get_max_read(struct mount_opts *o)
191 struct mount_opts *mo = data;
371 static int fuse_mount_fusermount(const char *mountpoint, struct mount_opts *mo,
448 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo,
585 struct mount_opts *parse_mount_opts(struct fuse_args *args)
587 struct mount_opts *mo;
589 mo = (struct mount_opts*) malloc(sizeof(struct mount_opts));
593 memset(mo, 0, sizeof(struct mount_opts));
607 void destroy_mount_opts(struct mount_opts *mo)
619 int fuse_kern_mount(const char *mountpoint, struct mount_opts *mo)