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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c184 u8 *dp_sb_end; /* End of current sb in dp (dp_sb_start + local
317 dp_sb_end = dp_sb_start + NTFS_SB_SIZE;
324 if (dp_addr < dp_sb_end) {
340 if (cb > cb_sb_end || dp_addr > dp_sb_end)
353 if (cb >= cb_sb_end || dp_addr > dp_sb_end)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dcompress.c184 u8 *dp_sb_end; /* End of current sb in dp (dp_sb_start + local
317 dp_sb_end = dp_sb_start + NTFS_SB_SIZE;
324 if (dp_addr < dp_sb_end) {
340 if (cb > cb_sb_end || dp_addr > dp_sb_end)
353 if (cb >= cb_sb_end || dp_addr > dp_sb_end)

Completed in 76 milliseconds