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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dudf_i.h12 #define UDF_I_LENALLOC(X) ( UDF_I(X)->i_lenAlloc ) macro
H A Dinode.c165 if (!UDF_I_LENALLOC(inode))
181 memset(kaddr + UDF_I_LENALLOC(inode), 0x00,
182 PAGE_CACHE_SIZE - UDF_I_LENALLOC(inode));
184 UDF_I_LENALLOC(inode));
190 UDF_I_LENALLOC(inode));
191 UDF_I_LENALLOC(inode) = 0;
277 memset(UDF_I_DATA(inode) + UDF_I_LENEATTR(inode), 0, UDF_I_LENALLOC(inode));
278 UDF_I_LENALLOC(inode) = 0;
1009 inode->i_size = UDF_I_LENALLOC(inode);
1020 UDF_I_LENALLOC(inod
[all...]
H A Dmisc.c69 UDF_I_LENALLOC(inode);
78 if (UDF_I_LENALLOC(inode))
80 memmove(&ad[size], ad, UDF_I_LENALLOC(inode));
H A Dtruncate.c156 UDF_I_LENALLOC(inode) = epos.offset - udf_file_entry_alloc_offset(inode);
226 UDF_I_LENALLOC(inode) = lenalloc;
269 UDF_I_LENALLOC(inode) = lenalloc;
H A Dfile.c136 UDF_I_LENALLOC(inode) = pos + count;
138 UDF_I_LENALLOC(inode) = inode->i_size;
H A Dialloc.c126 UDF_I_LENALLOC(inode) = 0;
H A Dballoc.c601 UDF_I_LENALLOC(table) += adsize;
647 UDF_I_LENALLOC(table) += adsize;
H A Dnamei.c594 UDF_I_LENALLOC(dir) += nfidlen;
1067 UDF_I_LENALLOC(inode) = inode->i_size;

Completed in 104 milliseconds