Searched refs:udf_checktag (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 275 udf_checktag(struct desc_tag *tag, uint16_t id) in udf_checktag() function 380 if ((error = udf_checktag((struct desc_tag *)bp->b_data, TAGID_ANCHOR))) in udf_mountfs() 402 if (!udf_checktag(&lvd->tag, TAGID_LOGVOL)) { in udf_mountfs() 418 if (!udf_checktag(&pd->tag, TAGID_PARTITION)) { in udf_mountfs() 453 if (!udf_checktag(&fsd->tag, TAGID_FSD)) { in udf_mountfs() 484 if ((error = udf_checktag(&root_fentry->tag, TAGID_FENTRY))) { in udf_mountfs() 649 if (udf_checktag(&fe->tag, TAGID_FENTRY)) { in udf_vget() 819 if (udf_checktag(&udfmp->s_table->tag, 0)) { in udf_find_partmaps()
|
H A D | udf.h | 121 int udf_checktag(struct desc_tag *, uint16_t);
|
H A D | udf_vnops.c | 835 if (udf_checktag(&fid->tag, TAGID_FID)) { in udf_readdir() 1181 if (udf_checktag(&fid->tag, TAGID_FID)) { in udf_lookup()
|