Searched refs:EFS_BLOCKSIZE (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/efs/
H A Dsymlink.c23 if (size > 2 * EFS_BLOCKSIZE)
32 memcpy(link, bh->b_data, (size > EFS_BLOCKSIZE) ? EFS_BLOCKSIZE : size);
34 if (size > EFS_BLOCKSIZE) {
38 memcpy(link + EFS_BLOCKSIZE, bh->b_data, size - EFS_BLOCKSIZE);
H A Dsuper.c142 s->s_blocksize = EFS_BLOCKSIZE;
145 if( set_blocksize(dev, EFS_BLOCKSIZE) < 0)
148 EFS_BLOCKSIZE);
212 buf->f_bsize = EFS_BLOCKSIZE; /* blocksize */
219 (EFS_BLOCKSIZE / sizeof(struct efs_dinode));
H A Dinode.c70 (EFS_BLOCKSIZE / sizeof(struct efs_dinode));
77 (EFS_BLOCKSIZE / sizeof(struct efs_dinode))) *
254 (EFS_BLOCKSIZE / sizeof(efs_extent));
267 (EFS_BLOCKSIZE / sizeof(efs_extent));
269 (EFS_BLOCKSIZE / sizeof(efs_extent));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Defs_fs.h28 #define EFS_BLOCKSIZE (1 << EFS_BLOCKSIZE_BITS) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Defs_fs.h28 #define EFS_BLOCKSIZE (1 << EFS_BLOCKSIZE_BITS) macro

Completed in 97 milliseconds