Home
last modified time | relevance | path

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

/fs/ntfs3/
Ddir.c298 if (!sbi->options->showmeta && ntfs_is_meta_file(sbi, ino)) in ntfs_filldir()
Dsuper.c374 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param()
701 if (opts->showmeta) in ntfs_show_options()
Dntfs_fs.h105 unsigned showmeta : 1; /* Show meta files. */ member