SMB_VFS_NEXT_FTRUNCATE  236 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset);
SMB_VFS_NEXT_FTRUNCATE  282 source3/modules/vfs_commit.c         result = SMB_VFS_NEXT_FTRUNCATE(handle, fsp, len);
SMB_VFS_NEXT_FTRUNCATE 1528 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_FTRUNCATE(handle, fsp, len);
SMB_VFS_NEXT_FTRUNCATE  198 source3/modules/vfs_prealloc.c 	int ret = SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset);
SMB_VFS_NEXT_FTRUNCATE  896 source3/modules/vfs_streams_xattr.c 		return SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset);