Home
last modified time | relevance | path

Searched refs:SB_ONDISK_JOURNAL_DEVICE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Djournal.c1962 SB_ONDISK_JOURNAL_DEVICE( super ) ? in journal_init_dev()
1963 to_kdev_t(SB_ONDISK_JOURNAL_DEVICE( super )) : super -> s_dev; in journal_init_dev()
/linux-2.4.37.9/include/linux/
Dreiserfs_fs.h219 #define SB_ONDISK_JOURNAL_DEVICE(s) \ macro