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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Ddir_f.c243 int thissize, buffer, offset; local
251 thissize = sb->s_blocksize - offset;
252 if (thissize > 26)
253 thissize = 26;
255 memcpy(&de, dir->bh[buffer]->b_data + offset, thissize);
256 if (thissize != 26)
257 memcpy(((char *)&de) + thissize, dir->bh[buffer + 1]->b_data,
258 26 - thissize);
273 int thissize, buffer, offset; local
281 thissize
[all...]

Completed in 100 milliseconds