Searched refs:fuse_operations (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h70 struct fuse_operations { struct
456 * @param op_size the size of the fuse_operations structure
461 const struct fuse_operations *op, size_t op_size,
601 * @param op_size the size of the fuse_operations structure
605 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c60 struct fuse_operations op;
2578 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
2583 if (sizeof(struct fuse_operations) < op_size) {
2585 op_size = sizeof(struct fuse_operations);
2601 const struct fuse_operations *op, size_t op_size,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1673 static struct fuse_operations ntfs_3g_ops = {

Completed in 165 milliseconds