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:ls_file
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
172
vfs_setlease(ls->
ls_file
->nf_file, F_UNLCK, NULL, (void **)&ls);
in nfsd4_free_layout_stateid()
173
nfsd_file_put(ls->
ls_file
);
in nfsd4_free_layout_stateid()
200
fl->fl_file = ls->
ls_file
->nf_file;
in nfsd4_layout_setlease()
239
ls->
ls_file
= nfsd_file_get(fp->fi_deleg_file);
in nfsd4_alloc_layout_stateid()
241
ls->
ls_file
= find_any_file(fp);
in nfsd4_alloc_layout_stateid()
242
BUG_ON(!ls->
ls_file
);
in nfsd4_alloc_layout_stateid()
245
nfsd_file_put(ls->
ls_file
);
in nfsd4_alloc_layout_stateid()
629
argv[2] = ls->
ls_file
->nf_file->f_path.mnt->mnt_sb->s_id;
in nfsd4_cb_layout_fail()
H
A
D
state.h
583
struct nfsd_file *
ls_file
;
member
H
A
D
blocklayout.c
408
struct block_device *bdev = ls->
ls_file
->nf_file->f_path.mnt->mnt_sb->s_bdev;
in nfsd4_scsi_fence_client()
H
A
D
nfs4state.c
2583
file = ls->
ls_file
;
in nfs4_show_layout()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
173
vfs_setlease(ls->
ls_file
->nf_file, F_UNLCK, NULL, (void **)&ls);
in nfsd4_free_layout_stateid()
174
nfsd_file_put(ls->
ls_file
);
in nfsd4_free_layout_stateid()
201
fl->fl_file = ls->
ls_file
->nf_file;
in nfsd4_layout_setlease()
240
ls->
ls_file
= nfsd_file_get(fp->fi_deleg_file);
in nfsd4_alloc_layout_stateid()
242
ls->
ls_file
= find_any_file(fp);
in nfsd4_alloc_layout_stateid()
243
BUG_ON(!ls->
ls_file
);
in nfsd4_alloc_layout_stateid()
246
nfsd_file_put(ls->
ls_file
);
in nfsd4_alloc_layout_stateid()
630
argv[2] = ls->
ls_file
->nf_file->f_path.mnt->mnt_sb->s_id;
in nfsd4_cb_layout_fail()
H
A
D
blocklayout.c
333
struct block_device *bdev = ls->
ls_file
->nf_file->f_path.mnt->mnt_sb->s_bdev;
in nfsd4_scsi_fence_client()
H
A
D
state.h
621
struct nfsd_file *
ls_file
;
member
H
A
D
nfs4state.c
2733
file = ls->
ls_file
;
in nfs4_show_layout()
Completed in 25 milliseconds