Searched refs:add_mount (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 163 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/ |
D | mount_util.c | 88 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/ |
D | fusermount.c | 177 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()
|