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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dhpfs.h59 unsigned char vol_label[11]; member in struct:hpfs_boot_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c1319 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL);
1320 if (!osb->vol_label) {
1422 strncpy(osb->vol_label, di->id2.i_super.s_label, 63);
1423 osb->vol_label[63] = '\0';
1429 mlog(0, "vol_label: %s\n", osb->vol_label);
H A Docfs2.h202 u8 *vol_label; member in struct:ocfs2_super

Completed in 51 milliseconds