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:cur_ino
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
send.c
175
u64
cur_ino
;
member
2235
if (ino != sctx->
cur_ino
&& ow_inode == sctx->
cur_ino
) {
in did_overwrite_ref()
2852
if (ino != sctx->
cur_ino
) {
in send_create_inode()
2999
ret = did_create_dir(sctx, sctx->
cur_ino
);
in send_create_inode_if_needed()
3006
ret = send_create_inode(sctx, sctx->
cur_ino
);
in send_create_inode_if_needed()
3009
cache_dir_created(sctx, sctx->
cur_ino
);
in send_create_inode_if_needed()
3210
if (odi && sctx->
cur_ino
< odi->dir_high_seq_ino)
in can_rmdir()
3254
if (sctx->
cur_ino
< dir_high_seq_ino) {
in can_rmdir()
3288
if (loc.objectid > sctx->
cur_ino
) {
in can_rmdir()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
send.c
102
u64
cur_ino
;
member
1976
(ino != sctx->
cur_ino
&& ow_inode == sctx->
cur_ino
&&
in did_overwrite_ref()
2606
if (ino != sctx->
cur_ino
) {
in send_create_inode()
2748
ret = did_create_dir(sctx, sctx->
cur_ino
);
in send_create_inode_if_needed()
2757
ret = send_create_inode(sctx, sctx->
cur_ino
);
in send_create_inode_if_needed()
3272
sctx->send_progress = sctx->
cur_ino
+ 1;
in apply_dir_move()
3314
ret = can_rmdir(sctx, rmdir_ino, gen, sctx->
cur_ino
);
in apply_dir_move()
3401
u64 parent_ino = sctx->
cur_ino
;
in apply_children_dir_moves()
3434
* (in the send root) with a higher inode number than ours (sctx->
cur_ino
) wa
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
checkpoint.c
1091
unsigned long
cur_ino
= inode->i_ino;
in f2fs_sync_dirty_inodes()
local
1105
if (ino ==
cur_ino
)
in f2fs_sync_dirty_inodes()
1108
ino =
cur_ino
;
in f2fs_sync_dirty_inodes()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
checkpoint.c
1101
unsigned long
cur_ino
= inode->i_ino;
in f2fs_sync_dirty_inodes()
local
1115
if (ino ==
cur_ino
)
in f2fs_sync_dirty_inodes()
1118
ino =
cur_ino
;
in f2fs_sync_dirty_inodes()
Completed in 16 milliseconds