Searched refs:udf_update_tag (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/udf/ |
D | misc.c | 255 void udf_update_tag(char *data, int length) in udf_update_tag() function 273 udf_update_tag(data, length); in udf_new_tag()
|
D | partition.c | 201 udf_update_tag((char *)st, len); in udf_relocate_blocks() 244 udf_update_tag((char *)st, in udf_relocate_blocks()
|
D | inode.c | 2094 udf_update_tag(epos->bh->b_data, in __udf_add_aext() 2097 udf_update_tag(epos->bh->b_data, in __udf_add_aext() 2179 udf_update_tag(epos->bh->b_data, in udf_write_aext() 2383 udf_update_tag(oepos.bh->b_data, in udf_delete_aext() 2386 udf_update_tag(oepos.bh->b_data, in udf_delete_aext() 2400 udf_update_tag(oepos.bh->b_data, in udf_delete_aext() 2403 udf_update_tag(oepos.bh->b_data, in udf_delete_aext()
|
D | udfdecl.h | 191 extern void udf_update_tag(char *, int);
|
D | truncate.c | 188 udf_update_tag(epos->bh->b_data, len); in udf_update_alloc_ext_desc()
|