Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c245 static void hs_copylabel(struct hs_volume *, unsigned char *, int);
1102 hs_copylabel(hvp, HSV_VOL_ID(volp), 0); in hs_parsehsvol()
1319 hs_copylabel(hvp, ISO_VOL_ID(volp), hs_joliet_level(volp) >= 1); in hs_parseisovol()
1423 hs_copylabel(struct hs_volume *hvp, unsigned char *label, int isjoliet) in hs_copylabel() function