Lines Matching refs:str
919 const char *str; in btrfs_exclusive_operation_show() local
923 str = "none\n"; in btrfs_exclusive_operation_show()
926 str = "balance\n"; in btrfs_exclusive_operation_show()
929 str = "device add\n"; in btrfs_exclusive_operation_show()
932 str = "device remove\n"; in btrfs_exclusive_operation_show()
935 str = "device replace\n"; in btrfs_exclusive_operation_show()
938 str = "resize\n"; in btrfs_exclusive_operation_show()
941 str = "swap activate\n"; in btrfs_exclusive_operation_show()
944 str = "UNKNOWN\n"; in btrfs_exclusive_operation_show()
947 return scnprintf(buf, PAGE_SIZE, "%s", str); in btrfs_exclusive_operation_show()
1257 char *str; in btrfs_printable_features() local
1259 str = kmalloc(bufsize, GFP_KERNEL); in btrfs_printable_features()
1260 if (!str) in btrfs_printable_features()
1261 return str; in btrfs_printable_features()
1270 len += scnprintf(str + len, bufsize - len, "%s%s", in btrfs_printable_features()
1274 return str; in btrfs_printable_features()