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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dialloc.c58 udf_free_blocks(sb, NULL, UDF_I_LOCATION(inode), 0, 1);
67 uint32_t start = UDF_I_LOCATION(dir).logicalBlockNum;
84 block = udf_new_block(dir->i_sb, NULL, UDF_I_LOCATION(dir).partitionReferenceNum,
121 UDF_I_LOCATION(inode).logicalBlockNum = block;
122 UDF_I_LOCATION(inode).partitionReferenceNum = UDF_I_LOCATION(dir).partitionReferenceNum;
123 inode->i_ino = udf_get_lb_pblock(sb, UDF_I_LOCATION(inode), 0);
H A Dudf_i.h10 #define UDF_I_LOCATION(X) ( UDF_I(X)->i_location ) macro
H A Dnamei.c409 block = UDF_I_LOCATION(dir).logicalBlockNum;
414 block = udf_get_lb_pblock(dir->i_sb, UDF_I_LOCATION(dir), 0);
506 epos.block = UDF_I_LOCATION(dir);
508 eloc.partitionReferenceNum = UDF_I_LOCATION(dir).partitionReferenceNum;
529 block = UDF_I_LOCATION(dir).logicalBlockNum;
651 cfi.icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(inode));
694 cfi.icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(inode));
742 cfi.icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(dir));
761 cfi.icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(inode));
969 UDF_I_LOCATION(inod
[all...]
H A Dmisc.c87 le32_to_cpu(eahd->descTag.tagLocation) != UDF_I_LOCATION(inode).logicalBlockNum)
102 eahd->descTag.tagLocation = cpu_to_le32(UDF_I_LOCATION(inode).logicalBlockNum);
171 le32_to_cpu(eahd->descTag.tagLocation) != UDF_I_LOCATION(inode).logicalBlockNum)
H A Dpartition.c86 if (UDF_I_LOCATION(UDF_SB_VAT(sb)).partitionReferenceNum == partition)
92 return udf_get_pblock(sb, loc, UDF_I_LOCATION(UDF_SB_VAT(sb)).partitionReferenceNum, offset);
H A Dinode.c231 UDF_I_LOCATION(inode).partitionReferenceNum,
232 UDF_I_LOCATION(inode).logicalBlockNum, err);
237 UDF_I_LOCATION(inode).partitionReferenceNum, 0);
280 eloc.partitionReferenceNum = UDF_I_LOCATION(inode).partitionReferenceNum;
284 epos.block = UDF_I_LOCATION(inode);
479 int goal = 0, pgoal = UDF_I_LOCATION(inode).logicalBlockNum;
483 prev_epos.block = UDF_I_LOCATION(inode);
644 goal = UDF_I_LOCATION(inode).logicalBlockNum + 1;
648 UDF_I_LOCATION(inode).partitionReferenceNum, goal, err)))
678 UDF_I_LOCATION(inod
[all...]
H A Dtruncate.c144 epos.block = UDF_I_LOCATION(inode);
H A Dballoc.c462 epos.block = oepos.block = UDF_I_LOCATION(table);
694 epos.block = UDF_I_LOCATION(table);
770 epos.block = UDF_I_LOCATION(table);
H A Dsuper.c1893 epos.block = UDF_I_LOCATION(table);

Completed in 109 milliseconds