Home
last modified time | relevance | path

Searched refs:fe_uniq_id (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c122 if (fp->fe_uniq_id >= maxuniqid) in pass1()
123 maxuniqid = fp->fe_uniq_id + 1; in pass1()
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c513 p->fe_uniq_id = SWAP64(p->fe_uniq_id); in ud_swap_file_entry()
H A Dmkfs.c996 fp->fe_uniq_id = 0; in volseqinit()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_volume.h706 uint64_t fe_uniq_id; /* A0 Unique Id */ member
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c1105 fe->fe_uniq_id = SWAP_64(udf_vfsp->udf_maxuniq); in ud_ialloc()
H A Dudf_inode.c614 ip->i_uniqid = SWAP_64(fe->fe_uniq_id); in ud_iget()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c682 fe->fe_uniq_id = i32; in set_file()
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1951 SWAP_64(fe->fe_uniq_id), SWAP_32(fe->fe_len_ear), in print_fe()