Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c1640 #define MNTOPT_RTDEV "rtdev" /* realtime I/O device */ macro
1722 } else if (!strcmp(this_char, MNTOPT_RTDEV)) { in xfs_parseargs()
1725 MNTOPT_RTDEV); in xfs_parseargs()
1879 seq_printf(m, "," MNTOPT_RTDEV "=%s", in xfs_showargs()