/src/share/examples/puffs/pnullfs/ |
pnullfs.c | 52 struct puffs_ops *pops; local in function:main 96 PUFFSOP_INIT(pops); 97 puffs_null_setops(pops); 99 if ((pu = puffs_init(pops, argv[0], "pnullfs", NULL, pflags)) == NULL)
|
/src/share/examples/puffs/pgfs/ |
mount.c | 73 struct puffs_ops *pops; local in function:main 130 PUFFSOP_INIT(pops); 131 PUFFSOP_SETFSNOP(pops, unmount); 132 PUFFSOP_SETFSNOP(pops, sync); 133 PUFFSOP_SET(pops, pgfs, fs, statvfs); 134 PUFFSOP_SET(pops, pgfs, node, readdir); 135 PUFFSOP_SET(pops, pgfs, node, getattr); 136 PUFFSOP_SET(pops, pgfs, node, lookup); 137 PUFFSOP_SET(pops, pgfs, node, mkdir); 138 PUFFSOP_SET(pops, pgfs, node, create) [all...] |
/src/share/examples/puffs/rot13fs/ |
rot13fs.c | 98 struct puffs_ops *pops; local in function:main 147 PUFFSOP_INIT(pops); 148 puffs_null_setops(pops); 150 PUFFSOP_SET(pops, rot13, node, readdir); 151 PUFFSOP_SET(pops, rot13, node, read); 152 PUFFSOP_SET(pops, rot13, node, write); 154 if ((pu = puffs_init(pops, argv[0], "rot13", NULL, pflags)) == NULL)
|
/src/tests/fs/puffs/h_dtfs/ |
dtfs.c | 103 struct puffs_ops *pops; local in function:main 182 PUFFSOP_INIT(pops); 184 PUFFSOP_SET(pops, dtfs, fs, statvfs); 185 PUFFSOP_SET(pops, dtfs, fs, unmount); 186 PUFFSOP_SETFSNOP(pops, sync); 187 PUFFSOP_SET(pops, dtfs, fs, fhtonode); 188 PUFFSOP_SET(pops, dtfs, fs, nodetofh); 190 PUFFSOP_SET(pops, dtfs, node, lookup); 191 PUFFSOP_SET(pops, dtfs, node, access); 192 PUFFSOP_SET(pops, puffs_genfs, node, getattr) [all...] |
/src/share/examples/puffs/icfs/ |
icfs.c | 147 struct puffs_ops *pops; local in function:main 195 PUFFSOP_INIT(pops); 196 puffs_null_setops(pops); 199 PUFFSOP_SET(pops, ic, node, readdir); 201 if ((pu = puffs_init(pops, argv[0], "ic", NULL, pflags)) == NULL)
|
/src/lib/libpuffs/ |
dispatcher.c | 124 struct puffs_ops *pops = &pu->pu_ops; local in function:dispatch 173 error = pops->puffs_fs_unmount(pu, auxt->pvfsr_flags); 185 error = pops->puffs_fs_statvfs(pu, &auxt->pvfsr_sb); 194 error = pops->puffs_fs_sync(pu, 212 error = pops->puffs_fs_fhtonode(pu, auxt->pvfsr_data, 222 error = pops->puffs_fs_nodetofh(pu, 235 if (pops->puffs_fs_extattrctl == NULL) { 246 error = pops->puffs_fs_extattrctl(pu, auxt->pvfsr_cmd, 288 error = pops->puffs_node_lookup(pu, opcookie, 323 if (pops->puffs_node_create == NULL) [all...] |
/src/usr.sbin/puffs/mount_9p/ |
ninepuffs.c | 141 struct puffs_ops *pops; local in function:main 223 PUFFSOP_INIT(pops); 225 PUFFSOP_SET(pops, puffs9p, fs, unmount); 226 PUFFSOP_SETFSNOP(pops, sync); 227 PUFFSOP_SETFSNOP(pops, statvfs); 229 PUFFSOP_SET(pops, puffs9p, node, lookup); 230 PUFFSOP_SET(pops, puffs9p, node, readdir); 231 PUFFSOP_SET(pops, puffs9p, node, getattr); 232 PUFFSOP_SET(pops, puffs9p, node, setattr); 233 PUFFSOP_SET(pops, puffs9p, node, create) [all...] |
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.c | 144 struct puffs_ops *pops; local in function:main 249 PUFFSOP_INIT(pops); 251 PUFFSOP_SET(pops, psshfs, fs, unmount); 252 PUFFSOP_SETFSNOP(pops, sync); /* XXX */ 253 PUFFSOP_SET(pops, psshfs, fs, statvfs); 254 PUFFSOP_SET(pops, psshfs, fs, nodetofh); 255 PUFFSOP_SET(pops, psshfs, fs, fhtonode); 257 PUFFSOP_SET(pops, psshfs, node, lookup); 258 PUFFSOP_SET(pops, psshfs, node, create); 259 PUFFSOP_SET(pops, psshfs, node, open) [all...] |
/src/lib/libperfuse/ |
perfuse.c | 441 struct puffs_ops *pops; local in function:perfuse_init 492 PUFFSOP_INIT(pops); 493 PUFFSOP_SET(pops, perfuse, fs, unmount); 494 PUFFSOP_SET(pops, perfuse, fs, statvfs); 495 PUFFSOP_SET(pops, perfuse, fs, sync); 496 PUFFSOP_SET(pops, perfuse, node, lookup); 497 PUFFSOP_SET(pops, perfuse, node, create); 498 PUFFSOP_SET(pops, perfuse, node, mknod); 499 PUFFSOP_SET(pops, perfuse, node, open); 500 PUFFSOP_SET(pops, perfuse, node, close) [all...] |
/src/usr.sbin/puffs/mount_sysctlfs/ |
sysctlfs.c | 238 struct puffs_ops *pops; local in function:main 277 PUFFSOP_INIT(pops); 279 PUFFSOP_SETFSNOP(pops, unmount); 280 PUFFSOP_SETFSNOP(pops, sync); 281 PUFFSOP_SETFSNOP(pops, statvfs); 282 PUFFSOP_SET(pops, sysctlfs, fs, nodetofh); 283 PUFFSOP_SET(pops, sysctlfs, fs, fhtonode); 285 PUFFSOP_SET(pops, sysctlfs, node, lookup); 286 PUFFSOP_SET(pops, sysctlfs, node, getattr); 287 PUFFSOP_SET(pops, sysctlfs, node, setattr) [all...] |
/src/sbin/mount_portal/ |
puffs_portal.c | 400 struct puffs_ops *pops; local in function:main 435 PUFFSOP_INIT(pops); 437 PUFFSOP_SETFSNOP(pops, unmount); 438 PUFFSOP_SETFSNOP(pops, sync); 439 PUFFSOP_SETFSNOP(pops, statvfs); 441 PUFFSOP_SET(pops, portal, node, lookup); 442 PUFFSOP_SET(pops, portal, node, getattr); 443 PUFFSOP_SET(pops, portal, node, setattr); 444 PUFFSOP_SET(pops, portal, node, open); 445 PUFFSOP_SET(pops, portal, node, read) [all...] |
/src/lib/libp2k/ |
p2k.c | 279 struct puffs_ops *pops; local in function:p2k_init 285 PUFFSOP_INIT(pops); 287 PUFFSOP_SET(pops, p2k, fs, statvfs); 288 PUFFSOP_SET(pops, p2k, fs, unmount); 289 PUFFSOP_SET(pops, p2k, fs, sync); 290 PUFFSOP_SET(pops, p2k, fs, fhtonode); 291 PUFFSOP_SET(pops, p2k, fs, nodetofh); 292 PUFFSOP_SET(pops, p2k, fs, extattrctl); 294 PUFFSOP_SET(pops, p2k, node, lookup); 295 PUFFSOP_SET(pops, p2k, node, create) [all...] |
/src/lib/librefuse/ |
refuse.c | 1190 struct puffs_ops *pops; local in function:__fuse_new 1221 PUFFSOP_INIT(pops); 1223 PUFFSOP_SET(pops, puffs_fuse, fs, sync); 1224 PUFFSOP_SET(pops, puffs_fuse, fs, statvfs); 1225 PUFFSOP_SET(pops, puffs_fuse, fs, unmount); 1231 PUFFSOP_SET(pops, puffs_fuse, node, lookup); 1232 PUFFSOP_SET(pops, puffs_fuse, node, getattr); 1233 PUFFSOP_SET(pops, puffs_fuse, node, setattr); 1234 PUFFSOP_SET(pops, puffs_fuse, node, pathconf); 1235 PUFFSOP_SET(pops, puffs_fuse, node, readdir) [all...] |