Home | History | Annotate | Download | only in mount_psshfs

Lines Matching refs:PUFFSOP_SET

251 	PUFFSOP_SET(pops, psshfs, fs, unmount);
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);