Searched refs:data_pos (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/fs/ntfs/ |
D | mst.c | 31 u16 *usa_pos, *data_pos; in post_read_mst_fixup() local 56 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup() 61 if (*data_pos != usn) { in post_read_mst_fixup() 70 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup() 74 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; 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() local 141 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in pre_write_mst_fixup() 148 *(++usa_pos) = *data_pos; in pre_write_mst_fixup() [all …]
|
D | mft.c | 1129 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 1155 data_pos = vol->mft_data_pos; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1157 data_pos = base_ni->mft_no + 1; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 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() 1160 if (data_pos >= pass_end) { 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() [all …]
|
/Linux-v6.1/drivers/media/firewire/ |
D | firedtv-ci.c | 125 int data_pos; in fdtv_ca_pmt() local 129 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()
|
/Linux-v6.1/fs/overlayfs/ |
D | copy_up.c | 204 loff_t data_pos = -1; in ovl_copy_up_file() local 255 if (skip_hole && data_pos < old_pos) { in ovl_copy_up_file() 256 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_file() 257 if (data_pos > old_pos) { in ovl_copy_up_file() 258 hole_len = data_pos - old_pos; in ovl_copy_up_file() 260 old_pos = new_pos = data_pos; in ovl_copy_up_file() 262 } else if (data_pos == -ENXIO) { in ovl_copy_up_file() 264 } else if (data_pos < 0) { in ovl_copy_up_file()
|
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | cafe_nand.c | 69 int data_pos; member 209 cafe->data_pos = cafe->datalen = 0; in cafe_nand_cmdfunc()
|
/Linux-v6.1/fs/nfsd/ |
D | nfs4xdr.c | 4821 loff_t data_pos = vfs_llseek(file, read->rd_offset, SEEK_DATA); in nfsd4_encode_read_plus_hole() local 4826 if (data_pos == -ENXIO) in nfsd4_encode_read_plus_hole() 4827 data_pos = f_size; in nfsd4_encode_read_plus_hole() 4828 else if (data_pos <= read->rd_offset || (data_pos < f_size && data_pos % PAGE_SIZE)) in nfsd4_encode_read_plus_hole() 4830 count = data_pos - read->rd_offset; in nfsd4_encode_read_plus_hole()
|