Searched refs:fuse_operations (Results 1 - 17 of 17) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 324 struct fuse_operations { struct 904 * `struct fuse_operations.init` handler. 910 int fuse_main(int argc, char *argv[], const struct fuse_operations *op, 954 * @param op_size the size of the fuse_operations structure 957 * `struct fuse_operations.init` handler. 961 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op, 966 struct fuse *fuse_new(struct fuse_args *args, const struct fuse_operations *op, 970 const struct fuse_operations *op, 1057 * fuse_operations record. 1062 * in the callback function of fuse_operations i [all...] |
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 71 struct fuse_operations { struct 488 * @param op_size the size of the fuse_operations structure 493 const struct fuse_operations *op, size_t op_size, 635 * @param op_size the size of the fuse_operations structure 639 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
|
/third_party/libfuse/test/ |
H A D | release_unlink_race.c | 98 static const struct fuse_operations xmp_oper = {
|
/third_party/libfuse/example/ |
H A D | hello.c | 131 static const struct fuse_operations hello_oper = {
|
H A D | null.c | 107 static const struct fuse_operations null_oper = {
|
H A D | ioctl.c | 217 static const struct fuse_operations fioc_oper = {
|
H A D | invalidate_path.c | 156 static const struct fuse_operations xmp_oper = {
|
H A D | poll.c | 207 static const struct fuse_operations fsel_oper = {
|
H A D | passthrough_fh.c | 607 static const struct fuse_operations xmp_oper = {
|
H A D | passthrough.c | 509 static const struct fuse_operations xmp_oper = {
|
/third_party/libfuse/lib/ |
H A D | fuse_i.h | 181 struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op,
|
H A D | helper.c | 307 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, in fuse_main_real()
|
H A D | fuse.c | 57 struct fuse_operations op; 4814 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new() 4819 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new() 4821 op_size = sizeof(struct fuse_operations); in fuse_fs_new() 4883 const struct fuse_operations *op, in fuse_new_31() 5031 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op, 5035 const struct fuse_operations *op, in fuse_new_30()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 73 struct fuse_operations op; 3031 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new() 3036 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new() 3038 op_size = sizeof(struct fuse_operations); in fuse_fs_new() 3054 const struct fuse_operations *op, size_t op_size, in fuse_new()
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 574 static const struct fuse_operations subdir_oper = {
|
H A D | iconv.c | 593 static const struct fuse_operations iconv_oper = {
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 3946 static struct fuse_operations ntfs_3g_ops = {
|
Completed in 26 milliseconds