Searched refs:clrmask (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/arm64/kernel/pi/ |
D | map_range.c | 90 asmlinkage u64 __init create_init_idmap(pgd_t *pg_dir, pteval_t clrmask) in create_init_idmap() argument 96 pgprot_val(text_prot) &= ~clrmask; in create_init_idmap() 97 pgprot_val(data_prot) &= ~clrmask; in create_init_idmap()
|
D | pi.h | 36 asmlinkage u64 create_init_idmap(pgd_t *pgd, pteval_t clrmask);
|
/linux-6.12.1/fs/reiserfs/ |
D | super.c | 885 int clrmask; member 915 int clrmask; member 1019 if (opt->clrmask == in reiserfs_getopt() 1025 *bit_flags &= ~opt->clrmask; in reiserfs_getopt() 1096 *bit_flags &= ~arg->clrmask; in reiserfs_getopt() 1138 {"notail",.clrmask = in reiserfs_parse_options() 1142 {"noattrs",.clrmask = 1 << REISERFS_ATTRS}, in reiserfs_parse_options() 1146 {"nouser_xattr",.clrmask = 1 << REISERFS_XATTRS_USER}, in reiserfs_parse_options() 1149 {"nouser_xattr",.clrmask = 1 << REISERFS_UNSUPPORTED_OPT}, in reiserfs_parse_options() 1153 {"noacl",.clrmask = 1 << REISERFS_POSIXACL}, in reiserfs_parse_options() [all …]
|