Searched refs:fsd_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h129 int fsd_type; /* type of data */ member in struct:ufs_fsd
135 * Data types (fsd_type)
153 #define FSD_TPSZ(fsdp) (sizeof (fsdp->fsd_type))
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c346 switch (fsdp->fsd_type) {
352 * Subtract out the two ints in the fsd_type,
357 tcp = &type_counts[fsdp->fsd_type];
416 if (fsdp->fsd_type >= FSD_RESERVED3 &&
417 fsdp->fsd_type <= FSD_RESERVED7)
422 bad, fsdp->fsd_type, inum);
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1353 if ((fsd->fsd_type == FSD_FREE) ||
1358 if (fsdtype->type == fsd->fsd_type)
1361 sizeof (fsd->fsd_type) -
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c514 switch (fsdp->fsd_type) {
1590 fsdp->fsd_type = FSD_ACL;
1614 fsdp->fsd_type = FSD_DFACL;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4224 print((long)fsd.fsd_type, 8, -8, 0);

Completed in 60 milliseconds