Searched refs:UD_FILE_ID_DESC (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_dir.c | 790 UD_FILE_ID_DESC, tbno, FID_LEN(fid)); in ud_dirremove() 1067 UD_FILE_ID_DESC, in ud_dirempty() 1091 UD_FILE_ID_DESC, in ud_dirempty() 1165 UD_FILE_ID_DESC, in ud_dircheckpath() 1430 UD_FILE_ID_DESC, tbno, FID_LEN(fid)); in ud_dirmakedirect() 1533 ud_make_tag(tdp->i_udf, &fid->fid_tag, UD_FILE_ID_DESC, in ud_dirrename() 1698 UD_FILE_ID_DESC, tbno, in ud_dirprepareentry() 1726 ud_make_tag(dp->i_udf, &fid->fid_tag, UD_FILE_ID_DESC, in ud_dirprepareentry() 1801 if ((ud_verify_tag_and_desc(&fid->fid_tag, UD_FILE_ID_DESC, in ud_dirfixdotdot() 1839 UD_FILE_ID_DESC, tbno, FID_LEN(fid)); in ud_dirfixdotdot() [all …]
|
H A D | udf_subr.c | 1045 if (ud_verify_tag_and_desc(&(*fid)->fid_tag, UD_FILE_ID_DESC, in ud_get_next_fid() 1118 if (ud_verify_tag_and_desc(&(*fid)->fid_tag, UD_FILE_ID_DESC, in ud_get_next_fid() 1123 if (ud_verify_tag_and_desc(&(*fid)->fid_tag, UD_FILE_ID_DESC, in ud_get_next_fid() 1213 if (id == UD_FILE_ID_DESC) { in ud_verify_tag_and_desc()
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 130 case UD_FILE_ID_DESC: in maketag() 247 case UD_FILE_ID_DESC: in verifytag()
|
H A D | mkfs.c | 1017 tp->tag_id = UD_FILE_ID_DESC; in volseqinit()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 149 #define UD_FILE_ID_DESC 0x0101 macro
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 482 case UD_FILE_ID_DESC : in print_desc() 938 if (ud_verify_tag(udh, &fid->fid_tag, UD_FILE_ID_DESC, 0, 0, 1) != 0) { in get_fid()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 459 err = verifytag(&fidp->fid_tag, block, &fidp->fid_tag, UD_FILE_ID_DESC); in getdir()
|