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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsysquotas.h72 #ifndef QUOTABLOCK_SIZE
73 #define QUOTABLOCK_SIZE 1024 macro
H A Dsamba_linux_quota.h35 #undef QUOTABLOCK_SIZE macro
137 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
142 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
281 u_int32_t dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
282 u_int32_t dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
332 #ifndef QUOTABLOCK_SIZE
333 #define QUOTABLOCK_SIZE 1024 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysquotas_4A.c65 #ifndef QUOTABLOCK_SIZE
66 #define QUOTABLOCK_SIZE DEV_BSIZE macro
93 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
188 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
H A Dsysquotas_linux.c45 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
114 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
179 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
248 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
313 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
382 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_v1.c19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
H A Dquota_v2.c46 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
50 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dntquotas.c125 D.bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
H A Dquotas.c36 #ifdef QUOTABLOCK_SIZE
37 #undef QUOTABLOCK_SIZE macro
126 dp->bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
152 dp->bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;
182 dp->bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE;

Completed in 71 milliseconds