Home
last modified time | relevance | path

Searched defs:device (Results 1 – 20 of 20) sorted by relevance

/fs/btrfs/
Dzoned.h88 static inline int btrfs_get_dev_zone(struct btrfs_device *device, u64 pos, in btrfs_get_dev_zone()
99 static inline int btrfs_get_dev_zone_info(struct btrfs_device *device, in btrfs_get_dev_zone_info()
105 static inline void btrfs_destroy_dev_zone_info(struct btrfs_device *device) { } in btrfs_destroy_dev_zone_info()
138 static inline int btrfs_sb_log_location(struct btrfs_device *device, int mirror, in btrfs_sb_log_location()
145 static inline int btrfs_advance_sb_log(struct btrfs_device *device, int mirror) in btrfs_advance_sb_log()
155 static inline u64 btrfs_find_allocatable_zones(struct btrfs_device *device, in btrfs_find_allocatable_zones()
162 static inline int btrfs_reset_device_zone(struct btrfs_device *device, in btrfs_reset_device_zone()
169 static inline int btrfs_ensure_empty_zones(struct btrfs_device *device, in btrfs_ensure_empty_zones()
201 static inline int btrfs_zoned_issue_zeroout(struct btrfs_device *device, in btrfs_zoned_issue_zeroout()
265 static inline bool btrfs_dev_is_sequential(struct btrfs_device *device, u64 pos) in btrfs_dev_is_sequential()
[all …]
Dzoned.c198 static int emulate_report_zones(struct btrfs_device *device, u64 pos, in emulate_report_zones()
223 static int btrfs_get_dev_zones(struct btrfs_device *device, u64 pos, in btrfs_get_dev_zones()
338 struct btrfs_device *device; in btrfs_get_dev_zone_info_all_devices() local
360 int btrfs_get_dev_zone_info(struct btrfs_device *device, bool populate_cache) in btrfs_get_dev_zone_info()
618 void btrfs_destroy_dev_zone_info(struct btrfs_device *device) in btrfs_destroy_dev_zone_info()
673 int btrfs_get_dev_zone(struct btrfs_device *device, u64 pos, in btrfs_get_dev_zone()
688 struct btrfs_device *device; in btrfs_check_for_zoned_device() local
706 struct btrfs_device *device; in btrfs_check_zoned_mode() local
915 int btrfs_sb_log_location(struct btrfs_device *device, int mirror, int rw, in btrfs_sb_log_location()
959 int btrfs_advance_sb_log(struct btrfs_device *device, int mirror) in btrfs_advance_sb_log()
[all …]
Dvolumes.c395 static void btrfs_free_device(struct btrfs_device *device) in btrfs_free_device()
406 struct btrfs_device *device; in free_fs_devices() local
564 struct btrfs_device *device, *tmp_device; in btrfs_free_stale_devices() local
613 struct btrfs_device *device, blk_mode_t flags, in btrfs_open_one_device()
781 struct btrfs_device *device; in device_list_add() local
994 struct btrfs_device *device; in clone_fs_devices() local
1048 struct btrfs_device *device, *next; in __btrfs_free_extra_devids() local
1108 static void btrfs_close_bdev(struct btrfs_device *device) in btrfs_close_bdev()
1121 static void btrfs_close_one_device(struct btrfs_device *device) in btrfs_close_one_device()
1173 struct btrfs_device *device, *tmp; in close_fs_devices() local
[all …]
Dsysfs.c1440 struct btrfs_device *device; in btrfs_sysfs_remove_fs_devices() local
1681 void btrfs_sysfs_remove_device(struct btrfs_device *device) in btrfs_sysfs_remove_device()
1707 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_in_fs_metadata_show() local
1720 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_missing_show() local
1734 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_replace_target_show() local
1747 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_scrub_speed_max_show() local
1757 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_scrub_speed_max_store() local
1777 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_writeable_show() local
1789 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_fsid_show() local
1799 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_error_stats_show() local
[all …]
Dsuper.c866 struct btrfs_device *device = NULL; in btrfs_parse_device_options() local
1450 struct btrfs_device *device = NULL; in btrfs_mount_root() local
1923 struct btrfs_device *device; in btrfs_calc_avail_data_space() local
2189 struct btrfs_device *device = NULL; in btrfs_control_ioctl() local
2314 struct btrfs_device *device; in btrfs_unfreeze() local
Dextent_map.c365 struct btrfs_device *device = stripe->dev; in extent_map_device_set_bits() local
381 struct btrfs_device *device = stripe->dev; in extent_map_device_clear_bits() local
Dcheck-integrity.c577 struct btrfs_device *device; in btrfsic_process_superblock() local
701 struct btrfs_device *device, in btrfsic_process_superblock_dev_mirror()
1464 struct btrfs_device *device; in btrfsic_map_block() local
2738 struct btrfs_device *device; in btrfsic_mount() local
2809 struct btrfs_device *device; in btrfsic_unmount() local
Dvolumes.h67 #define btrfs_device_data_ordered_init(device) \ argument
70 #define btrfs_device_data_ordered_init(device) do { } while (0) argument
726 static inline const char *btrfs_dev_name(const struct btrfs_device *device) in btrfs_dev_name()
Ddisk-io.c3639 struct btrfs_device *device = bio->bi_private; in btrfs_end_super_write() local
3756 static int write_dev_supers(struct btrfs_device *device, in write_dev_supers()
3852 static int wait_dev_supers(struct btrfs_device *device, int max_mirrors) in wait_dev_supers()
3926 static void write_dev_flush(struct btrfs_device *device) in write_dev_flush()
3962 static bool wait_dev_flush(struct btrfs_device *device) in wait_dev_flush()
Ddev-replace.c249 struct btrfs_device *device; in btrfs_init_dev_replace_tgtdev() local
Dscrub.c1233 static void scrub_throttle_dev_io(struct scrub_ctx *sctx, struct btrfs_device *device, in scrub_throttle_dev_io()
2017 struct btrfs_device *device, in scrub_simple_mirror()
2115 struct btrfs_device *device, in scrub_simple_stripe()
Dioctl.c483 struct btrfs_device *device; in btrfs_ioctl_fitrim() local
1126 struct btrfs_device *device = NULL; in btrfs_ioctl_resize() local
2827 struct btrfs_device *device; in btrfs_ioctl_fs_info() local
Dblock-group.c2635 struct btrfs_device *device, u64 chunk_offset, in insert_dev_extent()
2683 struct btrfs_device *device; in insert_dev_extents() local
Dextent-tree.c5990 static int btrfs_trim_free_extents(struct btrfs_device *device, u64 *trimmed) in btrfs_trim_free_extents()
6092 struct btrfs_device *device; in btrfs_trim_fs() local
Dinode.c10623 struct btrfs_device *device = NULL; in btrfs_swap_activate() local
/fs/efs/
Dinode.c53 dev_t device; in efs_iget() local
/fs/smb/client/
Dcifsproto.h420 dev_t device; member
Dsmbdirect.c45 struct ib_device *device; member
/fs/smb/server/
Dtransport_rdma.c1111 static int get_mapped_sg_list(struct ib_device *device, void *buf, int size, in get_mapped_sg_list()
1711 struct ib_device *device = t->cm_id->device; in smb_direct_init_params() local
/fs/vboxsf/
Dshfl_hostintf.h219 u32 device; member