Lines Matching refs:fi

69 		if (iter->fi.fileCharacteristics & FID_FILE_CHAR_DELETED) {
74 if (iter->fi.fileCharacteristics & FID_FILE_CHAR_HIDDEN) {
79 if ((iter->fi.fileCharacteristics & FID_FILE_CHAR_PARENT) &&
83 if (!iter->fi.lengthFileIdent)
87 iter->fi.lengthFileIdent, fname, UDF_NAME_LEN);
124 loc = lelb_to_cpu(iter.fi.icb.extLocation);
201 iter.fi.descTag.tagLocation = cpu_to_le32(*block);
202 if (iter.fi.lengthOfImpUse != cpu_to_le16(0))
242 if (iter->fi.fileCharacteristics & FID_FILE_CHAR_DELETED) {
243 if (udf_dir_entry_len(&iter->fi) == nfidlen) {
244 iter->fi.descTag.tagSerialNum = cpu_to_le16(1);
245 iter->fi.fileVersionNum = cpu_to_le16(1);
246 iter->fi.fileCharacteristics = 0;
247 iter->fi.lengthFileIdent = namelen;
248 iter->fi.lengthOfImpUse = cpu_to_le16(0);
295 memset(&iter->fi, 0, sizeof(struct fileIdentDesc));
297 udf_new_tag((char *)(&iter->fi), TAG_IDENT_FID, 3, 1, block,
300 udf_new_tag((char *)(&iter->fi), TAG_IDENT_FID, 2, 1, block,
302 iter->fi.fileVersionNum = cpu_to_le16(1);
303 iter->fi.lengthFileIdent = namelen;
304 iter->fi.lengthOfImpUse = cpu_to_le16(0);
323 iter->fi.fileCharacteristics |= FID_FILE_CHAR_DELETED;
326 memset(&iter->fi.icb, 0x00, sizeof(struct long_ad));
359 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
360 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location);
361 *(__le32 *)((struct allocDescImpUse *)iter.fi.icb.impUse)->impUse =
445 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
446 iter.fi.icb.extLocation = cpu_to_lelb(dinfo->i_location);
447 *(__le32 *)((struct allocDescImpUse *)iter.fi.icb.impUse)->impUse =
449 iter.fi.fileCharacteristics =
461 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
462 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location);
463 *(__le32 *)((struct allocDescImpUse *)iter.fi.icb.impUse)->impUse =
465 iter.fi.fileCharacteristics |= FID_FILE_CHAR_DIRECTORY;
485 if (iter.fi.lengthFileIdent &&
486 !(iter.fi.fileCharacteristics & FID_FILE_CHAR_DELETED)) {
508 tloc = lelb_to_cpu(iter.fi.icb.extLocation);
544 tloc = lelb_to_cpu(iter.fi.icb.extLocation);
737 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
738 iter.fi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location);
740 *(__le32 *)((struct allocDescImpUse *)iter.fi.icb.impUse)->impUse =
779 tloc = lelb_to_cpu(oiter.fi.icb.extLocation);
805 tloc = lelb_to_cpu(diriter.fi.icb.extLocation);
844 niter.fi.fileVersionNum = oiter.fi.fileVersionNum;
845 niter.fi.fileCharacteristics = oiter.fi.fileCharacteristics;
846 memcpy(&(niter.fi.icb), &(oiter.fi.icb), sizeof(oiter.fi.icb));
877 diriter.fi.icb.extLocation =
879 udf_update_tag((char *)&diriter.fi,
880 udf_dir_entry_len(&diriter.fi));
913 tloc = lelb_to_cpu(iter.fi.icb.extLocation);