Searched refs:UDF_I_DATA (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 Dfile.c53 memcpy(kaddr, UDF_I_DATA(inode) + UDF_I_LENEATTR(inode), inode->i_size);
69 memcpy(UDF_I_DATA(inode) + UDF_I_LENEATTR(inode), kaddr, inode->i_size);
88 memcpy(UDF_I_DATA(inode) + UDF_I_LENEATTR(inode) + offset,
223 result = copy_to_user((char __user *)arg, UDF_I_DATA(inode),
H A Dudf_i.h24 #define UDF_I_DATA(X) ( UDF_I(X)->i_ext.i_data ) macro
H A Dialloc.c132 UDF_I_DATA(inode) = kzalloc(inode->i_sb->s_blocksize - sizeof(struct extendedFileEntry), GFP_KERNEL);
137 UDF_I_DATA(inode) = kzalloc(inode->i_sb->s_blocksize - sizeof(struct fileEntry), GFP_KERNEL);
H A Dsymlink.c86 symlink = UDF_I_DATA(inode) + UDF_I_LENEATTR(inode);
H A Dmisc.c59 ea = UDF_I_DATA(inode);
61 ad = UDF_I_DATA(inode) + UDF_I_LENEATTR(inode);
162 ea = UDF_I_DATA(inode);
H A Dinode.c120 kfree(UDF_I_DATA(inode));
121 UDF_I_DATA(inode) = NULL;
183 memcpy(kaddr, UDF_I_DATA(inode) + UDF_I_LENEATTR(inode),
189 memset(UDF_I_DATA(inode) + UDF_I_LENEATTR(inode), 0x00,
277 memset(UDF_I_DATA(inode) + UDF_I_LENEATTR(inode), 0, UDF_I_LENALLOC(inode));
1019 memset(UDF_I_DATA(inode) + UDF_I_LENEATTR(inode) + offset, 0x00, inode->i_sb->s_blocksize - offset - udf_file_entry_alloc_offset(inode));
1159 UDF_I_DATA(inode) = kmalloc(inode->i_sb->s_blocksize - sizeof(struct extendedFileEntry), GFP_KERNEL);
1160 memcpy(UDF_I_DATA(inode), bh->b_data + sizeof(struct extendedFileEntry), inode->i_sb->s_blocksize - sizeof(struct extendedFileEntry));
1166 UDF_I_DATA(inode) = kmalloc(inode->i_sb->s_blocksize - sizeof(struct fileEntry), GFP_KERNEL);
1167 memcpy(UDF_I_DATA(inod
[all...]
H A Ddirectory.c38 fi = udf_get_fileident(UDF_I_DATA(dir) -
H A Dnamei.c530 fi = (struct fileIdentDesc *)(UDF_I_DATA(dir) + fibh->soffset - udf_ext0_offset(dir) + UDF_I_LENEATTR(dir));
994 ea = UDF_I_DATA(inode) + UDF_I_LENEATTR(inode);
1210 dir_fi = udf_get_fileident(UDF_I_DATA(old_inode) -
H A Dballoc.c579 sptr = UDF_I_DATA(inode) + epos.offset -

Completed in 105 milliseconds