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:n_rdonly
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4_fs.h
194
unsigned int
n_rdonly
; /* Number of read-only references */
member
H
A
D
nfs4proc.c
1484
return state->
n_rdonly
!= 0;
in nfs4_mode_match_open_stateid()
1507
&& state->
n_rdonly
!= 0;
in can_open_cached()
1550
state->
n_rdonly
++;
in update_open_stateflags()
1561
if (state->
n_rdonly
&& !test_bit(NFS_O_RDONLY_STATE, &state->flags))
in nfs_open_stateid_recover_openmode()
1582
if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->
n_rdonly
)
in nfs_test_and_clear_all_open_stateid()
1622
if (!(state->n_wronly || state->
n_rdonly
|| state->n_rdwr))
in nfs_resync_open_stateid_locked()
1626
if (state->
n_rdonly
)
in nfs_resync_open_stateid_locked()
3645
if (state->
n_rdonly
== 0)
in nfs4_close_prepare()
H
A
D
nfs4state.c
793
state->
n_rdonly
--;
in __nfs4_close()
803
if (state->
n_rdonly
== 0) {
in __nfs4_close()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4_fs.h
196
unsigned int
n_rdonly
; /* Number of read-only references */
member
H
A
D
nfs4proc.c
1489
return state->
n_rdonly
!= 0;
in nfs4_mode_match_open_stateid()
1512
&& state->
n_rdonly
!= 0;
in can_open_cached()
1555
state->
n_rdonly
++;
in update_open_stateflags()
1566
if (state->
n_rdonly
&& !test_bit(NFS_O_RDONLY_STATE, &state->flags))
in nfs_open_stateid_recover_openmode()
1587
if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->
n_rdonly
)
in nfs_test_and_clear_all_open_stateid()
1627
if (!(state->n_wronly || state->
n_rdonly
|| state->n_rdwr))
in nfs_resync_open_stateid_locked()
1631
if (state->
n_rdonly
)
in nfs_resync_open_stateid_locked()
3644
if (state->
n_rdonly
== 0)
in nfs4_close_prepare()
H
A
D
nfs4state.c
792
state->
n_rdonly
--;
in __nfs4_close()
802
if (state->
n_rdonly
== 0) {
in __nfs4_close()
Completed in 54 milliseconds