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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmst.c62 if (size & (NTFS_BLOCK_SIZE - 1) || usa_ofs & 1 ||
84 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
103 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
107 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
116 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
160 if (size & (NTFS_BLOCK_SIZE - 1) || usa_ofs & 1 ||
179 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
190 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
217 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
228 data_pos += NTFS_BLOCK_SIZE/sizeo
[all...]
H A Dlogfile.c54 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not
70 if (logfile_system_page_size < NTFS_BLOCK_SIZE ||
71 logfile_log_page_size < NTFS_BLOCK_SIZE ||
115 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) {
158 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not
177 NTFS_BLOCK_SIZE - sizeof(u16)) {
191 ra_ofs + ca_ofs > (u16)(NTFS_BLOCK_SIZE -
337 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not
384 if (le32_to_cpu(rp->system_page_size) <= NTFS_BLOCK_SIZE)
410 NTFS_BLOCK_SIZE
[all...]
H A Dwin32_io.c59 #ifndef NTFS_BLOCK_SIZE
60 #define NTFS_BLOCK_SIZE 512 macro
940 * - @pos, @buf, and @count must be aligned to NTFS_BLOCK_SIZE.
993 * - @pos, @buf, and @count must be aligned to NTFS_BLOCK_SIZE.
1021 old_ofs = ofs = old_pos & (NTFS_BLOCK_SIZE - 1);
1022 to_read = (ofs + count + NTFS_BLOCK_SIZE - 1) &
1023 ~(s64)(NTFS_BLOCK_SIZE - 1);
1034 if (!((unsigned long)b & (NTFS_BLOCK_SIZE - 1)) && !old_ofs &&
1035 !(count & (NTFS_BLOCK_SIZE - 1)))
1050 old_pos & ~(s64)(NTFS_BLOCK_SIZE
[all...]
H A Ddevice.c302 if (bksize & (bksize - 1) || bksize % NTFS_BLOCK_SIZE) {
359 if (count < 0 || bksize % NTFS_BLOCK_SIZE) {
H A Dindex.c687 if (icx->block_size < NTFS_BLOCK_SIZE) {
690 "sector size (%d)", icx->block_size, NTFS_BLOCK_SIZE);
808 ib->usa_count = cpu_to_le16(ib_size / NTFS_BLOCK_SIZE + 1);
H A Ddir.c144 if (index_block_size < NTFS_BLOCK_SIZE ||
785 if (index_block_size < NTFS_BLOCK_SIZE ||
H A Dmft.c356 if (vol->mft_record_size >= NTFS_BLOCK_SIZE)
358 NTFS_BLOCK_SIZE + 1);
H A Dattrib.c1520 if (bk_cnt < 0 || bk_size % NTFS_BLOCK_SIZE) {
1574 if (bk_cnt < 0 || bk_size % NTFS_BLOCK_SIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmst.c52 if ( size & (NTFS_BLOCK_SIZE - 1) ||
70 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
84 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
88 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
97 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
138 if ( size & (NTFS_BLOCK_SIZE - 1) ||
155 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
166 data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
190 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
201 data_pos += NTFS_BLOCK_SIZE/sizeo
[all...]
H A Dlogfile.c47 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not
64 if (logfile_system_page_size < NTFS_BLOCK_SIZE ||
65 logfile_log_page_size < NTFS_BLOCK_SIZE ||
109 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) {
153 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not
172 NTFS_BLOCK_SIZE - sizeof(u16)) {
186 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) {
333 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not
430 NTFS_BLOCK_SIZE - sizeof(u16)) {
572 pos = NTFS_BLOCK_SIZE >>
[all...]
H A Dntfs.h41 NTFS_BLOCK_SIZE = 512, enumerator in enum:__anon7637
H A Dinode.c857 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
859 "NTFS_BLOCK_SIZE (%i) is not "
862 NTFS_BLOCK_SIZE);
1571 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
1572 ntfs_error(vi->i_sb, "Index block size (%u) < NTFS_BLOCK_SIZE "
1574 ni->itype.index.block_size, NTFS_BLOCK_SIZE);
H A Dsuper.c687 NTFS_BLOCK_SIZE);
2751 * Setup the device access block size to NTFS_BLOCK_SIZE or the hard
2754 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE);
2755 if (blocksize < NTFS_BLOCK_SIZE) {
H A Dmft.c2032 if (vol->mft_record_size >= NTFS_BLOCK_SIZE)
2034 NTFS_BLOCK_SIZE + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h164 #define NTFS_BLOCK_SIZE 512 macro

Completed in 246 milliseconds