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:oo_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
467
unsigned char
oo_flags
;
member
H
A
D
nfs4state.c
4340
oo->
oo_flags
= 0;
in alloc_init_open_stateowner()
4342
oo->
oo_flags
|= NFS4_OO_CONFIRMED;
in alloc_init_open_stateowner()
4746
if (!(oo->
oo_flags
& NFS4_OO_CONFIRMED)) {
in nfsd4_process_open1()
4836
open->op_openowner->
oo_flags
|= NFS4_OO_CONFIRMED;
in nfs4_check_deleg()
5130
if (!cb_up || !(oo->
oo_flags
& NFS4_OO_CONFIRMED))
in nfs4_open_delegation()
5280
open->op_openowner->
oo_flags
|= NFS4_OO_CONFIRMED;
in nfsd4_process_open2()
5287
else if (!(open->op_openowner->
oo_flags
& NFS4_OO_CONFIRMED))
in nfsd4_process_open2()
5646
!(openowner(ols->st_stateowner)->
oo_flags
& NFS4_OO_CONFIRMED))
in nfsd4_check_openowner_confirmed()
6100
if (!(oo->
oo_flags
& NFS4_OO_CONFIRMED)) {
in nfs4_preprocess_confirmed_seqid_op()
6133
if (oo->
oo_flags
in nfsd4_open_confirm()
[all...]
H
A
D
nfs4proc.c
430
open->op_openowner->
oo_flags
|= NFS4_OO_CONFIRMED;
in nfsd4_open()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
502
unsigned char
oo_flags
;
member
H
A
D
nfs4state.c
4602
oo->
oo_flags
= 0;
in alloc_init_open_stateowner()
4604
oo->
oo_flags
|= NFS4_OO_CONFIRMED;
in alloc_init_open_stateowner()
5071
if (!(oo->
oo_flags
& NFS4_OO_CONFIRMED)) {
in nfsd4_process_open1()
5161
open->op_openowner->
oo_flags
|= NFS4_OO_CONFIRMED;
in nfs4_check_deleg()
5655
if (!cb_up || !(oo->
oo_flags
& NFS4_OO_CONFIRMED))
in nfs4_open_delegation()
5816
open->op_openowner->
oo_flags
|= NFS4_OO_CONFIRMED;
in nfsd4_process_open2()
5823
else if (!(open->op_openowner->
oo_flags
& NFS4_OO_CONFIRMED))
in nfsd4_process_open2()
6387
!(openowner(ols->st_stateowner)->
oo_flags
& NFS4_OO_CONFIRMED))
in nfsd4_check_openowner_confirmed()
6872
if (!(oo->
oo_flags
& NFS4_OO_CONFIRMED)) {
in nfs4_preprocess_confirmed_seqid_op()
6905
if (oo->
oo_flags
in nfsd4_open_confirm()
[all...]
H
A
D
nfs4proc.c
605
open->op_openowner->
oo_flags
|= NFS4_OO_CONFIRMED;
in nfsd4_open()
Completed in 30 milliseconds