add get all filesystems quotas

This commit is contained in:
Chris PeBenito 2005-05-18 13:20:38 +00:00
parent 76bff31d96
commit 759ba0a459
1 changed files with 14 additions and 0 deletions

View File

@ -984,6 +984,20 @@ attribute fs_type;
class filesystem quotaget; class filesystem quotaget;
') ')
########################################
#
# filesystem_set_all_filesystems_quotas(type)
#
define(`filesystem_set_all_filesystems_quotas',`
requires_block_template(`$0'_depend)
allow $1 fs_type:filesystem quotamod;
')
define(`filesystem_set_all_filesystems_quotas_depend',`
attribute fs_type;
class filesystem quotamod;
')
######################################## ########################################
# #
# filesystem_get_all_file_attributes(type) # filesystem_get_all_file_attributes(type)