Searched refs:getquota (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c636 static int getquota( struct vol *vol, struct dqblk *dq, const u_int32_t bsize) function
645 LOG(log_info, logtype_afpd, "getquota: mountp %s fails", vol->v_path );
651 LOG(log_error, logtype_afpd, "getquota: malloc: %s", strerror(errno) );
668 LOG(log_info, logtype_afpd, "getquota: special %s fails", vol->v_path );
673 LOG(log_error, logtype_afpd, "getquota: malloc: %s", strerror(errno) );
781 if (getquota( vol, &dqblk, bsize) != 0 ) {
790 LOG(log_debug, logtype_afpd, "after calling getquota in uquota_getvolspace!" );

Completed in 96 milliseconds