Searched refs:fuse_in_header (Results 1 - 2 of 2) sorted by relevance

/system/core/sdcard/
H A Dsdcard.c81 #define MAX_REQUEST_SIZE (sizeof(struct fuse_in_header) + sizeof(struct fuse_write_in) + MAX_WRITE)
513 const struct fuse_in_header *hdr, const char* name)
535 const struct fuse_in_header *hdr, const struct fuse_forget_in *req)
554 const struct fuse_in_header *hdr, const struct fuse_getattr_in *req)
572 const struct fuse_in_header *hdr, const struct fuse_setattr_in *req)
630 const struct fuse_in_header* hdr, const struct fuse_mknod_in* req, const char* name)
656 const struct fuse_in_header* hdr, const struct fuse_mkdir_in* req, const char* name)
682 const struct fuse_in_header* hdr, const char* name)
706 const struct fuse_in_header* hdr, const char* name)
730 const struct fuse_in_header* hd
[all...]
H A Dfuse.h536 struct fuse_in_header { struct

Completed in 479 milliseconds