Searched refs:udf_update_tag (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dtruncate.c128 udf_update_tag(bh->b_data, lenalloc +
131 udf_update_tag(bh->b_data, sizeof(struct allocExtDesc));
173 udf_update_tag(bh->b_data, lenalloc +
176 udf_update_tag(bh->b_data, sizeof(struct allocExtDesc));
H A Dpartition.c175 udf_update_tag((char *)st, sizeof(struct sparingTable) + st->reallocationTableLen * sizeof(struct sparingEntry));
205 udf_update_tag((char *)st, sizeof(struct sparingTable) + st->reallocationTableLen * sizeof(struct sparingEntry));
H A Dmisc.c337 void udf_update_tag(char *data, int length) function
361 udf_update_tag(data, length);
H A Dudfdecl.h192 extern void udf_update_tag(char *, int);
H A Dinode.c1724 udf_update_tag((*bh)->b_data, loffset);
1726 udf_update_tag((*bh)->b_data, sizeof(struct allocExtDesc));
1745 udf_update_tag((*bh)->b_data, *extoffset + (inc ? 0 : adsize));
1747 udf_update_tag((*bh)->b_data, sizeof(struct allocExtDesc));
1805 udf_update_tag((bh)->b_data,
2125 udf_update_tag((obh)->b_data, oextoffset - (2*adsize));
2127 udf_update_tag((obh)->b_data, sizeof(struct allocExtDesc));
2145 udf_update_tag((obh)->b_data, oextoffset - adsize);
2147 udf_update_tag((obh)->b_data, sizeof(struct allocExtDesc));
H A Dballoc.c634 udf_update_tag(obh->b_data, loffset);
652 udf_update_tag(nbh->b_data, nextoffset);
H A Dnamei.c1247 udf_update_tag((char *)dir_fi, (sizeof(struct fileIdentDesc) +

Completed in 98 milliseconds