Home | History | Annotate | Download | only in pgfs

Lines Matching defs:pops

73 	struct puffs_ops *pops;
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);
139 PUFFSOP_SET(pops, pgfs, node, read);
140 PUFFSOP_SET(pops, pgfs, node, write);
141 PUFFSOP_SET(pops, pgfs, node, link);
142 PUFFSOP_SET(pops, pgfs, node, remove);
143 PUFFSOP_SET(pops, pgfs, node, rmdir);
144 PUFFSOP_SET(pops, pgfs, node, inactive);
145 PUFFSOP_SET(pops, pgfs, node, setattr);
146 PUFFSOP_SET(pops, pgfs, node, rename);
147 PUFFSOP_SET(pops, pgfs, node, symlink);
148 PUFFSOP_SET(pops, pgfs, node, readlink);
149 PUFFSOP_SET(pops, pgfs, node, access);
152 PUFFSOP_SET(pops, pgfs, node, fsync);
157 pu = puffs_init(pops, _PATH_PUFFS, "pgfs", NULL, pflags);