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:sc_file
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
159
struct nfs4_file *fp = ls->ls_stid.
sc_file
;
in nfsd4_free_layout_stateid()
176
atomic_dec(&ls->ls_stid.
sc_file
->fi_lo_recalls);
in nfsd4_free_layout_stateid()
216
struct nfs4_file *fp = parent->
sc_file
;
in nfsd4_alloc_layout_stateid()
226
stp->
sc_file
= fp;
in nfsd4_alloc_layout_stateid()
283
&stid->
sc_file
->fi_fhandle)) {
in nfsd4_preprocess_layout_stateid()
329
atomic_inc(&ls->ls_stid.
sc_file
->fi_lo_recalls);
in nfsd4_recall_file_layout()
385
struct nfs4_file *fp = ls->ls_stid.
sc_file
;
in nfsd4_recall_conflict()
405
struct nfs4_file *fp = ls->ls_stid.
sc_file
;
in nfsd4_insert_layout()
549
!fh_fsid_match(&ls->ls_stid.
sc_file
->fi_fhandle,
in nfsd4_return_client_layouts()
H
A
D
nfs4state.c
972
dp->dl_stid.
sc_file
= fp;
in alloc_init_deleg()
982
struct nfs4_file *fp = s->
sc_file
;
in nfs4_put_stid()
1026
struct nfs4_file *fp = dp->dl_stid.
sc_file
;
in nfs4_unlock_deleg_lease()
1112
struct nfs4_file *fp = dp->dl_stid.
sc_file
;
in unhash_delegation_locked()
1304
recalculate_deny_mode(stp->st_stid.
sc_file
);
in reset_union_bmap_deny()
1312
struct nfs4_file *fp = stp->st_stid.
sc_file
;
in release_all_access()
1319
nfs4_file_put_access(stp->st_stid.
sc_file
, i);
in release_all_access()
1351
struct nfs4_file *fp = stp->st_stid.
sc_file
;
in unhash_ol_stateid()
1383
nf = find_any_file(stp->st_stid.
sc_file
);
in nfs4_free_lock_stateid()
1464
fp = stp->st_stid.
sc_file
;
in free_ol_stateid_reaplist()
[all...]
H
A
D
state.h
105
struct nfs4_file *
sc_file
;
member
H
A
D
nfs4callback.c
326
encode_nfs_fh4(xdr, &dp->dl_stid.
sc_file
->fi_fhandle);
in encode_cb_recall4args()
565
encode_nfs_fh4(xdr, &ls->ls_stid.
sc_file
->fi_fhandle);
in encode_cb_layout4args()
H
A
D
nfs4proc.c
1958
if (atomic_read(&ls->ls_stid.
sc_file
->fi_lo_recalls))
in nfsd4_layoutget()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
160
struct nfs4_file *fp = ls->ls_stid.
sc_file
;
in nfsd4_free_layout_stateid()
177
atomic_dec(&ls->ls_stid.
sc_file
->fi_lo_recalls);
in nfsd4_free_layout_stateid()
217
struct nfs4_file *fp = parent->
sc_file
;
in nfsd4_alloc_layout_stateid()
227
stp->
sc_file
= fp;
in nfsd4_alloc_layout_stateid()
284
&stid->
sc_file
->fi_fhandle)) {
in nfsd4_preprocess_layout_stateid()
330
atomic_inc(&ls->ls_stid.
sc_file
->fi_lo_recalls);
in nfsd4_recall_file_layout()
386
struct nfs4_file *fp = ls->ls_stid.
sc_file
;
in nfsd4_recall_conflict()
406
struct nfs4_file *fp = ls->ls_stid.
sc_file
;
in nfsd4_insert_layout()
550
!fh_fsid_match(&ls->ls_stid.
sc_file
->fi_fhandle,
in nfsd4_return_client_layouts()
H
A
D
nfs4state.c
1191
dp->dl_stid.
sc_file
= fp;
in alloc_init_deleg()
1201
struct nfs4_file *fp = s->
sc_file
;
in nfs4_put_stid()
1245
struct nfs4_file *fp = dp->dl_stid.
sc_file
;
in nfs4_unlock_deleg_lease()
1331
struct nfs4_file *fp = dp->dl_stid.
sc_file
;
in unhash_delegation_locked()
1423
recalculate_deny_mode(stp->st_stid.
sc_file
);
in reset_union_bmap_deny()
1431
struct nfs4_file *fp = stp->st_stid.
sc_file
;
in release_all_access()
1438
nfs4_file_put_access(stp->st_stid.
sc_file
, i);
in release_all_access()
1470
struct nfs4_file *fp = stp->st_stid.
sc_file
;
in unhash_ol_stateid()
1502
nf = find_any_file(stp->st_stid.
sc_file
);
in nfs4_free_lock_stateid()
1583
fp = stp->st_stid.
sc_file
;
in free_ol_stateid_reaplist()
[all...]
H
A
D
state.h
105
struct nfs4_file *
sc_file
;
member
H
A
D
nfs4callback.c
337
encode_nfs_fh4(xdr, &dp->dl_stid.
sc_file
->fi_fhandle);
in encode_cb_recall4args()
636
encode_nfs_fh4(xdr, &ls->ls_stid.
sc_file
->fi_fhandle);
in encode_cb_layout4args()
H
A
D
nfs4proc.c
2275
if (atomic_read(&ls->ls_stid.
sc_file
->fi_lo_recalls))
in nfsd4_layoutget()
Completed in 30 milliseconds