Searched refs:data_pos (Results 1 – 6 of 6) sorted by relevance
31 u16 *usa_pos, *data_pos; in post_read_mst_fixup() local61 if (*data_pos != usn) { in post_read_mst_fixup()70 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup()81 *data_pos = *(++usa_pos); in post_read_mst_fixup()83 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup()111 le16 *usa_pos, *data_pos; in pre_write_mst_fixup() local148 *(++usa_pos) = *data_pos; in pre_write_mst_fixup()150 *data_pos = le_usn; in pre_write_mst_fixup()152 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in pre_write_mst_fixup()167 le16 *usa_pos, *data_pos; in post_write_mst_fixup() local[all …]
1158 if (data_pos < 24) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1159 data_pos = 24; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1161 data_pos = 24; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1164 if (data_pos >= pass_end) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1167 pass_start = data_pos; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1171 (long long)data_pos); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1175 ofs = data_pos >> 3; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1195 bit = data_pos & 7; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1196 data_pos &= ~7ull; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1226 data_pos += size; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()[all …]
125 int data_pos; in fdtv_ca_pmt() local129 data_pos = 4; in fdtv_ca_pmt()133 data_length = (data_length << 8) + msg->msg[data_pos++]; in fdtv_ca_pmt()137 if (data_length > sizeof(msg->msg) - data_pos) in fdtv_ca_pmt()140 return avc_ca_pmt(fdtv, &msg->msg[data_pos], data_length); in fdtv_ca_pmt()
194 loff_t data_pos = -1; in ovl_copy_up_data() local251 if (skip_hole && data_pos < old_pos) { in ovl_copy_up_data()252 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_data()253 if (data_pos > old_pos) { in ovl_copy_up_data()254 hole_len = data_pos - old_pos; in ovl_copy_up_data()256 old_pos = new_pos = data_pos; in ovl_copy_up_data()258 } else if (data_pos == -ENXIO) { in ovl_copy_up_data()260 } else if (data_pos < 0) { in ovl_copy_up_data()
69 int data_pos; member209 cafe->data_pos = cafe->datalen = 0; in cafe_nand_cmdfunc()
4790 loff_t data_pos = vfs_llseek(file, read->rd_offset, SEEK_DATA); in nfsd4_encode_read_plus_hole() local4795 if (data_pos == -ENXIO) in nfsd4_encode_read_plus_hole()4796 data_pos = f_size; in nfsd4_encode_read_plus_hole()4797 else if (data_pos <= read->rd_offset || (data_pos < f_size && data_pos % PAGE_SIZE)) in nfsd4_encode_read_plus_hole()4799 count = data_pos - read->rd_offset; in nfsd4_encode_read_plus_hole()
Completed in 28 milliseconds