Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dsuper.c754 int clrmask; /* bitmask which is to clear on mount_options bitmask when this member
770 int clrmask; /* bitmask which is to clear on mount_options bitmask when this member
867 if (opt->clrmask == in reiserfs_getopt()
873 *bit_flags &= ~opt->clrmask; in reiserfs_getopt()
941 *bit_flags &= ~arg->clrmask; in reiserfs_getopt()
972 {"notail",.clrmask = in reiserfs_parse_options()
976 {"noattrs",.clrmask = 1 << REISERFS_ATTRS}, in reiserfs_parse_options()
980 {"nouser_xattr",.clrmask = 1 << REISERFS_XATTRS_USER}, in reiserfs_parse_options()
983 {"nouser_xattr",.clrmask = 1 << REISERFS_UNSUPPORTED_OPT}, in reiserfs_parse_options()
987 {"noacl",.clrmask = 1 << REISERFS_POSIXACL}, in reiserfs_parse_options()
[all …]