Searched refs:fs (Results 1 - 25 of 477) sorted by relevance

1234567891011>>

/drivers/xen/
H A Dprivcmd.h1 #include <linux/fs.h>
/drivers/block/
H A Dswim3.c210 #define swim3_err(fmt, arg...) dev_err(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
211 #define swim3_warn(fmt, arg...) dev_warn(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
212 #define swim3_info(fmt, arg...) dev_info(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
215 #define swim3_dbg(fmt, arg...) dev_dbg(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
238 static void seek_track(struct floppy_state *fs, int n);
240 static void act(struct floppy_state *fs);
259 swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes) argument
276 swim3_select(struct floppy_state *fs, int sel) argument
288 swim3_action(struct floppy_state *fs, int action) argument
300 swim3_readbit(struct floppy_state *fs, int bit) argument
311 start_request(struct floppy_state *fs) argument
393 set_timeout(struct floppy_state *fs, int nticks, void (*proc)(unsigned long)) argument
405 scan_track(struct floppy_state *fs) argument
418 seek_track(struct floppy_state *fs, int n) argument
448 setup_transfer(struct floppy_state *fs) argument
502 act(struct floppy_state *fs) argument
573 struct floppy_state *fs = (struct floppy_state *) data; local
598 struct floppy_state *fs = (struct floppy_state *) data; local
618 struct floppy_state *fs = (struct floppy_state *) data; local
648 struct floppy_state *fs = (struct floppy_state *) data; local
676 struct floppy_state *fs = (struct floppy_state *) dev_id; local
833 grab_drive(struct floppy_state *fs, enum swim_state state, int interruptible) argument
860 release_drive(struct floppy_state *fs) argument
872 fd_eject(struct floppy_state *fs) argument
903 struct floppy_state *fs = bdev->bd_disk->private_data; local
942 struct floppy_state *fs = bdev->bd_disk->private_data; local
1022 struct floppy_state *fs = disk->private_data; local
1038 struct floppy_state *fs = disk->private_data; local
1044 struct floppy_state *fs = disk->private_data; local
1092 struct floppy_state *fs = macio_get_drvdata(mdev); local
1109 struct floppy_state *fs = &floppy_states[index]; local
[all...]
H A Dswim.c428 static inline int swim_track(struct floppy_state *fs, int track) argument
430 struct swim __iomem *base = fs->swd->base;
433 ret = swim_seek(base, track - fs->track);
436 fs->track = track;
439 fs->track = 0;
445 static int floppy_eject(struct floppy_state *fs) argument
447 struct swim __iomem *base = fs->swd->base;
449 swim_drive(base, fs->location);
453 fs->disk_in = 0;
454 fs
459 swim_read_sector(struct floppy_state *fs, int side, int track, int sector, unsigned char *buffer) argument
496 floppy_read_sectors(struct floppy_state *fs, int req_sector, int sectors_nb, unsigned char *buffer) argument
531 struct floppy_state *fs; local
573 get_floppy_geometry(struct floppy_state *fs, int type, struct floppy_struct **g) argument
591 setup_medium(struct floppy_state *fs) argument
619 struct floppy_state *fs = bdev->bd_disk->private_data; local
678 struct floppy_state *fs = disk->private_data; local
697 struct floppy_state *fs = bdev->bd_disk->private_data; local
728 struct floppy_state *fs = bdev->bd_disk->private_data; local
746 struct floppy_state *fs = disk->private_data; local
753 struct floppy_state *fs = disk->private_data; local
794 struct floppy_state *fs = &swd->unit[swd->floppy_count]; local
[all...]
/drivers/staging/comedi/
H A Dcomedi_compat32.h31 #include <linux/fs.h>
/drivers/xen/xenbus/
H A Dxenbus_comms.h34 #include <linux/fs.h>
/drivers/mtd/
H A Dafs.c73 struct footer_struct fs; local
74 u_int ptr = off + mtd->erasesize - sizeof(fs);
78 ret = mtd_read(mtd, ptr, sizeof(fs), &sz, (u_char *)&fs);
79 if (ret >= 0 && sz != sizeof(fs))
93 if (fs.signature != 0xa0ffff9f)
99 if (word_sum(&fs, sizeof(fs) / sizeof(u32)) != 0xffffffff)
105 if (fs.type == 2)
108 *iis_start = fs
[all...]
/drivers/spi/
H A Dspi-sh-msiof.c222 const void *tx_buf, int words, int fs)
228 sh_msiof_write(p, TFDR, buf_8[k] << fs);
232 const void *tx_buf, int words, int fs)
238 sh_msiof_write(p, TFDR, buf_16[k] << fs);
242 const void *tx_buf, int words, int fs)
248 sh_msiof_write(p, TFDR, get_unaligned(&buf_16[k]) << fs);
252 const void *tx_buf, int words, int fs)
258 sh_msiof_write(p, TFDR, buf_32[k] << fs);
262 const void *tx_buf, int words, int fs)
268 sh_msiof_write(p, TFDR, get_unaligned(&buf_32[k]) << fs);
221 sh_msiof_spi_write_fifo_8(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
231 sh_msiof_spi_write_fifo_16(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
241 sh_msiof_spi_write_fifo_16u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
251 sh_msiof_spi_write_fifo_32(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
261 sh_msiof_spi_write_fifo_32u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
271 sh_msiof_spi_write_fifo_s32(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
281 sh_msiof_spi_write_fifo_s32u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
291 sh_msiof_spi_read_fifo_8(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
301 sh_msiof_spi_read_fifo_16(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
311 sh_msiof_spi_read_fifo_16u(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
321 sh_msiof_spi_read_fifo_32(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
331 sh_msiof_spi_read_fifo_32u(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
341 sh_msiof_spi_read_fifo_s32(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
351 sh_msiof_spi_read_fifo_s32u(struct sh_msiof_spi_priv *p, void *rx_buf, int words, int fs) argument
[all...]
/drivers/net/fddi/skfp/
H A Dess.c104 int fs);
118 int fs)
131 local = ((fs & L_INDICATOR) != 0) ;
138 return fs;
150 return fs;
178 return fs;
183 return fs;
202 return fs | I_INDICATOR;
205 return fs;
215 return fs;
117 ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, int fs) argument
[all...]
/drivers/s390/char/
H A Dtape_class.h15 #include <linux/fs.h>
/drivers/dio/
H A Ddio.c119 mm_segment_t fs; local
138 fs = get_fs();
142 set_fs(fs);
148 set_fs(fs);
173 mm_segment_t fs; local
217 fs = get_fs();
221 set_fs(fs);
227 set_fs(fs);
/drivers/lguest/x86/
H A Dswitcher_32.S115 pushl %fs
181 popl %fs
206 pushl %fs; \
256 popl %fs; \
/drivers/message/i2o/
H A Dconfig-osm.c20 #include <linux/fs.h>
/drivers/scsi/megaraid/
H A Dmegaraid_mm.h19 #include <linux/fs.h>
/drivers/sh/intc/
H A Dvirq-debugfs.c13 #include <linux/fs.h>
/drivers/staging/rts5139/
H A Drts51x_fop.h33 #include <linux/fs.h>
/drivers/staging/vt6655/
H A Ddevice_cfg.h64 #include <linux/fs.h>
/drivers/staging/vt6656/
H A Ddevice_cfg.h71 #include <linux/fs.h>
/drivers/staging/tidspbridge/pmgr/
H A Dcod.c27 #include <linux/fs.h>
96 mm_segment_t fs; local
99 fs = get_fs();
108 set_fs(fs);
122 mm_segment_t fs; local
125 fs = get_fs();
129 set_fs(fs);
/drivers/char/
H A Dsnsc.h22 #include <linux/fs.h>
/drivers/isdn/isdnloop/
H A Disdnloop.h37 #include <linux/fs.h>
/drivers/media/dvb/dvb-core/
H A Ddmxdev.h31 #include <linux/fs.h>
/drivers/staging/bcm/
H A Dheaders.h19 #include <linux/fs.h>
/drivers/staging/media/solo6x10/
H A Dgpio.c21 #include <linux/fs.h>
/drivers/staging/tidspbridge/include/dspbridge/
H A Dhost_os.h33 #include <linux/fs.h>
/drivers/usb/mon/
H A Dmon_stat.c14 #include <linux/fs.h>

Completed in 1975 milliseconds

1234567891011>>