[Gluster-users] FUSE fuse_main
Ravishankar N
ravishankar at redhat.com
Thu Feb 11 01:30:56 UTC 2016
On 02/11/2016 05:40 AM, Samuel Hall wrote:
>
> Hello everyone,
>
> I am trying to find where FUSE is initialized and the fuse_main
> function is called by Gluster.
>
> Normally the call by File-Systems using FUSE looks like this:
>
> int main(int argc, char *argv[])
>
> {
>
> ….
>
> return fuse_main(argc, argv, &prefix_oper, NULL);
>
> }
>
> I can’t find any similar pattern in Gluster.
>
create_fuse_mount() is the entry point which calls init (xlator_t
*this_xl) in fuse-bridge.c.
> Also I am looking the operations struct (prefix_oper in the example
> above), which contains the fuse operations. I found similar structs in
> different Gluster translators. Where can I find the one being used for
> FUSE?
>
> The reason for those questions is, that I’m trying to integrate
> Gluster in a microkernel OS, to which FUSE has been ported. But to be
> able to use FUSE some changes have to made in calling the fuse_main.
>
> Kind regards
> Hall Samuel
>
>
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-users at gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160211/db50defc/attachment.html>
More information about the Gluster-users
mailing list