Home
last modified time | relevance | path

Searched refs:sqfs_hl_ops (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/fusefs-squashfuse/squashfuse-0.1.103/
H A Dhl.c278 struct fuse_operations sqfs_hl_ops; in main() local
279 memset(&sqfs_hl_ops, 0, sizeof(sqfs_hl_ops)); in main()
280 sqfs_hl_ops.init = sqfs_hl_op_init; in main()
281 sqfs_hl_ops.destroy = sqfs_hl_op_destroy; in main()
282 sqfs_hl_ops.getattr = sqfs_hl_op_getattr; in main()
283 sqfs_hl_ops.opendir = sqfs_hl_op_opendir; in main()
285 sqfs_hl_ops.readdir = sqfs_hl_op_readdir; in main()
286 sqfs_hl_ops.open = sqfs_hl_op_open; in main()
287 sqfs_hl_ops.create = sqfs_hl_op_create; in main()
288 sqfs_hl_ops.release = sqfs_hl_op_release; in main()
[all …]