Searched hist:"1259728731 a7902c4965952c55fa16014b4fd0e7" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff 1259728731a7902c4965952c55fa16014b4fd0e7 Tue Sep 10 08:04:10 CDT 2019 Miklos Szeredi <mszeredi@redhat.com> fuse: add simple background helper
Create a helper named fuse_simple_background() that is similar to fuse_simple_request(). Unlike the latter, it returns immediately and calls the supplied 'end' callback when the reply is received.
The supplied 'args' pointer is stored in 'fuse_req' which allows the callback to interpret the output arguments decoded from the reply.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | dev.c | diff 1259728731a7902c4965952c55fa16014b4fd0e7 Tue Sep 10 08:04:10 CDT 2019 Miklos Szeredi <mszeredi@redhat.com> fuse: add simple background helper
Create a helper named fuse_simple_background() that is similar to fuse_simple_request(). Unlike the latter, it returns immediately and calls the supplied 'end' callback when the reply is received.
The supplied 'args' pointer is stored in 'fuse_req' which allows the callback to interpret the output arguments decoded from the reply.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|