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:ovl_want_write
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
dir.c
639
err =
ovl_want_write
(dentry);
in ovl_create_object()
712
err =
ovl_want_write
(old);
in ovl_link()
903
err =
ovl_want_write
(dentry);
in ovl_do_remove()
1142
err =
ovl_want_write
(old);
in ovl_rename()
H
A
D
inode.c
28
err =
ovl_want_write
(dentry);
in ovl_setattr()
344
err =
ovl_want_write
(dentry);
in ovl_xattr_set()
541
* Locking order w.r.t
ovl_want_write
() is important for nested overlayfs.
545
* - upper_mnt->mnt_sb->s_writers (
ovl_want_write
[0])
555
* But lowerinode->i_rwsem SHOULD NOT be acquired while
ovl_want_write
() is
559
* - upper_mnt->mnt_sb->s_writers (
ovl_want_write
[0])
H
A
D
util.c
18
int
ovl_want_write
(struct dentry *dentry)
in ovl_want_write()
function
H
A
D
overlayfs.h
250
int
ovl_want_write
(struct dentry *dentry);
H
A
D
export.c
26
err =
ovl_want_write
(dentry);
in ovl_encode_maybe_copy_up()
H
A
D
namei.c
804
err =
ovl_want_write
(dentry);
in ovl_fix_origin()
H
A
D
copy_up.c
994
err =
ovl_want_write
(dentry);
in ovl_maybe_copy_up()
H
A
D
readdir.c
623
if (!
ovl_want_write
(dentry)) {
in ovl_cache_get_impure()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
dir.c
629
err =
ovl_want_write
(dentry);
in ovl_create_object()
703
err =
ovl_want_write
(old);
in ovl_link()
894
err =
ovl_want_write
(dentry);
in ovl_do_remove()
1134
err =
ovl_want_write
(old);
in ovl_rename()
H
A
D
inode.c
35
err =
ovl_want_write
(dentry);
in ovl_setattr()
364
err =
ovl_want_write
(dentry);
in ovl_xattr_set()
614
err =
ovl_want_write
(dentry);
in ovl_set_or_remove_acl()
780
err =
ovl_want_write
(dentry);
in ovl_fileattr_set()
919
* Locking order w.r.t
ovl_want_write
() is important for nested overlayfs.
923
* - upper_mnt->mnt_sb->s_writers (
ovl_want_write
[0])
933
* But lowerinode->i_rwsem SHOULD NOT be acquired while
ovl_want_write
() is
937
* - upper_mnt->mnt_sb->s_writers (
ovl_want_write
[0])
H
A
D
export.c
26
err =
ovl_want_write
(dentry);
in ovl_encode_maybe_copy_up()
H
A
D
overlayfs.h
409
int
ovl_want_write
(struct dentry *dentry);
H
A
D
copy_up.c
1176
err =
ovl_want_write
(dentry);
in ovl_maybe_copy_up()
H
A
D
readdir.c
628
if (!
ovl_want_write
(dentry)) {
in ovl_cache_get_impure()
H
A
D
namei.c
881
err =
ovl_want_write
(dentry);
in ovl_fix_origin()
H
A
D
util.c
20
int
ovl_want_write
(struct dentry *dentry)
in ovl_want_write()
function
Completed in 23 milliseconds