d_bcount          153 source3/lib/sysquotas_xfs.c 	dp->curblocks = (uint64_t)D.d_bcount;
d_bcount          104 source3/smbd/quotas.c 	dp->curblocks = (uint64_t)D.d_bcount;
d_bcount          916 source3/smbd/quotas.c         (F.d_blk_softlimit && F.d_bcount>=F.d_blk_softlimit) ||
d_bcount          917 source3/smbd/quotas.c         (F.d_blk_hardlimit && F.d_bcount>=F.d_blk_hardlimit) ||
d_bcount          923 source3/smbd/quotas.c       *dsize = F.d_bcount;
d_bcount          927 source3/smbd/quotas.c       *dfree = (F.d_blk_softlimit - F.d_bcount);