Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtrfs.h12 #define BTRFS_LABEL_SIZE 256 macro
580 char[BTRFS_LABEL_SIZE])
582 char[BTRFS_LABEL_SIZE])
/kernel/linux/linux-5.10/fs/btrfs/
Dioctl.c4610 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_get_fslabel()
4613 memcpy(label, fs_info->super_copy->label, BTRFS_LABEL_SIZE); in btrfs_ioctl_get_fslabel()
4616 len = strnlen(label, BTRFS_LABEL_SIZE); in btrfs_ioctl_get_fslabel()
4618 if (len == BTRFS_LABEL_SIZE) { in btrfs_ioctl_get_fslabel()
4636 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_set_fslabel()
4645 if (strnlen(label, BTRFS_LABEL_SIZE) == BTRFS_LABEL_SIZE) { in btrfs_ioctl_set_fslabel()
4648 BTRFS_LABEL_SIZE - 1); in btrfs_ioctl_set_fslabel()
Dsysfs.c708 if (p_len >= BTRFS_LABEL_SIZE) in btrfs_label_store()
712 memset(fs_info->super_copy->label, 0, BTRFS_LABEL_SIZE); in btrfs_label_store()
Dvolumes.c1360 if (disk_super->label[0] && disk_super->label[BTRFS_LABEL_SIZE - 1]) in btrfs_read_disk_super()
1361 disk_super->label[BTRFS_LABEL_SIZE - 1] = 0; in btrfs_read_disk_super()
Dctree.h264 char label[BTRFS_LABEL_SIZE];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtrfs.h25 #define BTRFS_LABEL_SIZE 256 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dbtrfs.h27 #define BTRFS_LABEL_SIZE 256 macro