Searched refs:fs_volname (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/geom/label/ |
H A D | g_label_ufs.c | 164 if (fs->fs_volname[0] != '\0') in g_label_ufs_taste_common() 165 strlcpy(label, fs->fs_volname, size); in g_label_ufs_taste_common()
|
/freebsd/usr.sbin/fstyp/ |
H A D | ufs.c | 52 strlcpy(label, fs->fs_volname, labelsize); in fstyp_ufs()
|
/freebsd/sbin/dumpfs/ |
H A D | dumpfs.c | 300 afs.fs_volname, (uintmax_t)afs.fs_swuid, in dumpfs() 430 if (fs->fs_volname[0] != '\0') in marshal() 431 printf("-L %s ", fs->fs_volname); in marshal()
|
/freebsd/tools/tools/find-sb/ |
H A D | mini_ufs.h | 113 u_char fs_volname[MAXVOLLEN]; /* volume name */ member
|
/freebsd/sbin/tunefs/ |
H A D | tunefs.c | 309 strncpy(sblock.fs_volname, Lvalue, MAXVOLLEN); in main() 1103 sblock.fs_volname); in printfs()
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 163 strlcpy((char *)sblock.fs_volname, ffs_opts->label, in ffs_mkfs() 164 sizeof(sblock.fs_volname)); in ffs_mkfs()
|
/freebsd/sys/ufs/ffs/ |
H A D | fs.h | 160 * The volume name for this filesystem is maintained in fs_volname. 402 uint8_t fs_volname[MAXVOLLEN]; /* volume name */ member
|
/freebsd/sbin/growfs/ |
H A D | debug.c | 250 sb->fs_volname); in dbg_dump_fs()
|
/freebsd/sbin/newfs/ |
H A D | mkfs.c | 151 strlcpy(sblock.fs_volname, volumelabel, MAXVOLLEN); in mkfs()
|