Lines Matching defs:dinfo
225 struct udf_inode_info *dinfo = UDF_I(dir);
263 if (dinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB &&
275 if (dinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) {
276 block = dinfo->i_location.logicalBlockNum;
313 if (dinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) {
314 dinfo->i_lenAlloc += nfidlen;
318 (dinfo->i_lenExtents - dir->i_size));
432 struct udf_inode_info *dinfo = UDF_I(dir);
450 iter.fi.icb.extLocation = cpu_to_lelb(dinfo->i_location);
452 cpu_to_le32(dinfo->i_unique & 0x00000000FFFFFFFFUL);