Searched refs:file (Results 1 – 4 of 4) sorted by relevance
/block/ |
D | bsg.c | 239 struct file *file) in bsg_add_device() argument 284 static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file) in bsg_get_device() argument 302 bd = bsg_add_device(inode, bcd->queue, file); in bsg_get_device() 309 static int bsg_open(struct inode *inode, struct file *file) in bsg_open() argument 314 bd = bsg_get_device(inode, file); in bsg_open() 321 file->private_data = bd; in bsg_open() 325 static int bsg_release(struct inode *inode, struct file *file) in bsg_release() argument 327 struct bsg_device *bd = file->private_data; in bsg_release() 330 file->private_data = NULL; in bsg_release() 357 static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in bsg_ioctl() argument [all …]
|
D | blk-mq-debugfs.c | 722 void *data = d_inode(m->file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_show() 727 static ssize_t blk_mq_debugfs_write(struct file *file, const char __user *buf, in blk_mq_debugfs_write() argument 730 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() 732 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_write() 744 static int blk_mq_debugfs_open(struct inode *inode, struct file *file) in blk_mq_debugfs_open() argument 747 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_open() 752 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open() 754 m = file->private_data; in blk_mq_debugfs_open() 763 return single_open(file, blk_mq_debugfs_show, inode->i_private); in blk_mq_debugfs_open() 766 static int blk_mq_debugfs_release(struct inode *inode, struct file *file) in blk_mq_debugfs_release() argument [all …]
|
D | ioctl.c | 647 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl() argument 651 struct inode *inode = file->f_mapping->host; in compat_blkdev_ioctl() 654 fmode_t mode = file->f_mode; in compat_blkdev_ioctl() 661 if (file->f_flags & O_NDELAY) in compat_blkdev_ioctl()
|
/block/partitions/ |
D | Kconfig | 50 The Acorn Disc Filing System is the standard file system of the 135 file system support", above. If you don't know what all this is 154 file system support", above. 164 Linux if you have also said Y to "UFS file system support" or 165 "System V and Coherent file system support", above. 197 For a fuller description read <file:Documentation/admin-guide/ldm.rst>. 233 within Linux if you have also said Y to "UFS file system support",
|