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:fh_want_write
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
vfs.h
135
static inline int
fh_want_write
(struct svc_fh *fh)
in fh_want_write()
function
139
if (fh->
fh_want_write
)
in fh_want_write()
143
fh->
fh_want_write
= true;
in fh_want_write()
149
if (fh->
fh_want_write
) {
in fh_drop_write()
150
fh->
fh_want_write
= false;
in fh_drop_write()
H
A
D
vfs.c
396
/* Callers that do fh_verify should do the
fh_want_write
: */
in nfsd_setattr()
404
host_err =
fh_want_write
(fhp);
in nfsd_setattr()
1355
host_err =
fh_want_write
(fhp);
in nfsd_create()
1408
host_err =
fh_want_write
(fhp);
in do_nfsd_create()
1607
host_err =
fh_want_write
(fhp);
in nfsd_symlink()
1666
host_err =
fh_want_write
(tfhp);
in nfsd_link()
1768
host_err =
fh_want_write
(ffhp);
in nfsd_rename()
1867
host_err =
fh_want_write
(fhp);
in nfsd_unlink()
2284
ret =
fh_want_write
(fhp);
in nfsd_removexattr()
2309
ret =
fh_want_write
(fh
in nfsd_setxattr()
[all...]
H
A
D
nfsfh.h
37
bool
fh_want_write
; /* remount protection taken */
member
H
A
D
nfs3acl.c
100
error =
fh_want_write
(fh);
in nfsd3_proc_setacl()
H
A
D
nfs2acl.c
110
error =
fh_want_write
(fh);
in nfsacld_proc_setacl()
H
A
D
nfsproc.c
281
hosterr =
fh_want_write
(dirfhp);
in nfsd_proc_create()
H
A
D
nfs4proc.c
973
err =
fh_want_write
(&cstate->current_fh);
in nfsd4_setattr()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
vfs.h
150
static inline int
fh_want_write
(struct svc_fh *fh)
in fh_want_write()
function
154
if (fh->
fh_want_write
)
in fh_want_write()
158
fh->
fh_want_write
= true;
in fh_want_write()
164
if (fh->
fh_want_write
) {
in fh_drop_write()
165
fh->
fh_want_write
= false;
in fh_drop_write()
H
A
D
vfs.c
505
/* Callers that do fh_verify should do the
fh_want_write
: */
in nfsd_setattr()
513
host_err =
fh_want_write
(fhp);
in nfsd_setattr()
1515
host_err =
fh_want_write
(fhp);
in nfsd_create()
1617
host_err =
fh_want_write
(fhp);
in nfsd_symlink()
1681
host_err =
fh_want_write
(tfhp);
in nfsd_link()
1789
host_err =
fh_want_write
(ffhp);
in nfsd_rename()
1903
host_err =
fh_want_write
(fhp);
in nfsd_unlink()
2344
ret =
fh_want_write
(fhp);
in nfsd_removexattr()
2374
ret =
fh_want_write
(fhp);
in nfsd_setxattr()
H
A
D
nfs3acl.c
100
error =
fh_want_write
(fh);
in nfsd3_proc_setacl()
H
A
D
nfsfh.h
84
bool
fh_want_write
; /* remount protection taken */
member
H
A
D
nfs2acl.c
110
error =
fh_want_write
(fh);
in nfsacld_proc_setacl()
H
A
D
nfsproc.c
277
hosterr =
fh_want_write
(dirfhp);
in nfsd_proc_create()
H
A
D
nfs3proc.c
248
host_err =
fh_want_write
(fhp);
in nfsd3_create_file()
H
A
D
nfs4proc.c
257
host_err =
fh_want_write
(fhp);
in nfsd4_create_file()
1152
err =
fh_want_write
(&cstate->current_fh);
in nfsd4_setattr()
Completed in 21 milliseconds