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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c63 NTFS_SB_SIZE = 0x1000, enumerator in enum:__anon1355
117 dest_sb_end = dest + NTFS_SB_SIZE;
137 if (cb_sb_end - cb != NTFS_SB_SIZE)
140 memcpy(dest, cb, NTFS_SB_SIZE);
141 cb += NTFS_SB_SIZE;
143 dest += NTFS_SB_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcompress.c45 NTFS_SB_SIZE = 0x1000, enumerator in enum:__anon7530
184 NTFS_SB_SIZE). */
187 NTFS_SB_SIZE). */
248 do_sb_end = do_sb_start + NTFS_SB_SIZE;
272 *dest_ofs = (*dest_ofs + NTFS_SB_SIZE) & ~PAGE_CACHE_MASK;
290 if (cb_sb_end - cb != NTFS_SB_SIZE)
294 memcpy(dp_addr, cb, NTFS_SB_SIZE);
295 cb += NTFS_SB_SIZE;
298 *dest_ofs += NTFS_SB_SIZE;
316 dp_sb_end = dp_sb_start + NTFS_SB_SIZE;
[all...]

Completed in 54 milliseconds