Home
last modified time | relevance | path

Searched defs:fs_dev (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/atm/
Dfirestream.h469 struct fs_dev { struct
470 struct fs_dev *next; /* other FS devices */ argument
471 int flags;
473 unsigned char irq; /* IRQ */
474 struct pci_dev *pci_dev; /* PCI stuff */
475 struct atm_dev *atm_dev;
476 struct timer_list timer;
501 #define FS_DEV(atm_dev) ((struct fs_dev *) (atm_dev)->dev_data) argument
Dfirestream.c1904 struct fs_dev *fs_dev; in firestream_init_one() local
/linux-4.1.27/fs/jbd/
Djournal.c799 struct block_device *fs_dev, in journal_init_dev()
/linux-4.1.27/fs/jbd2/
Djournal.c1142 struct block_device *fs_dev, in jbd2_journal_init_dev()