p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/include/linux/mtd/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/include/linux/mtd/blktrans.h
/*
 * Copyright © 2003-2010 David Woodhouse <dwmw2@infradead.org>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 */

#ifndef __MTD_TRANS_H__
#define __MTD_TRANS_H__

#include <linux/mutex.h>
#include <linux/kref.h>
#include <linux/sysfs.h>
#include <linux/workqueue.h>

struct hd_geometry;
struct mtd_info;
struct mtd_blktrans_ops;
struct file;
struct inode;

struct mtd_blktrans_dev {
	struct mtd_blktrans_ops *tr;
	struct list_head list;
	struct mtd_info *mtd;
	struct mutex lock;
	int devnum;
	bool bg_stop;
	unsigned long size;
	int readonly;
	int open;
	struct kref ref;
	struct gendisk *disk;
	struct attribute_group *disk_attributes;
	struct workqueue_struct *wq;
	struct work_struct work;
	struct request_queue *rq;
	spinlock_t queue_lock;
	void *priv;
	fmode_t file_mode;
};

struct mtd_blktrans_ops {
	char *name;
	int major;
	int part_bits;
	int blksize;
	int blkshift;

	/* Access functions */
	int (*readsect)(struct mtd_blktrans_dev *dev,
		    unsigned long block, char *buffer);
	int (*writesect)(struct mtd_blktrans_dev *dev,
		     unsigned long block, char *buffer);
	int (*discard)(struct mtd_blktrans_dev *dev,
		       unsigned long block, unsigned nr_blocks);
	void (*background)(struct mtd_blktrans_dev *dev);

	/* Block layer ioctls */
	int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo);
	int (*flush)(struct mtd_blktrans_dev *dev);

	/* Called with mtd_table_mutex held; no race with add/remove */
	int (*open)(struct mtd_blktrans_dev *dev);
	void (*release)(struct mtd_blktrans_dev *dev);

	/* Called on {de,}registration and on subsequent addition/removal
	   of devices, with mtd_table_mutex held. */
	void (*add_mtd)(struct mtd_blktrans_ops *tr, struct mtd_info *mtd);
	void (*remove_dev)(struct mtd_blktrans_dev *dev);

	struct list_head devs;
	struct list_head list;
	struct module *owner;
};

extern int register_mtd_blktrans(struct mtd_blktrans_ops *tr);
extern int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr);
extern int add_mtd_blktrans_dev(struct mtd_blktrans_dev *dev);
extern int del_mtd_blktrans_dev(struct mtd_blktrans_dev *dev);
extern int mtd_blktrans_cease_background(struct mtd_blktrans_dev *dev);


#endif /* __MTD_TRANS_H__ */
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 19 2024 08:12:51
0 / 0
0755
bbm.h
6.107 KB
November 06 2023 09:15:52
0 / 0
0644
blktrans.h
2.81 KB
November 06 2023 09:15:52
0 / 0
0644
cfi.h
14.561 KB
November 06 2023 09:15:52
0 / 0
0644
cfi_endian.h
2.135 KB
November 06 2023 09:15:52
0 / 0
0644
concat.h
1.138 KB
November 06 2023 09:15:52
0 / 0
0644
doc2000.h
6.032 KB
November 06 2023 09:15:52
0 / 0
0644
flashchip.h
3.037 KB
November 06 2023 09:15:52
0 / 0
0644
fsmc.h
4.476 KB
November 06 2023 09:15:52
0 / 0
0644
ftl.h
2.491 KB
November 06 2023 09:15:52
0 / 0
0644
gen_probe.h
1.257 KB
November 06 2023 09:15:52
0 / 0
0644
inftl.h
1.555 KB
November 06 2023 09:15:52
0 / 0
0644
latch-addr-flash.h
0.699 KB
November 06 2023 09:15:52
0 / 0
0644
lpc32xx_mlc.h
0.519 KB
November 06 2023 09:15:52
0 / 0
0644
lpc32xx_slc.h
0.519 KB
November 06 2023 09:15:52
0 / 0
0644
map.h
12.965 KB
November 06 2023 09:15:52
0 / 0
0644
mtd.h
13.062 KB
November 06 2023 09:15:52
0 / 0
0644
mtdram.h
0.207 KB
November 06 2023 09:15:52
0 / 0
0644
nand-gpio.h
0.354 KB
November 06 2023 09:15:52
0 / 0
0644
nand.h
24.065 KB
November 06 2023 09:15:52
0 / 0
0644
nand_bch.h
1.729 KB
November 06 2023 09:15:52
0 / 0
0644
nand_ecc.h
1.143 KB
November 06 2023 09:15:52
0 / 0
0644
ndfc.h
2.204 KB
November 06 2023 09:15:52
0 / 0
0644
nftl.h
2.381 KB
November 06 2023 09:15:52
0 / 0
0644
onenand.h
7.966 KB
November 06 2023 09:15:52
0 / 0
0644
onenand_regs.h
7.148 KB
November 06 2023 09:15:52
0 / 0
0644
partitions.h
2.7 KB
November 06 2023 09:15:52
0 / 0
0644
pfow.h
5.606 KB
November 06 2023 09:15:52
0 / 0
0644
physmap.h
1 KB
November 06 2023 09:15:52
0 / 0
0644
pismo.h
0.43 KB
November 06 2023 09:15:52
0 / 0
0644
plat-ram.h
0.798 KB
November 06 2023 09:15:52
0 / 0
0644
qinfo.h
2.433 KB
November 06 2023 09:15:52
0 / 0
0644
sh_flctl.h
6.388 KB
November 06 2023 09:15:52
0 / 0
0644
sharpsl.h
0.528 KB
November 06 2023 09:15:52
0 / 0
0644
spear_smi.h
1.665 KB
November 06 2023 09:15:52
0 / 0
0644
super.h
0.815 KB
November 06 2023 09:15:52
0 / 0
0644
ubi.h
8.771 KB
November 06 2023 09:15:52
0 / 0
0644
xip.h
2.608 KB
November 06 2023 09:15:52
0 / 0
0644