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:ksmbd_stream_fd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.c
654
if (
ksmbd_stream_fd
(prev_fp) &&
ksmbd_stream_fd
(curr_fp))
in ksmbd_smb_check_shared_mode()
674
if (
ksmbd_stream_fd
(prev_fp) && !
ksmbd_stream_fd
(curr_fp))
in ksmbd_smb_check_shared_mode()
H
A
D
vfs_cache.c
136
if (
ksmbd_stream_fd
(fp)) {
in ksmbd_fd_set_delete_on_close()
253
if (
ksmbd_stream_fd
(fp) && (ci->m_flags & S_DEL_ON_CLS_STREAM)) {
in __ksmbd_inode_close()
330
if (
ksmbd_stream_fd
(fp))
in __ksmbd_close_fd()
H
A
D
vfs_cache.h
129
static inline bool
ksmbd_stream_fd
(struct ksmbd_file *fp)
in ksmbd_stream_fd()
function
H
A
D
vfs.c
390
if (
ksmbd_stream_fd
(fp))
in ksmbd_vfs_read()
504
if (
ksmbd_stream_fd
(fp)) {
in ksmbd_vfs_write()
1780
if (
ksmbd_stream_fd
(src_fp) ||
ksmbd_stream_fd
(dst_fp))
in ksmbd_vfs_copy_file_ranges()
H
A
D
oplock.c
230
if (
ksmbd_stream_fd
(fp))
in opinfo_count()
238
if (
ksmbd_stream_fd
(fp))
in opinfo_count_inc()
246
if (
ksmbd_stream_fd
(fp))
in opinfo_count_dec()
Completed in 7 milliseconds