Searched refs:udf_write_aext (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/udf/ |
D | truncate.c | 56 udf_write_aext(inode, bloc, &extoffset, neloc, nelen, bh, 0); in extent_trunc() 106 udf_write_aext(inode, bloc, &extoffset, neloc, nelen, bh, 0); in udf_truncate_extents() 204 udf_write_aext(inode, bloc, &extoffset, eloc, elen, bh, 0); in udf_truncate_extents() 213 udf_write_aext(inode, bloc, &extoffset, neloc, nelen, bh, 1); in udf_truncate_extents() 224 udf_write_aext(inode, bloc, &extoffset, eloc, elen, bh, 1); in udf_truncate_extents()
|
D | balloc.c | 486 udf_write_aext(table, obloc, &oextoffset, eloc, elen, obh, 1); in udf_table_free_blocks() 506 udf_write_aext(table, obloc, &oextoffset, eloc, elen, obh, 1); in udf_table_free_blocks() 640 udf_write_aext(table, nbloc, &nextoffset, eloc, elen, nbh, 1); in udf_table_free_blocks() 716 udf_write_aext(table, bloc, &extoffset, eloc, (etype << 30) | elen, bh, 1); in udf_table_prealloc_blocks() 831 udf_write_aext(table, goal_bloc, &goal_extoffset, goal_eloc, goal_elen, goal_bh, 1); in udf_table_new_block()
|
D | inode.c | 471 etype = udf_write_aext(inode, nbloc, &cextoffset, eloc, elen, nbh, 1); in inode_getblk() 829 udf_write_aext(inode, pbloc, &pextoffset, laarr[i].extLocation, in udf_update_extents() 1736 etype = udf_write_aext(inode, *bloc, extoffset, eloc, elen, *bh, inc); in udf_add_aext() 1758 int8_t udf_write_aext(struct inode *inode, lb_addr bloc, int *extoffset, in udf_write_aext() function 2051 udf_write_aext(inode, bloc, &extoffset, neloc, nelen, bh, 1); in udf_insert_aext() 2100 udf_write_aext(inode, obloc, &oextoffset, eloc, (etype << 30) | elen, obh, 1); in udf_delete_aext() 2116 udf_write_aext(inode, obloc, &oextoffset, eloc, elen, obh, 1); in udf_delete_aext() 2117 udf_write_aext(inode, obloc, &oextoffset, eloc, elen, obh, 1); in udf_delete_aext() 2137 udf_write_aext(inode, obloc, &oextoffset, eloc, elen, obh, 1); in udf_delete_aext()
|
D | udfdecl.h | 120 extern int8_t udf_write_aext(struct inode *, lb_addr, int *, lb_addr, uint32_t, struct buffer_head …
|