Lines Matching defs:offset
31 int offset;
43 offset = inode->i_sb->s_blocksize - udf_file_entry_alloc_offset(inode) -
48 if (loc & 0x01 && offset >= size) {
81 offset = iinfo->i_lenEAttr;
87 memmove(&ea[offset - aal + size],
88 &ea[aal], offset - aal);
89 offset -= aal;
97 memmove(&ea[offset - ial + size],
98 &ea[ial], offset - ial);
99 offset -= ial;
108 memmove(&ea[offset - aal + size],
109 &ea[aal], offset - aal);
110 offset -= aal;
122 return (struct genericFormat *)&ea[offset];
133 uint32_t offset;
150 offset = sizeof(struct extendedAttrHeaderDesc);
152 offset = le32_to_cpu(eahd->impAttrLocation);
154 offset = le32_to_cpu(eahd->appAttrLocation);
156 while (offset + sizeof(*gaf) < iinfo->i_lenEAttr) {
159 gaf = (struct genericFormat *)&ea[offset];
164 (attrLength > (iinfo->i_lenEAttr - offset)))
171 offset += attrLength;
249 uint32_t offset, uint16_t *ident)
251 return udf_read_tagged(sb, udf_get_lb_pblock(sb, loc, offset),
252 loc->logicalBlockNum + offset, ident);