Searched refs:volume_name (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/erofs/ |
| H A D | inode.c | 350 if (!sbi->volume_name) in erofs_ioctl_get_volume_label() 353 ret = copy_to_user(arg, sbi->volume_name, in erofs_ioctl_get_volume_label() 354 strlen(sbi->volume_name)); in erofs_ioctl_get_volume_label()
|
| H A D | super.c | 345 if (dsb->volume_name[0]) { in erofs_read_superblock() 346 sbi->volume_name = kstrndup(dsb->volume_name, in erofs_read_superblock() 347 sizeof(dsb->volume_name), GFP_KERNEL); in erofs_read_superblock() 348 if (!sbi->volume_name) { in erofs_read_superblock() 870 kfree(sbi->volume_name); in erofs_sb_free()
|
| H A D | erofs_fs.h | 71 __u8 volume_name[16]; /* volume name */ member
|
| H A D | internal.h | 153 char *volume_name; member
|
| /linux/fs/hpfs/ |
| H A D | hpfs.h | 99 u8 volume_name[32]; /* not used */ member
|
| /linux/fs/nilfs2/ |
| H A D | sysfs.c | 943 NILFS_DEV_RO_ATTR(volume_name); 952 NILFS_DEV_ATTR_LIST(volume_name),
|
| /linux/include/linux/ |
| H A D | f2fs_fs.h | 141 __le16 volume_name[MAX_VOLUME_NAME]; /* volume name */ member
|
| /linux/arch/sparc/include/asm/ |
| H A D | vio.h | 172 u8 volume_name[VIO_DISK_VNAME_LEN]; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-nilfs2 | 48 What: /sys/fs/nilfs2/<device>/volume_name
|
| /linux/fs/f2fs/ |
| H A D | file.c | 3719 count = utf16s_to_utf8s(sbi->raw_super->volume_name, in f2fs_ioc_getfslabel() 3720 ARRAY_SIZE(sbi->raw_super->volume_name), in f2fs_ioc_getfslabel() 3752 memset(sbi->raw_super->volume_name, 0, in f2fs_ioc_setfslabel() 3753 sizeof(sbi->raw_super->volume_name)); in f2fs_ioc_setfslabel() 3755 sbi->raw_super->volume_name, in f2fs_ioc_setfslabel() 3756 ARRAY_SIZE(sbi->raw_super->volume_name)); in f2fs_ioc_setfslabel()
|