|
nfs-ganesha 1.4
|
Go to the source code of this file.
Functions | |
| fsal_status_t | FSAL_get_quota (fsal_path_t *pfsal_path, int quota_type, fsal_uid_t fsal_uid, fsal_quota_t *pquota) |
| fsal_status_t | FSAL_set_quota (fsal_path_t *pfsal_path, int quota_type, fsal_uid_t fsal_uid, fsal_quota_t *pquot, fsal_quota_t *presquot) |
| fsal_status_t FSAL_get_quota | ( | fsal_path_t * | pfsal_path, |
| int | quota_type, | ||
| fsal_uid_t | fsal_uid, | ||
| fsal_quota_t * | pquota | ||
| ) |
FSAL_get_quota : Gets the quota for a given path.
| pfsal_path | path to the filesystem whose quota are requested |
| fsal_uid | uid for the user whose quota are requested |
| pquota | (input): Parameter to the structure containing the requested quotas |
Definition at line 53 of file FSAL_TEMPLATE/fsal_quota.c.
| fsal_status_t FSAL_set_quota | ( | fsal_path_t * | pfsal_path, |
| int | quota_type, | ||
| fsal_uid_t | fsal_uid, | ||
| fsal_quota_t * | pquot, | ||
| fsal_quota_t * | presquot | ||
| ) |
FSAL_get_quota : Gets the quota for a given path.
| pfsal_path | path to the filesystem whose quota are requested |
| fsal_uid | uid for the user whose quota are requested |
| pquota | (input): pointer to the structure containing the wanted quotas |
| presquot | (output) pointer to the structure containing the resulting quotas |
Definition at line 77 of file FSAL_TEMPLATE/fsal_quota.c.
1.7.3