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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsysquotas_xfs.c62 * IRIX has BBSIZE in <sys/param.h>
67 #ifndef BBSIZE
68 #define BBSIZE (1<<BBSHIFT) macro
69 #endif /* BBSIZE */
78 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE;
165 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsysquotas_xfs.c63 * IRIX has BBSIZE in <sys/param.h>
68 #ifndef BBSIZE
69 #define BBSIZE (1<<BBSHIFT) macro
70 #endif /* BBSIZE */
79 uint64_t bsize = (uint64_t)BBSIZE;
166 uint64_t bsize = (uint64_t)BBSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsysquotas_xfs.c62 * IRIX has BBSIZE in <sys/param.h>
67 #ifndef BBSIZE
68 #define BBSIZE (1<<BBSHIFT) macro
69 #endif /* BBSIZE */
78 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE;
165 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsysquotas_xfs.c63 * IRIX has BBSIZE in <sys/param.h>
68 #ifndef BBSIZE
69 #define BBSIZE (1<<BBSHIFT) macro
70 #endif /* BBSIZE */
79 uint64_t bsize = (uint64_t)BBSIZE;
166 uint64_t bsize = (uint64_t)BBSIZE;
/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_xfs.c63 * IRIX has BBSIZE in <sys/param.h>
68 #ifndef BBSIZE
69 #define BBSIZE (1<<BBSHIFT) macro
70 #endif /* BBSIZE */
79 uint64_t bsize = (uint64_t)BBSIZE;
166 uint64_t bsize = (uint64_t)BBSIZE;
/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_xfs.c62 * IRIX has BBSIZE in <sys/param.h>
67 #ifndef BBSIZE
68 #define BBSIZE (1<<BBSHIFT) macro
69 #endif /* BBSIZE */
78 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE;
165 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h491 #define BBSIZE (1<<BBSHIFT) macro
492 #define BBMASK (BBSIZE-1)
493 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
H A Dxfs_log_priv.h303 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
312 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
H A Dxfs_log_recover.c425 buf += BBSIZE;
499 offset -= BBSIZE;
1153 memset(buf, 0, BBSIZE);
1240 offset += BBSIZE;
3358 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) {
3361 dp += BBSIZE;
3368 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
3369 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
3372 dp += BBSIZE;
3390 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
[all...]
H A Dxfs_log.c387 * blk_offset - Start block # where block size is 512 bytes (BBSIZE)
388 * num_bblocks - Number of BBSIZE blocks in on-disk log
1005 log->l_iclog_hsize = BBSIZE;
1016 log->l_iclog_hsize = BBSIZE;
1113 /* log record size must be multiple of BBSIZE; see xlog_rec_header_t */
1332 * to save away the 1st word of each BBSIZE block into the header. We replace
1333 * it with the current cycle count. Each BBSIZE block is tagged with the
1468 for (i = 0; i < split; i += BBSIZE) {
1472 dptr += BBSIZE;
3446 unit_bytes += 2*BBSIZE;
[all...]
H A Dxfs_fsops.c102 mp->m_sb.sb_logsectsize : BBSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h491 #define BBSIZE (1<<BBSHIFT) macro
492 #define BBMASK (BBSIZE-1)
493 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
H A Dxfs_log_priv.h303 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE];
312 __be32 xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */
H A Dxfs_log_recover.c425 buf += BBSIZE;
499 offset -= BBSIZE;
1153 memset(buf, 0, BBSIZE);
1240 offset += BBSIZE;
3358 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE); i++) {
3361 dp += BBSIZE;
3368 j = i / (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
3369 k = i % (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
3372 dp += BBSIZE;
3390 i < (XLOG_HEADER_CYCLE_SIZE / BBSIZE);
[all...]
H A Dxfs_log.c387 * blk_offset - Start block # where block size is 512 bytes (BBSIZE)
388 * num_bblocks - Number of BBSIZE blocks in on-disk log
1005 log->l_iclog_hsize = BBSIZE;
1016 log->l_iclog_hsize = BBSIZE;
1113 /* log record size must be multiple of BBSIZE; see xlog_rec_header_t */
1332 * to save away the 1st word of each BBSIZE block into the header. We replace
1333 * it with the current cycle count. Each BBSIZE block is tagged with the
1468 for (i = 0; i < split; i += BBSIZE) {
1472 dptr += BBSIZE;
3446 unit_bytes += 2*BBSIZE;
[all...]
H A Dxfs_fsops.c102 mp->m_sb.sb_logsectsize : BBSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c811 unsigned int log_sector_size = BBSIZE;
1503 sb_min_blocksize(sb, BBSIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_super.c811 unsigned int log_sector_size = BBSIZE;
1503 sb_min_blocksize(sb, BBSIZE);

Completed in 250 milliseconds