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

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

Completed in 66 milliseconds