| /fs/xfs/ |
| A D | xfs_message.h | 58 #define xfs_printk_once(func, dev, fmt, ...) \ argument 61 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument 63 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument 65 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument 67 #define xfs_err_ratelimited(dev, fmt, ...) \ argument 69 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument 73 #define xfs_info_ratelimited(dev, fmt, ...) \ argument 75 #define xfs_debug_ratelimited(dev, fmt, ...) \ argument 78 #define xfs_warn_once(dev, fmt, ...) \ argument 80 #define xfs_notice_once(dev, fmt, ...) \ argument [all …]
|
| /fs/bcachefs/ |
| A D | sb-members.h | 29 static inline bool bch2_dev_idx_is_online(struct bch_fs *c, unsigned dev) in bch2_dev_idx_is_online() 48 unsigned dev) in bch2_dev_list_has_dev() 57 unsigned dev) in bch2_dev_list_drop_dev() 67 unsigned dev) in bch2_dev_list_add_dev() 75 static inline struct bch_devs_list bch2_dev_list_single(unsigned dev) in bch2_dev_list_single() 189 static inline bool bch2_dev_exists(const struct bch_fs *c, unsigned dev) in bch2_dev_exists() 206 static inline struct bch_dev *bch2_dev_locked(struct bch_fs *c, unsigned dev) in bch2_dev_locked() 226 static inline struct bch_dev *bch2_dev_rcu(struct bch_fs *c, unsigned dev) in bch2_dev_rcu() 243 static inline struct bch_dev *bch2_dev_tryget(struct bch_fs *c, unsigned dev) in bch2_dev_tryget() 290 static inline struct bch_dev *bch2_dev_get_ioref(struct bch_fs *c, unsigned dev, in bch2_dev_get_ioref() [all …]
|
| A D | bcachefs_ioctl.h | 164 __u64 dev; member 181 __u64 dev; member 218 __u32 dev; member 222 __u32 dev; member 319 __u64 dev; member 338 __u64 dev; member 367 __u64 dev; member 379 __u64 dev; member 391 __u64 dev; member 404 __u64 dev; member
|
| A D | disk_groups.h | 24 unsigned dev; member 32 static inline u16 dev_to_target(unsigned dev) in dev_to_target()
|
| A D | buckets_waiting_for_journal.c | 26 unsigned dev, u64 bucket) in bch2_bucket_journal_seq_ready() 86 unsigned dev, u64 bucket, in bch2_set_bucket_needs_journal_commit()
|
| A D | alloc_foreground.h | 188 unsigned dev, u64 bucket) in open_bucket_hashslot() 195 static inline bool bch2_bucket_is_open(struct bch_fs *c, unsigned dev, u64 bucket) in bch2_bucket_is_open() 211 static inline bool bch2_bucket_is_open_safe(struct bch_fs *c, unsigned dev, u64 bucket) in bch2_bucket_is_open_safe()
|
| A D | replicas.h | 38 unsigned dev) in bch2_replicas_entry_cached()
|
| A D | sb-members.c | 13 int bch2_dev_missing_bkey(struct bch_fs *c, struct bkey_s_c k, unsigned dev) in bch2_dev_missing_bkey() 32 void bch2_dev_missing_atomic(struct bch_fs *c, unsigned dev) in bch2_dev_missing_atomic() 481 static void __bch2_dev_btree_bitmap_mark(struct bch_sb_field_members_v2 *mi, unsigned dev, in __bch2_dev_btree_bitmap_mark()
|
| /fs/pstore/ |
| A D | blk.c | 97 static int __register_pstore_device(struct pstore_device_info *dev) in __register_pstore_device() 154 int register_pstore_device(struct pstore_device_info *dev) in register_pstore_device() 166 static void __unregister_pstore_device(struct pstore_device_info *dev) in __unregister_pstore_device() 180 void unregister_pstore_device(struct pstore_device_info *dev) in unregister_pstore_device() 205 static int __register_pstore_blk(struct pstore_device_info *dev, in __register_pstore_blk() 266 dev_t dev; in early_boot_devpath() local 327 struct pstore_device_info *dev = pstore_device_info; in __best_effort_exit() local
|
| A D | pmsg.c | 49 static char *pmsg_devnode(const struct device *dev, umode_t *mode) in pmsg_devnode()
|
| /fs/nfs/blocklayout/ |
| A D | dev.c | 17 static void bl_unregister_scsi(struct pnfs_block_dev *dev) in bl_unregister_scsi() 30 static bool bl_register_scsi(struct pnfs_block_dev *dev) in bl_register_scsi() 48 static void bl_unregister_dev(struct pnfs_block_dev *dev) in bl_unregister_dev() 63 bool bl_register_dev(struct pnfs_block_dev *dev) in bl_register_dev() 84 bl_free_device(struct pnfs_block_dev *dev) in bl_free_device() 103 struct pnfs_block_dev *dev = in bl_free_deviceid_node() local 224 static bool bl_map_simple(struct pnfs_block_dev *dev, u64 offset, in bl_map_simple() 234 static bool bl_map_concat(struct pnfs_block_dev *dev, u64 offset, in bl_map_concat() 254 static bool bl_map_stripe(struct pnfs_block_dev *dev, u64 offset, in bl_map_stripe() 299 dev_t dev; in bl_parse_simple() local
|
| /fs/ |
| A D | char_dev.c | 236 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region() 457 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() 463 static int exact_lock(dev_t dev, void *data) in exact_lock() 479 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add() 544 int cdev_device_add(struct cdev *cdev, struct device *dev) in cdev_device_add() 578 void cdev_device_del(struct cdev *cdev, struct device *dev) in cdev_device_del() 585 static void cdev_unmap(dev_t dev, unsigned count) in cdev_unmap() 666 static struct kobject *base_probe(dev_t dev, int *part, void *data) in base_probe()
|
| A D | super.c | 984 struct super_block *user_get_super(dev_t dev, bool excl) in user_get_super() 1249 int dev; in get_anon_bdev() local 1267 void free_anon_bdev(dev_t dev) in free_anon_bdev() 1281 dev_t dev = sb->s_dev; in kill_anon_super() local 1403 struct super_block *sget_dev(struct fs_context *fc, dev_t dev) in sget_dev() 1666 dev_t dev; in get_tree_bdev_flags() local 1730 dev_t dev; in mount_bdev() local
|
| A D | statfs.c | 234 static int vfs_ustat(dev_t dev, struct kstatfs *sbuf) in vfs_ustat() 246 SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf) in SYSCALL_DEFINE2() argument 389 COMPAT_SYSCALL_DEFINE2(ustat, unsigned, dev, struct compat_ustat __user *, u) in COMPAT_SYSCALL_DEFINE2() argument
|
| /fs/btrfs/tests/ |
| A D | btrfs-tests.c | 99 struct btrfs_device *dev; in btrfs_alloc_dummy_device() local 112 static void btrfs_free_dummy_device(struct btrfs_device *dev) in btrfs_free_dummy_device() 160 struct btrfs_device *dev, *tmp; in btrfs_free_dummy_fs_info() local
|
| /fs/fuse/ |
| A D | cuse.c | 63 struct device *dev; /* device representing @cdev */ member 297 static void cuse_gendev_release(struct device *dev) in cuse_gendev_release() 331 struct device *dev; in cuse_process_init_reply() local 578 static ssize_t cuse_class_waiting_show(struct device *dev, in cuse_class_waiting_show() 587 static ssize_t cuse_class_abort_store(struct device *dev, in cuse_class_abort_store()
|
| /fs/ufs/ |
| A D | util.c | 139 dev_t dev; in ufs_get_inode_dev() local 163 ufs_set_inode_dev(struct super_block *sb, struct ufs_inode_info *ufsi, dev_t dev) in ufs_set_inode_dev()
|
| /fs/btrfs/ |
| A D | bio.c | 160 struct btrfs_device *dev) in btrfs_end_repair_bio() 253 static void btrfs_check_read_bio(struct btrfs_bio *bbio, struct btrfs_device *dev) in btrfs_check_read_bio() 298 static void btrfs_log_dev_io_error(const struct bio *bio, struct btrfs_device *dev) in btrfs_log_dev_io_error() 335 struct btrfs_device *dev = bio->bi_private; in btrfs_simple_end_io() local 413 static void btrfs_submit_dev_bio(struct btrfs_device *dev, struct bio *bio) in btrfs_submit_dev_bio()
|
| A D | volumes.h | 483 struct btrfs_device *dev; member 492 struct btrfs_device *dev; member 598 struct btrfs_device *dev; member 803 static inline void btrfs_dev_stat_inc(struct btrfs_device *dev, in btrfs_dev_stat_inc() 817 static inline int btrfs_dev_stat_read(struct btrfs_device *dev, in btrfs_dev_stat_read() 823 static inline int btrfs_dev_stat_read_and_reset(struct btrfs_device *dev, in btrfs_dev_stat_read_and_reset() 840 static inline void btrfs_dev_stat_set(struct btrfs_device *dev, in btrfs_dev_stat_set()
|
| /fs/zonefs/ |
| A D | trace.h | 20 #define show_dev(dev) MAJOR(dev), MINOR(dev) argument
|
| /fs/smb/client/ |
| A D | reparse.c | 415 mode_t mode, dev_t dev, in nfs_set_reparse_buf() 456 const char *full_path, umode_t mode, dev_t dev, in mknod_nfs() 606 __le64 dev = cpu_to_le64(((u64)MINOR(_dev) << 32) | MAJOR(_dev)); in wsl_set_xattrs() local 658 const char *full_path, umode_t mode, dev_t dev, in mknod_wsl() 707 const char *full_path, umode_t mode, dev_t dev) in mknod_reparse()
|
| A D | cifsroot.c | 83 int __init cifs_root_data(char **dev, char **opts) in cifs_root_data()
|
| /fs/nfsd/ |
| A D | blocklayout.c | 147 struct pnfs_block_deviceaddr *dev; in nfsd4_block_get_device_info_simple() local 254 struct pnfs_block_deviceaddr *dev; in nfsd4_block_get_device_info_scsi() local
|
| /fs/quota/ |
| A D | netlink.c | 37 void quota_send_warning(struct kqid qid, dev_t dev, in quota_send_warning()
|
| /fs/ramfs/ |
| A D | inode.c | 58 const struct inode *dir, umode_t mode, dev_t dev) in ramfs_get_inode() 99 struct dentry *dentry, umode_t mode, dev_t dev) in ramfs_mknod()
|