reindent-20030715
[openafs.git] / src / afs / UKERNEL / osi_vm.c
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include <afsconfig.h>
11 #include "afs/param.h"
12
13 RCSID
14     ("$Header$");
15
16 #include "afs/sysincludes.h"    /* Standard vendor system headers */
17 #include "afsincludes.h"        /* Afs-based standard headers */
18 #include "afs/afs_stats.h"      /* statistics */
19
20 void
21 osi_VM_Truncate(struct vcache *avc, int alen, struct AFS_UCRED *acred)
22 {
23     return;
24 }
25
26 int
27 osi_VM_FlushVCache(struct vcache *avc, int *slept)
28 {
29     return 0;
30 }
31
32 void
33 osi_VM_StoreAllSegments(struct vcache *avc)
34 {
35     return;
36 }
37
38 void
39 osi_VM_TryToSmush(struct vcache *avc, struct AFS_UCRED *acred, int sync)
40 {
41     return;
42 }
43
44 void
45 osi_VM_FlushPages(struct vcache *avc, struct AFS_UCRED *credp)
46 {
47     return;
48 }