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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dlogfs_abi.h73 * LOGFS_BLOCKSIZE - self-explaining
77 #define LOGFS_BLOCKSIZE (4096ull) macro
78 #define LOGFS_BLOCK_FACTOR (LOGFS_BLOCKSIZE / sizeof(u64))
104 #define LOGFS_I0_SIZE (I0_BLOCKS * LOGFS_BLOCKSIZE)
105 #define LOGFS_I1_SIZE (I1_BLOCKS * LOGFS_BLOCKSIZE)
106 #define LOGFS_I2_SIZE (I2_BLOCKS * LOGFS_BLOCKSIZE)
107 #define LOGFS_I3_SIZE (I3_BLOCKS * LOGFS_BLOCKSIZE)
108 #define LOGFS_I4_SIZE (I4_BLOCKS * LOGFS_BLOCKSIZE)
109 #define LOGFS_I5_SIZE (I5_BLOCKS * LOGFS_BLOCKSIZE)
157 #define LOGFS_MAX_OBJECTSIZE (LOGFS_OBJECT_HEADERSIZE + LOGFS_BLOCKSIZE)
[all...]
H A Dreadwrite.c1689 if (size > (e+1) * LOGFS_BLOCKSIZE)
1735 return __logfs_step[level] * LOGFS_BLOCKSIZE;
1768 if (size > next_bix * LOGFS_BLOCKSIZE)
2200 BUG_ON(pos & (LOGFS_BLOCKSIZE-1));
2201 BUG_ON(count > LOGFS_BLOCKSIZE);
2211 if (i_size_read(inode) < pos + LOGFS_BLOCKSIZE)
2212 i_size_write(inode, pos + LOGFS_BLOCKSIZE);

Completed in 63 milliseconds