Searched refs:pbloc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/udf/ |
D | inode.c | 404 lb_addr eloc, pbloc, cbloc, nbloc; in inode_getblk() local 414 pbloc = cbloc = nbloc = UDF_I_LOCATION(inode); in inode_getblk() 436 pbloc = cbloc; in inode_getblk() 576 udf_update_extents(inode, laarr, startnum, endnum, pbloc, pextoffset, &pbh); in inode_getblk() 800 lb_addr pbloc, uint32_t pextoffset, struct buffer_head **pbh) in udf_update_extents() argument 810 udf_delete_aext(inode, pbloc, pextoffset, laarr[i].extLocation, in udf_update_extents() 818 udf_insert_aext(inode, pbloc, pextoffset, laarr[i].extLocation, in udf_update_extents() 820 udf_next_aext(inode, &pbloc, &pextoffset, &laarr[i].extLocation, in udf_update_extents() 828 udf_next_aext(inode, &pbloc, &pextoffset, &tmploc, &tmplen, pbh, 0); in udf_update_extents() 829 udf_write_aext(inode, pbloc, &pextoffset, laarr[i].extLocation, in udf_update_extents()
|