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:fi_fds
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
609
ret = nfsd_file_get(f->
fi_fds
[O_WRONLY]);
in find_writeable_file_locked()
611
ret = nfsd_file_get(f->
fi_fds
[O_RDWR]);
in find_writeable_file_locked()
634
ret = nfsd_file_get(f->
fi_fds
[O_RDONLY]);
in find_readable_file_locked()
636
ret = nfsd_file_get(f->
fi_fds
[O_RDWR]);
in find_readable_file_locked()
658
ret = nfsd_file_get(f->
fi_fds
[O_RDWR]);
in find_rw_file()
672
ret = nfsd_file_get(f->
fi_fds
[O_RDWR]);
in find_any_file()
674
ret = nfsd_file_get(f->
fi_fds
[O_WRONLY]);
in find_any_file()
676
ret = nfsd_file_get(f->
fi_fds
[O_RDONLY]);
in find_any_file()
686
if (f->
fi_fds
[O_RDWR])
in find_any_file_locked()
687
return f->
fi_fds
[O_RDW
in find_any_file_locked()
[all...]
H
A
D
state.h
558
struct nfsd_file *
fi_fds
[3];
member
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
437
if (f->
fi_fds
[oflag])
in __nfs4_get_fd()
438
return nfsd_file_get(f->
fi_fds
[oflag]);
in __nfs4_get_fd()
514
if (f->
fi_fds
[O_RDWR])
in find_any_file_locked()
515
return f->
fi_fds
[O_RDWR];
in find_any_file_locked()
516
if (f->
fi_fds
[O_WRONLY])
in find_any_file_locked()
517
return f->
fi_fds
[O_WRONLY];
in find_any_file_locked()
518
if (f->
fi_fds
[O_RDONLY])
in find_any_file_locked()
519
return f->
fi_fds
[O_RDONLY];
in find_any_file_locked()
623
swap(f1, fp->
fi_fds
[oflag]);
in __nfs4_file_put_access()
625
swap(f2, fp->
fi_fds
[O_RDW
in __nfs4_file_put_access()
[all...]
H
A
D
state.h
524
struct nfsd_file *
fi_fds
[3];
member
Completed in 15 milliseconds