| /fs/btrfs/ | 
| D | zoned.h | 106 static inline int btrfs_get_dev_zone_info(struct btrfs_device *device,  in btrfs_get_dev_zone_info() 112 static inline void btrfs_destroy_dev_zone_info(struct btrfs_device *device) { }  in btrfs_destroy_dev_zone_info() 146 static inline int btrfs_sb_log_location(struct btrfs_device *device, int mirror,  in btrfs_sb_log_location() 153 static inline int btrfs_advance_sb_log(struct btrfs_device *device, int mirror)  in btrfs_advance_sb_log() 163 static inline u64 btrfs_find_allocatable_zones(struct btrfs_device *device,  in btrfs_find_allocatable_zones() 170 static inline int btrfs_reset_device_zone(struct btrfs_device *device,  in btrfs_reset_device_zone() 177 static inline int btrfs_ensure_empty_zones(struct btrfs_device *device,  in btrfs_ensure_empty_zones() 206 static inline int btrfs_zoned_issue_zeroout(struct btrfs_device *device,  in btrfs_zoned_issue_zeroout() 270 static inline bool btrfs_dev_is_sequential(struct btrfs_device *device, u64 pos)  in btrfs_dev_is_sequential() 280 static inline bool btrfs_dev_is_empty_zone(struct btrfs_device *device, u64 pos)  in btrfs_dev_is_empty_zone() [all …] 
 | 
| D | zoned.c | 194 static int emulate_report_zones(struct btrfs_device *device, u64 pos,  in emulate_report_zones() 219 static int btrfs_get_dev_zones(struct btrfs_device *device, u64 pos,  in btrfs_get_dev_zones() 327 	struct btrfs_device *device;  in btrfs_get_dev_zone_info_all_devices()  local 349 int btrfs_get_dev_zone_info(struct btrfs_device *device, bool populate_cache)  in btrfs_get_dev_zone_info() 591 void btrfs_destroy_dev_zone_info(struct btrfs_device *device)  in btrfs_destroy_dev_zone_info() 646 static int btrfs_get_dev_zone(struct btrfs_device *device, u64 pos, struct blk_zone *zone)  in btrfs_get_dev_zone() 660 	struct btrfs_device *device;  in btrfs_check_for_zoned_device()  local 677 	struct btrfs_device *device;  in btrfs_check_zoned_mode()  local 893 int btrfs_sb_log_location(struct btrfs_device *device, int mirror, int rw,  in btrfs_sb_log_location() 937 int btrfs_advance_sb_log(struct btrfs_device *device, int mirror)  in btrfs_advance_sb_log() [all …] 
 | 
| D | volumes.c | 402 static void btrfs_free_device(struct btrfs_device *device)  in btrfs_free_device() 413 	struct btrfs_device *device;  in free_fs_devices()  local 526 	struct btrfs_device *device, *tmp_device;  in btrfs_free_stale_devices()  local 600 		struct btrfs_device *device;  in find_fsid_by_device()  local 646 			struct btrfs_device *device, blk_mode_t flags,  in btrfs_open_one_device() 735 static bool is_same_device(struct btrfs_device *device, const char *new_path)  in is_same_device() 782 	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 1109 static void btrfs_close_bdev(struct btrfs_device *device)  in btrfs_close_bdev() [all …] 
 | 
| D | sysfs.c | 1591 	struct btrfs_device *device;  in btrfs_sysfs_remove_fs_devices()  local 1832 void btrfs_sysfs_remove_device(struct btrfs_device *device)  in btrfs_sysfs_remove_device() 1858 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_in_fs_metadata_show()  local 1871 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_missing_show()  local 1885 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_replace_target_show()  local 1898 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_scrub_speed_max_show()  local 1908 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_scrub_speed_max_store()  local 1928 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_writeable_show()  local 1940 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_fsid_show()  local 1950 	struct btrfs_device *device = container_of(kobj, struct btrfs_device,  in btrfs_devinfo_error_stats_show()  local [all …] 
 | 
| D | super.c | 312 		struct btrfs_device *device;  in btrfs_parse_param()  local 1608 	struct btrfs_device *device;  in btrfs_calc_avail_data_space()  local 1843 	struct btrfs_device *device;  in btrfs_get_tree_super()  local 2211 	struct btrfs_device *device = NULL;  in btrfs_control_ioctl()  local 2339 	struct btrfs_device *device;  in btrfs_unfreeze()  local
  | 
| D | disk-io.c | 3619 	struct btrfs_device *device = bio->bi_private;  in btrfs_end_super_write()  local 3733 static int write_dev_supers(struct btrfs_device *device,  in write_dev_supers() 3828 static int wait_dev_supers(struct btrfs_device *device, int max_mirrors)  in wait_dev_supers() 3893 static void write_dev_flush(struct btrfs_device *device)  in write_dev_flush() 3912 static bool wait_dev_flush(struct btrfs_device *device)  in wait_dev_flush()
  | 
| D | volumes.h | 88 #define btrfs_device_data_ordered_init(device)	\  argument 91 #define btrfs_device_data_ordered_init(device) do { } while (0)  argument 819 static inline const char *btrfs_dev_name(const struct btrfs_device *device)  in btrfs_dev_name()
  | 
| D | dev-replace.c | 246 	struct btrfs_device *device;  in btrfs_init_dev_replace_tgtdev()  local
  | 
| D | scrub.c | 1256 static void scrub_throttle_dev_io(struct scrub_ctx *sctx, struct btrfs_device *device,  in scrub_throttle_dev_io() 2138 			       struct btrfs_device *device,  in scrub_simple_mirror() 2238 			       struct btrfs_device *device,  in scrub_simple_stripe()
  | 
| D | ioctl.c | 493 	struct btrfs_device *device;  in btrfs_ioctl_fitrim()  local 1137 	struct btrfs_device *device = NULL;  in btrfs_ioctl_resize()  local 2855 	struct btrfs_device *device;  in btrfs_ioctl_fs_info()  local
  | 
| D | block-group.c | 2680 			     const struct btrfs_device *device, u64 chunk_offset,  in insert_dev_extent() 2728 	struct btrfs_device *device;  in insert_dev_extents()  local
  | 
| D | extent-tree.c | 6409 static int btrfs_trim_free_extents(struct btrfs_device *device, u64 *trimmed)  in btrfs_trim_free_extents() 6511 	struct btrfs_device *device;  in btrfs_trim_fs()  local
  | 
| D | inode.c | 9937 	struct btrfs_device *device = NULL;  in btrfs_swap_activate()  local
  | 
| /fs/smb/client/ | 
| D | cifsproto.h | 430 	dev_t	device;  member
  | 
| D | smbdirect.c | 43 	struct ib_device	*device;  member
  | 
| /fs/efs/ | 
| D | inode.c | 53 	dev_t device;  in efs_iget()  local
  | 
| /fs/smb/server/ | 
| D | transport_rdma.c | 1099 static int get_mapped_sg_list(struct ib_device *device, void *buf, int size,  in get_mapped_sg_list() 1699 	struct ib_device *device = t->cm_id->device;  in smb_direct_init_params()  local
  | 
| /fs/vboxsf/ | 
| D | shfl_hostintf.h | 219 	u32 device;  member
  |