| /fs/xfs/ |
| D | xfs_message.h | 33 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument 42 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument 44 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument 46 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument 48 #define xfs_err_ratelimited(dev, fmt, ...) \ argument 50 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument 52 #define xfs_notice_ratelimited(dev, fmt, ...) \ argument 54 #define xfs_info_ratelimited(dev, fmt, ...) \ argument 56 #define xfs_debug_ratelimited(dev, fmt, ...) \ argument
|
| /fs/nfs/blocklayout/ |
| D | dev.c | 15 bl_free_device(struct pnfs_block_dev *dev) in bl_free_device() 32 struct pnfs_block_dev *dev = in bl_free_deviceid_node() local 124 static bool bl_map_simple(struct pnfs_block_dev *dev, u64 offset, in bl_map_simple() 134 static bool bl_map_concat(struct pnfs_block_dev *dev, u64 offset, in bl_map_concat() 154 static bool bl_map_stripe(struct pnfs_block_dev *dev, u64 offset, in bl_map_stripe() 197 dev_t dev; in bl_parse_simple() local
|
| D | rpc_pipefs.c | 63 dev_t dev = 0; in bl_resolve_deviceid() local
|
| /fs/ |
| D | char_dev.c | 216 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region() 436 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() 442 static int exact_lock(dev_t dev, void *data) in exact_lock() 458 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add() 513 int cdev_device_add(struct cdev *cdev, struct device *dev) in cdev_device_add() 547 void cdev_device_del(struct cdev *cdev, struct device *dev) in cdev_device_del() 554 static void cdev_unmap(dev_t dev, unsigned count) in cdev_unmap() 635 static struct kobject *base_probe(dev_t dev, int *part, void *data) in base_probe()
|
| D | super.c | 692 struct super_block *user_get_super(dev_t dev) in user_get_super() 873 int dev; in get_anon_bdev() local 903 void free_anon_bdev(dev_t dev) in free_anon_bdev() 923 dev_t dev = sb->s_dev; in kill_anon_super() local
|
| D | statfs.c | 216 int vfs_ustat(dev_t dev, struct kstatfs *sbuf) in vfs_ustat() 228 SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf) in SYSCALL_DEFINE2() argument
|
| /fs/afs/ |
| D | netdevices.c | 20 struct net_device *dev; in afs_get_MAC_address() local 43 struct net_device *dev; in afs_get_ipv4_interfaces() local
|
| /fs/fuse/ |
| D | cuse.c | 60 struct device *dev; /* device representing @cdev */ member 295 static void cuse_gendev_release(struct device *dev) in cuse_gendev_release() 313 struct device *dev; in cuse_process_init_reply() local 570 static ssize_t cuse_class_waiting_show(struct device *dev, in cuse_class_waiting_show() 579 static ssize_t cuse_class_abort_store(struct device *dev, in cuse_class_abort_store()
|
| /fs/btrfs/ |
| D | volumes.h | 300 struct btrfs_device *dev; member 332 struct btrfs_device *dev; member 514 static inline int btrfs_dev_stats_dirty(struct btrfs_device *dev) in btrfs_dev_stats_dirty() 519 static inline void btrfs_dev_stat_inc(struct btrfs_device *dev, in btrfs_dev_stat_inc() 527 static inline int btrfs_dev_stat_read(struct btrfs_device *dev, in btrfs_dev_stat_read() 533 static inline int btrfs_dev_stat_read_and_reset(struct btrfs_device *dev, in btrfs_dev_stat_read_and_reset() 544 static inline void btrfs_dev_stat_set(struct btrfs_device *dev, in btrfs_dev_stat_set() 552 static inline void btrfs_dev_stat_reset(struct btrfs_device *dev, in btrfs_dev_stat_reset()
|
| D | scrub.c | 75 struct btrfs_device *dev; member 96 struct btrfs_device *dev; member 210 struct btrfs_device *dev; member 240 struct btrfs_device *dev; member 457 struct scrub_ctx *scrub_setup_ctx(struct btrfs_device *dev, int is_dev_replace) in scrub_setup_ctx() 602 struct btrfs_device *dev; in scrub_print_warning() local 883 struct btrfs_device *dev; in scrub_handle_errored_block() local 2139 struct btrfs_device *dev; in scrub_missing_raid56_worker() local 2240 u64 physical, struct btrfs_device *dev, u64 flags, in scrub_pages() 2484 u64 physical, struct btrfs_device *dev, u64 flags, in scrub_extent() [all …]
|
| D | reada.c | 249 struct btrfs_device *dev, u64 logical, in reada_find_zone() 327 struct btrfs_device *dev; in reada_find_extent() local 607 static int reada_pick_zone(struct btrfs_device *dev) in reada_pick_zone() 657 struct btrfs_device *dev) in reada_start_machine_dev()
|
| D | volumes.c | 220 struct btrfs_device *dev; in __alloc_device() local 245 struct btrfs_device *dev; in __find_device() local 531 struct btrfs_device *dev; in btrfs_free_stale_device() local 5893 struct btrfs_device *dev; in btrfs_end_bio() local 6007 struct btrfs_device *dev = bbio->stripes[dev_nr].dev; in submit_stripe_bio() local 6053 struct btrfs_device *dev; in btrfs_map_bio() local 6179 struct btrfs_device *dev; in btrfs_alloc_device() local 6777 static void __btrfs_reset_dev_stats(struct btrfs_device *dev) in __btrfs_reset_dev_stats() 6936 void btrfs_dev_stat_inc_and_print(struct btrfs_device *dev, int index) in btrfs_dev_stat_inc_and_print() 6942 static void btrfs_dev_stat_print_on_error(struct btrfs_device *dev) in btrfs_dev_stat_print_on_error() [all …]
|
| /fs/ramfs/ |
| D | inode.c | 54 const struct inode *dir, umode_t mode, dev_t dev) in ramfs_get_inode() 93 ramfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in ramfs_mknod()
|
| /fs/ufs/ |
| D | util.c | 184 dev_t dev; in ufs_get_inode_dev() local 208 ufs_set_inode_dev(struct super_block *sb, struct ufs_inode_info *ufsi, dev_t dev) in ufs_set_inode_dev()
|
| /fs/quota/ |
| D | netlink.c | 44 void quota_send_warning(struct kqid qid, dev_t dev, in quota_send_warning()
|
| /fs/pstore/ |
| D | pmsg.c | 55 static char *pmsg_devnode(struct device *dev, umode_t *mode) in pmsg_devnode()
|
| D | ram.c | 420 static int ramoops_init_przs(struct device *dev, struct ramoops_context *cxt, in ramoops_init_przs() 471 static int ramoops_init_prz(struct device *dev, struct ramoops_context *cxt, in ramoops_init_prz() 595 struct device *dev = &pdev->dev; in ramoops_probe() local
|
| /fs/exofs/ |
| D | ore.c | 458 unsigned dev = per_dev->dev - ios->oc->first_dev; in ore_check_io() local 662 unsigned dev, unsigned first_dev, in _add_parity_units() 704 unsigned dev = si->dev; in _prepare_for_striping() local 839 unsigned dev = ios->per_dev[cur_comp].dev; in _write_mirror() local
|
| /fs/nfsd/ |
| D | blocklayout.c | 20 struct pnfs_block_deviceaddr *dev; in nfsd4_block_get_device_info_simple() local
|
| D | blocklayoutxdr.c | 67 struct pnfs_block_deviceaddr *dev = gdp->gd_device; in nfsd4_block_encode_getdeviceinfo() local
|
| /fs/proc/ |
| D | nommu.c | 41 dev_t dev = 0; in nommu_region_show() local
|
| D | consoles.c | 32 dev_t dev = 0; in show_console_dev() local
|
| /fs/efivarfs/ |
| D | inode.c | 20 dev_t dev, bool is_removable) in efivarfs_get_inode()
|
| /fs/cifs/ |
| D | cifs_dfs_ref.c | 69 char *dev; in cifs_build_devname() local
|
| /fs/ubifs/ |
| D | misc.h | 156 static inline int ubifs_encode_dev(union ubifs_dev_desc *dev, dev_t rdev) in ubifs_encode_dev()
|