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