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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dsysquotas.h71 #ifndef QUOTABLOCK_SIZE
72 #define QUOTABLOCK_SIZE 1024 macro
H A Dsamba_linux_quota.h34 #undef QUOTABLOCK_SIZE macro
136 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
141 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
280 u_int32_t dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
281 u_int32_t dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
331 #ifndef QUOTABLOCK_SIZE
332 #define QUOTABLOCK_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dsysquotas.h71 #ifndef QUOTABLOCK_SIZE
72 #define QUOTABLOCK_SIZE 1024 macro
H A Dsamba_linux_quota.h34 #undef QUOTABLOCK_SIZE macro
136 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
141 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
280 u_int32_t dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
281 u_int32_t dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
331 #ifndef QUOTABLOCK_SIZE
332 #define QUOTABLOCK_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dsysquotas.h71 #ifndef QUOTABLOCK_SIZE
72 #define QUOTABLOCK_SIZE 1024 macro
H A Dsamba_linux_quota.h34 #undef QUOTABLOCK_SIZE macro
136 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
141 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
280 u_int32_t dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
281 u_int32_t dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
331 #ifndef QUOTABLOCK_SIZE
332 #define QUOTABLOCK_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsysquotas_4A.c64 #ifndef QUOTABLOCK_SIZE
65 #define QUOTABLOCK_SIZE DEV_BSIZE macro
92 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
187 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
H A Dsysquotas_linux.c44 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
113 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
178 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
247 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
312 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
381 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsysquotas_4A.c64 #ifndef QUOTABLOCK_SIZE
65 #define QUOTABLOCK_SIZE DEV_BSIZE macro
92 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
187 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
H A Dsysquotas_linux.c44 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
113 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
178 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
247 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
312 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
381 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dsysquotas_4A.c64 #ifndef QUOTABLOCK_SIZE
65 #define QUOTABLOCK_SIZE DEV_BSIZE macro
92 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
187 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
H A Dsysquotas_linux.c44 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
113 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
178 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
247 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
312 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
381 uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;

Completed in 217 milliseconds

12