Lines Matching defs:pops
144 struct puffs_ops *pops;
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);
260 PUFFSOP_SET(pops, psshfs, node, inactive);
261 PUFFSOP_SET(pops, psshfs, node, readdir);
262 PUFFSOP_SET(pops, psshfs, node, getattr);
263 PUFFSOP_SET(pops, psshfs, node, setattr);
264 PUFFSOP_SET(pops, psshfs, node, mkdir);
265 PUFFSOP_SET(pops, psshfs, node, remove);
266 PUFFSOP_SET(pops, psshfs, node, readlink);
267 PUFFSOP_SET(pops, psshfs, node, rmdir);
268 PUFFSOP_SET(pops, psshfs, node, symlink);
269 PUFFSOP_SET(pops, psshfs, node, rename);
270 PUFFSOP_SET(pops, psshfs, node, read);
271 PUFFSOP_SET(pops, psshfs, node, write);
272 PUFFSOP_SET(pops, psshfs, node, reclaim);
274 pu = puffs_init(pops, argv[0], "psshfs", &pctx, pflags);