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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c63 NTFS_SB_SIZE = 0x1000, enumerator in enum:__anon4301
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c46 NTFS_SB_SIZE = 0x1000, enumerator in enum:__anon16802
185 NTFS_SB_SIZE). */
188 NTFS_SB_SIZE). */
249 do_sb_end = do_sb_start + NTFS_SB_SIZE;
273 *dest_ofs = (*dest_ofs + NTFS_SB_SIZE) & ~PAGE_CACHE_MASK;
291 if (cb_sb_end - cb != NTFS_SB_SIZE)
295 memcpy(dp_addr, cb, NTFS_SB_SIZE);
296 cb += NTFS_SB_SIZE;
299 *dest_ofs += NTFS_SB_SIZE;
317 dp_sb_end = dp_sb_start + NTFS_SB_SIZE;
[all...]

Completed in 62 milliseconds