Lines Matching defs:kobj
34 struct kobject kobj; member
147 static ssize_t btrfs_feature_attr_show(struct kobject *kobj, in btrfs_feature_attr_show()
163 static ssize_t btrfs_feature_attr_store(struct kobject *kobj, in btrfs_feature_attr_store()
231 static umode_t btrfs_feature_visible(struct kobject *kobj, in btrfs_feature_visible()
297 static ssize_t rmdir_subvol_show(struct kobject *kobj, in rmdir_subvol_show()
304 static ssize_t supported_checksums_show(struct kobject *kobj, in supported_checksums_show()
325 static ssize_t send_stream_version_show(struct kobject *kobj, in send_stream_version_show()
357 static ssize_t btrfs_discardable_bytes_show(struct kobject *kobj, in btrfs_discardable_bytes_show()
368 static ssize_t btrfs_discardable_extents_show(struct kobject *kobj, in btrfs_discardable_extents_show()
379 static ssize_t btrfs_discard_bitmap_bytes_show(struct kobject *kobj, in btrfs_discard_bitmap_bytes_show()
390 static ssize_t btrfs_discard_bytes_saved_show(struct kobject *kobj, in btrfs_discard_bytes_saved_show()
401 static ssize_t btrfs_discard_extent_bytes_show(struct kobject *kobj, in btrfs_discard_extent_bytes_show()
412 static ssize_t btrfs_discard_iops_limit_show(struct kobject *kobj, in btrfs_discard_iops_limit_show()
422 static ssize_t btrfs_discard_iops_limit_store(struct kobject *kobj, in btrfs_discard_iops_limit_store()
442 static ssize_t btrfs_discard_kbps_limit_show(struct kobject *kobj, in btrfs_discard_kbps_limit_show()
452 static ssize_t btrfs_discard_kbps_limit_store(struct kobject *kobj, in btrfs_discard_kbps_limit_store()
472 static ssize_t btrfs_discard_max_discard_size_show(struct kobject *kobj, in btrfs_discard_max_discard_size_show()
482 static ssize_t btrfs_discard_max_discard_size_store(struct kobject *kobj, in btrfs_discard_max_discard_size_store()
546 static ssize_t global_rsv_size_show(struct kobject *kobj, in global_rsv_size_show()
555 static ssize_t global_rsv_reserved_show(struct kobject *kobj, in global_rsv_reserved_show()
572 static ssize_t raid_bytes_show(struct kobject *kobj, in raid_bytes_show()
599 static void release_raid_kobj(struct kobject *kobj) in release_raid_kobj()
620 static ssize_t btrfs_space_info_show_total_bytes_pinned(struct kobject *kobj, in btrfs_space_info_show_total_bytes_pinned()
656 static void space_info_release(struct kobject *kobj) in space_info_release()
675 static ssize_t btrfs_label_show(struct kobject *kobj, in btrfs_label_show()
689 static ssize_t btrfs_label_store(struct kobject *kobj, in btrfs_label_store()
726 static ssize_t btrfs_nodesize_show(struct kobject *kobj, in btrfs_nodesize_show()
736 static ssize_t btrfs_sectorsize_show(struct kobject *kobj, in btrfs_sectorsize_show()
747 static ssize_t btrfs_clone_alignment_show(struct kobject *kobj, in btrfs_clone_alignment_show()
757 static ssize_t quota_override_show(struct kobject *kobj, in quota_override_show()
767 static ssize_t quota_override_store(struct kobject *kobj, in quota_override_store()
797 static ssize_t btrfs_metadata_uuid_show(struct kobject *kobj, in btrfs_metadata_uuid_show()
808 static ssize_t btrfs_checksum_show(struct kobject *kobj, in btrfs_checksum_show()
821 static ssize_t btrfs_exclusive_operation_show(struct kobject *kobj, in btrfs_exclusive_operation_show()
869 static void btrfs_release_fsid_kobj(struct kobject *kobj) in btrfs_release_fsid_kobj()
882 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
889 static inline struct btrfs_fs_info *to_fs_info(struct kobject *kobj) in to_fs_info()
1183 struct kobject *kobj; in btrfs_sysfs_remove_space_info() local
1259 static ssize_t btrfs_devinfo_in_fs_metadata_show(struct kobject *kobj, in btrfs_devinfo_in_fs_metadata_show()
1273 static ssize_t btrfs_devinfo_missing_show(struct kobject *kobj, in btrfs_devinfo_missing_show()
1286 static ssize_t btrfs_devinfo_replace_target_show(struct kobject *kobj, in btrfs_devinfo_replace_target_show()
1300 static ssize_t btrfs_devinfo_writeable_show(struct kobject *kobj, in btrfs_devinfo_writeable_show()
1322 static void btrfs_release_devid_kobj(struct kobject *kobj) in btrfs_release_devid_kobj()
1565 static inline struct btrfs_fs_info *qgroup_kobj_to_fs_info(struct kobject *kobj) in qgroup_kobj_to_fs_info()
1617 static void qgroup_release(struct kobject *kobj) in qgroup_release()