Lines Matching defs:kobj
30 struct kobject kobj; member
143 static ssize_t btrfs_feature_attr_show(struct kobject *kobj, in btrfs_feature_attr_show()
159 static ssize_t btrfs_feature_attr_store(struct kobject *kobj, in btrfs_feature_attr_store()
227 static umode_t btrfs_feature_visible(struct kobject *kobj, in btrfs_feature_visible()
291 static ssize_t rmdir_subvol_show(struct kobject *kobj, in rmdir_subvol_show()
344 static ssize_t global_rsv_size_show(struct kobject *kobj, in global_rsv_size_show()
353 static ssize_t global_rsv_reserved_show(struct kobject *kobj, in global_rsv_reserved_show()
370 static ssize_t raid_bytes_show(struct kobject *kobj, in raid_bytes_show()
397 static void release_raid_kobj(struct kobject *kobj) in release_raid_kobj()
418 static ssize_t btrfs_space_info_show_total_bytes_pinned(struct kobject *kobj, in btrfs_space_info_show_total_bytes_pinned()
454 static void space_info_release(struct kobject *kobj) in space_info_release()
473 static ssize_t btrfs_label_show(struct kobject *kobj, in btrfs_label_show()
487 static ssize_t btrfs_label_store(struct kobject *kobj, in btrfs_label_store()
524 static ssize_t btrfs_nodesize_show(struct kobject *kobj, in btrfs_nodesize_show()
534 static ssize_t btrfs_sectorsize_show(struct kobject *kobj, in btrfs_sectorsize_show()
545 static ssize_t btrfs_clone_alignment_show(struct kobject *kobj, in btrfs_clone_alignment_show()
556 static ssize_t quota_override_show(struct kobject *kobj, in quota_override_show()
566 static ssize_t quota_override_store(struct kobject *kobj, in quota_override_store()
596 static ssize_t btrfs_metadata_uuid_show(struct kobject *kobj, in btrfs_metadata_uuid_show()
617 static void btrfs_release_fsid_kobj(struct kobject *kobj) in btrfs_release_fsid_kobj()
630 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
637 static inline struct btrfs_fs_info *to_fs_info(struct kobject *kobj) in to_fs_info()
875 struct kobject *kobj; in btrfs_sysfs_remove_space_info() local