Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:userxattr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
ovl_entry.h
20
bool
userxattr
;
member
H
A
D
params.c
157
fsparam_flag("
userxattr
", Opt_userxattr),
629
config->
userxattr
= true;
in ovl_parse_param()
921
/* Resolve
userxattr
-> !redirect && !metacopy && !verity dependency */
in ovl_fs_params_verify()
922
if (config->
userxattr
) {
in ovl_fs_params_verify()
925
pr_err("conflicting options:
userxattr
,redirect_dir=%s\n",
in ovl_fs_params_verify()
930
pr_err("conflicting options:
userxattr
,metacopy=on\n");
in ovl_fs_params_verify()
934
pr_err("conflicting options:
userxattr
,verity=%s\n",
in ovl_fs_params_verify()
942
*
userxattr
.
in ovl_fs_params_verify()
1009
if (ofs->config.
userxattr
)
in ovl_show_options()
1010
seq_puts(m, ",
userxattr
");
in ovl_show_options()
[all...]
H
A
D
super.c
790
if (err == -EPERM && !ofs->config.
userxattr
)
in ovl_make_workdir()
791
pr_info("try mounting with '
userxattr
' option\n");
in ovl_make_workdir()
1491
sb->s_xattr = ofs->config.
userxattr
? ovl_user_xattr_handlers :
in ovl_fill_super()
H
A
D
overlayfs.h
169
return ovl_xattr_table[ox][ofs->config.
userxattr
];
in ovl_xattr()
H
A
D
inode.c
346
if (ofs->config.
userxattr
)
in ovl_is_private_xattr()
H
A
D
util.c
1142
if (ofs->config.
userxattr
&& res == -EACCES)
in ovl_check_metacopy_xattr()
Completed in 9 milliseconds