SMB_VFS_NEXT_OPEN 121 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 590 source3/modules/vfs_acl_tdb.c fsp->fh->fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 458 source3/modules/vfs_acl_xattr.c fsp->fh->fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 194 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 118 source3/modules/vfs_cap.c return SMB_VFS_NEXT_OPEN(handle, cappath, fsp, flags, mode); SMB_VFS_NEXT_OPEN 147 source3/modules/vfs_catia.c return SMB_VFS_NEXT_OPEN(handle, name, fsp, flags, mode); SMB_VFS_NEXT_OPEN 182 source3/modules/vfs_commit.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 211 source3/modules/vfs_commit.c fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 223 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 1183 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 55 source3/modules/vfs_onefs.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 155 source3/modules/vfs_prealloc.c fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 190 source3/modules/vfs_prealloc.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 385 source3/modules/vfs_preopen.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 388 source3/modules/vfs_preopen.c res = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 436 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 448 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_OPEN(handle, base, fsp, flags, mode); SMB_VFS_NEXT_OPEN 465 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_OPEN(handle, stream_fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 295 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); SMB_VFS_NEXT_OPEN 308 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_NEXT_OPEN(handle, base, fsp, flags, mode);