diff options
author | Christof Schmitt <christof.schmitt@us.ibm.com> | 2012-03-02 14:26:10 -0700 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-03-22 18:41:22 +0100 |
commit | 4262eb401fac0a6f9f0f76bff390041ad6600536 (patch) | |
tree | f848a7d52b542a2157882ae0f6e5b9982d3d86dd /source3/smbd/proto.h | |
parent | 80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5 (diff) | |
download | samba-4262eb401fac0a6f9f0f76bff390041ad6600536.tar.gz samba-4262eb401fac0a6f9f0f76bff390041ad6600536.tar.bz2 samba-4262eb401fac0a6f9f0f76bff390041ad6600536.zip |
s3:vfs_gpfs: Export disk_norm function
vfs modules implementing the disk_free callback need access
to the function disk_norm for normalizing the data if the parameter
small query is true.
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index ee91e9453d..07cfef5b5e 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -169,6 +169,7 @@ bool claim_connection(connection_struct *conn, const char *name); /* The following definitions come from smbd/dfree.c */ +void disk_norm(bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize); uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize); uint64_t get_dfree_info(connection_struct *conn, |