Searched refs:udf_checktag (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/fs/udf/
H A Dudf.h121 int udf_checktag(struct desc_tag *, uint16_t);
H A Dudf_vfsops.c287 udf_checktag(struct desc_tag *tag, uint16_t id) function
392 if ((error = udf_checktag((struct desc_tag *)bp->b_data, TAGID_ANCHOR)))
414 if (!udf_checktag(&lvd->tag, TAGID_LOGVOL)) {
425 if (!udf_checktag(&pd->tag, TAGID_PARTITION)) {
460 if (!udf_checktag(&fsd->tag, TAGID_FSD)) {
486 if ((error = udf_checktag(&root_fentry->tag, TAGID_FENTRY))) {
655 if (udf_checktag(&fe->tag, TAGID_FENTRY)) {
820 if (udf_checktag(&udfmp->s_table->tag, 0)) {
H A Dudf_vnops.c827 if (udf_checktag(&fid->tag, TAGID_FID)) {
1165 if (udf_checktag(&fid->tag, TAGID_FID)) {

Completed in 30 milliseconds