vfs_ops           570 source3/include/smb.h 	struct vfs_ops vfs;                   /* Filesystem operations */
vfs_ops           571 source3/include/smb.h 	struct vfs_ops vfs_opaque;			/* OPAQUE Filesystem operations */
vfs_ops            30 source3/include/vfs.h #ifdef vfs_ops
vfs_ops           688 source3/include/vfs.h 	struct vfs_ops vfs_next;
vfs_ops           184 source3/smbd/vfs.c 	memcpy(&handle->vfs_next, &conn->vfs, sizeof(struct vfs_ops));