Searched refs:fibh (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Ddir.c103 struct udf_fileident_bh fibh; local
128 fibh.soffset = fibh.eoffset = (nf_pos & ((dir->i_sb->s_blocksize - 1) >> 2)) << 2;
130 fibh.sbh = fibh.ebh = NULL;
145 if (!(fibh.sbh = fibh.ebh = udf_tread(dir->i_sb, block)))
183 fi = udf_fileident_read(dir, &nf_pos, &fibh, &cfi, &epos, &eloc, &elen, &offset);
187 if (fibh.sbh != fibh
[all...]
H A Ddirectory.c24 struct udf_fileident_bh *fibh,
34 fibh->soffset = fibh->eoffset;
42 dir->i_sb->s_blocksize, &(fibh->eoffset));
47 *nf_pos += ((fibh->eoffset - fibh->soffset) >> 2);
54 if (fibh->eoffset == dir->i_sb->s_blocksize)
71 brelse(fibh->sbh);
72 if (!(fibh->sbh = fibh
23 udf_fileident_read(struct inode *dir, loff_t *nf_pos, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi, struct extent_position *epos, kernel_lb_addr *eloc, uint32_t *elen, sector_t *offset) argument
[all...]
H A Dnamei.c43 struct fileIdentDesc *sfi, struct udf_fileident_bh *fibh,
46 uint16_t crclen = fibh->eoffset - fibh->soffset - sizeof(tag);
53 int padlen = fibh->eoffset - fibh->soffset - liu - lfi -
60 offset = fibh->soffset + sizeof(struct fileIdentDesc);
67 memcpy(fibh->ebh->b_data + offset, impuse, liu);
71 memcpy(fibh->ebh->b_data, impuse - offset, liu + offset);
82 memcpy(fibh->ebh->b_data + offset, fileident, lfi);
86 memcpy(fibh
42 udf_write_fi(struct inode *inode, struct fileIdentDesc *cfi, struct fileIdentDesc *sfi, struct udf_fileident_bh *fibh, uint8_t *impuse, uint8_t *fileident) argument
147 udf_find_entry(struct inode *dir, struct dentry *dentry, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi) argument
301 struct udf_fileident_bh fibh; local
341 udf_add_entry(struct inode *dir, struct dentry *dentry, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi, int *err) argument
609 udf_delete_entry(struct inode *inode, struct fileIdentDesc *fi, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi) argument
620 struct udf_fileident_bh fibh; local
670 struct udf_fileident_bh fibh; local
717 struct udf_fileident_bh fibh; local
781 struct udf_fileident_bh fibh; local
856 struct udf_fileident_bh fibh; local
899 struct udf_fileident_bh fibh; local
944 struct udf_fileident_bh fibh; local
1112 struct udf_fileident_bh fibh; local
[all...]

Completed in 65 milliseconds