Searched refs:dp_sb_start (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.c183 u8 *dp_sb_start; /* Start of current sub-block in dp. */ local
184 u8 *dp_sb_end; /* End of current sb in dp (dp_sb_start +
316 dp_sb_start = dp_addr;
317 dp_sb_end = dp_sb_start + NTFS_SB_SIZE;
373 if (dp_addr == dp_sb_start)
396 if (dp_back_addr < dp_sb_start)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dcompress.c183 u8 *dp_sb_start; /* Start of current sub-block in dp. */ local
184 u8 *dp_sb_end; /* End of current sb in dp (dp_sb_start +
316 dp_sb_start = dp_addr;
317 dp_sb_end = dp_sb_start + NTFS_SB_SIZE;
373 if (dp_addr == dp_sb_start)
396 if (dp_back_addr < dp_sb_start)

Completed in 325 milliseconds