diff options
author | David Howells <dhowells@redhat.com> | 2007-05-11 01:22:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 11:29:32 -0400 |
commit | 45222b9e02fb282eb0a8007a3d992dd229ec2410 (patch) | |
tree | 2160228a23c700437bda0898d3a700ac499b941d /fs/afs/internal.h | |
parent | 0f300ca9284caabdd2c07c7f91b90f1f530f614e (diff) |
AFS: implement statfs
Implement the statfs() op for AFS.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index a30d4fa768e3..4953ba5a6f44 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h | |||
@@ -506,6 +506,10 @@ extern int afs_fs_store_data(struct afs_server *, struct afs_writeback *, | |||
506 | extern int afs_fs_setattr(struct afs_server *, struct key *, | 506 | extern int afs_fs_setattr(struct afs_server *, struct key *, |
507 | struct afs_vnode *, struct iattr *, | 507 | struct afs_vnode *, struct iattr *, |
508 | const struct afs_wait_mode *); | 508 | const struct afs_wait_mode *); |
509 | extern int afs_fs_get_volume_status(struct afs_server *, struct key *, | ||
510 | struct afs_vnode *, | ||
511 | struct afs_volume_status *, | ||
512 | const struct afs_wait_mode *); | ||
509 | 513 | ||
510 | /* | 514 | /* |
511 | * inode.c | 515 | * inode.c |
@@ -672,6 +676,8 @@ extern int afs_vnode_rename(struct afs_vnode *, struct afs_vnode *, | |||
672 | extern int afs_vnode_store_data(struct afs_writeback *, pgoff_t, pgoff_t, | 676 | extern int afs_vnode_store_data(struct afs_writeback *, pgoff_t, pgoff_t, |
673 | unsigned, unsigned); | 677 | unsigned, unsigned); |
674 | extern int afs_vnode_setattr(struct afs_vnode *, struct key *, struct iattr *); | 678 | extern int afs_vnode_setattr(struct afs_vnode *, struct key *, struct iattr *); |
679 | extern int afs_vnode_get_volume_status(struct afs_vnode *, struct key *, | ||
680 | struct afs_volume_status *); | ||
675 | 681 | ||
676 | /* | 682 | /* |
677 | * volume.c | 683 | * volume.c |