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:clone_fid
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/
H
A
D
fid.h
18
static inline struct p9_fid *
clone_fid
(struct p9_fid *fid)
in clone_fid()
function
24
return
clone_fid
(v9fs_fid_lookup(dentry));
in v9fs_fid_clone()
H
A
D
xattr.c
116
fid =
clone_fid
(fid);
in v9fs_fid_xattr_set()
H
A
D
fid.c
250
fid =
clone_fid
(v9fs_fid_lookup_with_uid(dentry, GLOBAL_ROOT_UID, 0));
in v9fs_writeback_fid()
H
A
D
vfs_inode.c
610
ofid =
clone_fid
(dfid);
in v9fs_create()
922
olddirfid =
clone_fid
(v9fs_parent_fid(old_dentry));
in v9fs_vfs_rename()
928
newdirfid =
clone_fid
(v9fs_parent_fid(new_dentry));
in v9fs_vfs_rename()
H
A
D
vfs_inode_dotl.c
271
ofid =
clone_fid
(dfid);
in v9fs_vfs_atomic_open_dotl()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
fid.h
21
static inline struct p9_fid *
clone_fid
(struct p9_fid *fid)
in clone_fid()
function
33
nfid =
clone_fid
(fid);
in v9fs_fid_clone()
H
A
D
xattr.c
121
fid =
clone_fid
(fid);
in v9fs_fid_xattr_set()
H
A
D
vfs_inode.c
614
ofid =
clone_fid
(dfid);
in v9fs_create()
919
olddirfid =
clone_fid
(dfid);
in v9fs_vfs_rename()
929
newdirfid =
clone_fid
(dfid);
in v9fs_vfs_rename()
H
A
D
vfs_inode_dotl.c
272
ofid =
clone_fid
(dfid);
in v9fs_vfs_atomic_open_dotl()
Completed in 8 milliseconds