Searched refs:file (Results 1 – 4 of 4) sorted by relevance
/block/ |
D | bsg.c | 236 struct file *file) in bsg_add_device() argument 281 static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file) in bsg_get_device() argument 299 bd = bsg_add_device(inode, bcd->queue, file); in bsg_get_device() 306 static int bsg_open(struct inode *inode, struct file *file) in bsg_open() argument 310 bd = bsg_get_device(inode, file); in bsg_open() 315 file->private_data = bd; in bsg_open() 319 static int bsg_release(struct inode *inode, struct file *file) in bsg_release() argument 321 struct bsg_device *bd = file->private_data; in bsg_release() 323 file->private_data = NULL; in bsg_release() 347 static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in bsg_ioctl() argument [all …]
|
D | blk-mq-debugfs.c | 716 void *data = d_inode(m->file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_show() 721 static ssize_t blk_mq_debugfs_write(struct file *file, const char __user *buf, in blk_mq_debugfs_write() argument 724 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() 726 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_write() 738 static int blk_mq_debugfs_open(struct inode *inode, struct file *file) in blk_mq_debugfs_open() argument 741 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_open() 746 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open() 748 m = file->private_data; in blk_mq_debugfs_open() 757 return single_open(file, blk_mq_debugfs_show, inode->i_private); in blk_mq_debugfs_open() 760 static int blk_mq_debugfs_release(struct inode *inode, struct file *file) in blk_mq_debugfs_release() argument [all …]
|
D | compat_ioctl.c | 316 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl() argument 319 struct inode *inode = file->f_mapping->host; in compat_blkdev_ioctl() 322 fmode_t mode = file->f_mode; in compat_blkdev_ioctl() 330 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",
|