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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dtruncate.c178 uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; local
200 lenalloc = epos.offset;
202 lenalloc = epos.offset - adsize;
205 lenalloc -= udf_file_entry_alloc_offset(inode);
207 lenalloc -= sizeof(struct allocExtDesc);
226 UDF_I_LENALLOC(inode) = lenalloc;
232 aed->lengthAllocDescs = cpu_to_le32(lenalloc);
234 udf_update_tag(epos.bh->b_data, lenalloc +
269 UDF_I_LENALLOC(inode) = lenalloc;
275 aed->lengthAllocDescs = cpu_to_le32(lenalloc);
[all...]

Completed in 89 milliseconds