Home
last modified time | relevance | path

Searched refs:UDF_I_NEXT_ALLOC_BLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dudf_i.h15 #define UDF_I_NEXT_ALLOC_BLOCK(X) ( UDF_I(X)->i_next_alloc_block ) macro
Dinode.c341 if (block == UDF_I_NEXT_ALLOC_BLOCK(inode) + 1) in udf_get_block()
343 UDF_I_NEXT_ALLOC_BLOCK(inode) ++; in udf_get_block()
541 if (UDF_I_NEXT_ALLOC_BLOCK(inode) == block) in inode_getblk()
588 UDF_I_NEXT_ALLOC_BLOCK(inode) = block; in inode_getblk()
1079 UDF_I_NEXT_ALLOC_BLOCK(inode) = 0; in udf_fill_inode()