Home
last modified time | relevance | path

Searched refs:add_mount (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c163 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() function
196 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() function
644 res = add_mount(source, mnt, type, mnt_opts); in mount_fuse()
/third_party/libfuse/lib/
Dmount_util.c88 static int add_mount(const char *progname, const char *fsname, in add_mount() function
145 return add_mount(progname, fsname, mnt, type, opts); in fuse_mnt_add_mount()
/third_party/libfuse/util/
Dfusermount.c177 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() function
518 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() function
1172 res = add_mount(source, mnt, *type, mnt_opts); in mount_fuse()