Searched refs:sect_sz (Results 1 – 3 of 3) sorted by relevance
31 long sect_sz;153 if (TT.sect_sz != 512 && TT.sect_sz != 1024 && TT.sect_sz != 2048 && in read_sec_sz()154 TT.sect_sz != 4096) in read_sec_sz()158 g_sect_size = TT.sect_sz; in read_sec_sz()
627 long sect_sz; member
1859 int read_capacity(int sg_fd, int *num_sect, int *sect_sz) in read_capacity() argument1892 *sect_sz = (rcBuff[4] << 24) | (rcBuff[5] << 16) | in read_capacity()4101 unsigned int *last_sect, unsigned int *sect_sz) in do_readcap_10() argument4143 *sect_sz = (rcBuff[4] << 24) | (rcBuff[5] << 16) | in do_readcap_10()