Searched refs:vol_prot (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h140 uint_t vol_prot; /* protection (mode) of volume */ member in struct:hs_volume
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c667 fsp->hsfs_vol.vol_prot = hsfs_default_mode;
670 svp->vol_prot = hsfs_default_mode;
673 jvp->vol_prot = hsfs_default_mode;
H A Dhsfs_node.c971 hdp->mode = hdp-> mode | (fsp -> hsfs_vol.vol_prot & 0777);
1001 hdp->mode = hdp-> mode | (fsp -> hsfs_vol.vol_prot & 0777);

Completed in 64 milliseconds