Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dfirestream.h470 struct fs_dev { struct
471 struct fs_dev *next; /* other FS devices */ argument
472 int flags;
474 unsigned char irq; /* IRQ */
475 struct pci_dev *pci_dev; /* PCI stuff */
476 struct atm_dev *atm_dev;
477 struct timer_list timer;
502 #define FS_DEV(atm_dev) ((struct fs_dev *) (atm_dev)->dev_data) argument
Dfirestream.c1905 struct fs_dev *fs_dev; in firestream_init_one() local
/linux-2.4.37.9/fs/jbd/
Djournal.c749 journal_t * journal_init_dev(kdev_t dev, kdev_t fs_dev, in journal_init_dev()