Searched refs:udf_update_tag (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/udf/ |
D | truncate.c | 167 udf_update_tag(epos.bh->b_data, epos.offset); in udf_discard_prealloc() 169 udf_update_tag(epos.bh->b_data, in udf_discard_prealloc() 194 udf_update_tag(epos->bh->b_data, len); in udf_update_alloc_ext_desc()
|
D | misc.c | 269 void udf_update_tag(char *data, int length) in udf_update_tag() function 287 udf_update_tag(data, length); in udf_new_tag()
|
D | partition.c | 207 udf_update_tag((char *)st, len); in udf_relocate_blocks() 250 udf_update_tag((char *)st, in udf_relocate_blocks()
|
D | inode.c | 1860 udf_update_tag(epos->bh->b_data, loffset); in udf_add_aext() 1862 udf_update_tag(epos->bh->b_data, in udf_add_aext() 1882 udf_update_tag(epos->bh->b_data, in udf_add_aext() 1885 udf_update_tag(epos->bh->b_data, in udf_add_aext() 1932 udf_update_tag(epos->bh->b_data, in udf_write_aext() 2093 udf_update_tag(oepos.bh->b_data, in udf_delete_aext() 2096 udf_update_tag(oepos.bh->b_data, in udf_delete_aext() 2110 udf_update_tag(oepos.bh->b_data, in udf_delete_aext() 2113 udf_update_tag(oepos.bh->b_data, in udf_delete_aext()
|
D | udfdecl.h | 181 extern void udf_update_tag(char *, int);
|
D | balloc.c | 548 udf_update_tag(oepos.bh->b_data, loffset); in udf_table_free_blocks() 565 udf_update_tag(epos.bh->b_data, epos.offset); in udf_table_free_blocks()
|
D | namei.c | 1156 udf_update_tag((char *)dir_fi, in udf_rename()
|