Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dntfs3.rst98 * - showmeta
/linux/fs/ntfs3/
H A Dsuper.c291 fsparam_flag("showmeta", Opt_showmeta),
388 opts->showmeta = 1; in ntfs_fs_parse_param()
780 if (opts->showmeta) in ntfs_show_options()
781 seq_puts(m, ",showmeta"); in ntfs_show_options()
H A Dntfs_fs.h105 unsigned showmeta : 1; /* Show meta files. */ member