sys_set_vfs_quota  898 source3/include/proto.h int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
sys_set_vfs_quota  517 source3/lib/sysquotas.c 		ret=sys_set_vfs_quota(mntpath, bdev, qtype, id, dp);