Searched refs:parsed_options (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 4205 static struct fuse_chan *try_fuse_mount(char *parsed_options) in try_fuse_mount() argument 4213 fuse_opt_add_arg(&margs, parsed_options) == -1)) { in try_fuse_mount() 4225 static int set_fuseblk_options(char **parsed_options) in set_fuseblk_options() argument 4239 if (ntfs_strappend(parsed_options, options)) in set_fuseblk_options() 4244 static struct fuse *mount_fuse(char *parsed_options) in mount_fuse() argument 4249 ctx->fc = try_fuse_mount(parsed_options); in mount_fuse() 4298 static void setup_logging(char *parsed_options) in setup_logging() argument 4323 ntfs_log_info("Mount options: %s\n", parsed_options); in setup_logging() 4328 char *parsed_options = NULL; in main() local 4374 parsed_options = parse_mount_options(ctx, &opts, FALSE); in main() [all …]
|
D | lowntfs-3g.c | 4497 static struct fuse_chan *try_fuse_mount(char *parsed_options) argument 4505 fuse_opt_add_arg(&margs, parsed_options) == -1)) { 4517 static int set_fuseblk_options(char **parsed_options) argument 4531 if (ntfs_strappend(parsed_options, options)) 4536 static struct fuse_session *mount_fuse(char *parsed_options) argument 4541 ctx->fc = try_fuse_mount(parsed_options); 4570 static void setup_logging(char *parsed_options) argument 4595 ntfs_log_info("Mount options: %s\n", parsed_options); 4600 char *parsed_options = NULL; local 4646 parsed_options = parse_mount_options(ctx, &opts, TRUE); [all …]
|