Searched refs:alignment_offset (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvirtio_blk.h43 __u8 alignment_offset; member in struct:virtio_blk_config
H A Dblkdev.h237 unsigned int alignment_offset; member in struct:queue_limits
1040 return q->limits.alignment_offset;
1048 return (granularity + lim->alignment_offset - alignment)
1060 return bdev->bd_part->alignment_offset;
1062 return q->limits.alignment_offset;
H A Dgenhd.h93 sector_t alignment_offset; member in struct:hd_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-settings.c125 lim->alignment_offset = 0;
371 q->limits.alignment_offset =
493 * the alignment_offset is undefined.
519 if (t->alignment_offset != alignment) {
522 + t->alignment_offset;
565 /* Find lowest common alignment_offset */
566 t->alignment_offset = lcm(t->alignment_offset, alignment)
569 /* Verify that new alignment_offset is on a logical block boundary */
570 if (t->alignment_offset
[all...]
H A Dgenhd.c872 static DEVICE_ATTR(alignment_offset, S_IRUGO, disk_alignment_offset_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dvirtio_blk.c318 u8 physical_block_exp, alignment_offset; local
473 offsetof(struct virtio_blk_config, alignment_offset),
474 &alignment_offset);
475 if (!err && alignment_offset)
476 blk_queue_alignment_offset(q, blk_size * alignment_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c244 return sprintf(buf, "%llu\n", (unsigned long long)p->alignment_offset);
315 static DEVICE_ATTR(alignment_offset, S_IRUGO, part_alignment_offset_show, NULL);
433 p->alignment_offset =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnttrans.c80 int alignment_offset = 3; local
119 * The alignment_offset is to align the param bytes on a four byte
125 alignment_offset+data_alignment_offset) -
134 max_send - (alignment_offset+data_alignment_offset));
144 alignment_offset + data_alignment_offset;
184 ((smb_buf(outbuf)+alignment_offset) - smb_base(outbuf)));
207 SIVAL(outbuf,smb_ntr_DataOffset,((smb_buf(outbuf)+alignment_offset) -
217 memcpy((smb_buf(outbuf)+alignment_offset),pp,params_sent_thistime);
225 memcpy(smb_buf(outbuf)+alignment_offset+params_sent_thistime+
H A Dtrans2.c635 int alignment_offset = 1; /* JRA. This used to be 3. Set to 1 to make netmon parse ok. */ local
671 /* The alignment_offset is to align the param bytes on an even byte
674 useable_space = bufsize - ((smb_buf(outbuf)+ alignment_offset+data_alignment_offset) - outbuf);
678 useable_space = MIN(useable_space, max_send - (alignment_offset+data_alignment_offset));
683 total_sent_thistime = params_to_send + data_to_send + alignment_offset + data_alignment_offset;
693 total_sent_thistime = MIN(total_sent_thistime, useable_space+ alignment_offset + data_alignment_offset);
716 SSVAL(outbuf,smb_proff,((smb_buf(outbuf)+alignment_offset) - smb_base(outbuf)));
731 SSVAL(outbuf,smb_droff,((smb_buf(outbuf)+alignment_offset) -
739 memcpy((smb_buf(outbuf)+alignment_offset),pp,params_sent_thistime);
743 memcpy(smb_buf(outbuf)+alignment_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-table.c511 "alignment_offset=%u, start=%llu",
515 q->limits.alignment_offset,

Completed in 176 milliseconds