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:trans_num_items
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
inode.c
6091
unsigned int *
trans_num_items
)
in btrfs_new_inode_prepare()
6111
*
trans_num_items
= 1;
in btrfs_new_inode_prepare()
6114
(*
trans_num_items
)++;
in btrfs_new_inode_prepare()
6117
(*
trans_num_items
)++;
in btrfs_new_inode_prepare()
6120
(*
trans_num_items
)++;
in btrfs_new_inode_prepare()
6124
(*
trans_num_items
)++;
in btrfs_new_inode_prepare()
6128
(*
trans_num_items
)++;
in btrfs_new_inode_prepare()
6139
*
trans_num_items
+= 3;
in btrfs_new_inode_prepare()
6507
unsigned int
trans_num_items
;
in btrfs_create_common()
local
6511
err = btrfs_new_inode_prepare(&new_inode_args, &
trans_num_items
);
in btrfs_create_common()
6090
btrfs_new_inode_prepare(struct btrfs_new_inode_args *args, unsigned int *
trans_num_items
)
btrfs_new_inode_prepare()
argument
8700
unsigned int
trans_num_items
;
btrfs_rename_exchange()
local
8956
unsigned int
trans_num_items
;
btrfs_rename()
local
9402
unsigned int
trans_num_items
;
btrfs_symlink()
local
9734
unsigned int
trans_num_items
;
btrfs_tmpfile()
local
[all...]
H
A
D
btrfs_inode.h
454
unsigned int *
trans_num_items
);
H
A
D
ioctl.c
602
unsigned int
trans_num_items
;
in create_subvol()
local
633
ret = btrfs_new_inode_prepare(&new_inode_args, &
trans_num_items
);
in create_subvol()
636
trans_num_items
+= create_subvol_num_items(inherit);
in create_subvol()
640
trans_num_items
, false);
in create_subvol()
782
unsigned int
trans_num_items
;
in create_snapshot()
local
827
trans_num_items
= create_subvol_num_items(inherit) + 3;
in create_snapshot()
830
trans_num_items
, false);
in create_snapshot()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
9182
unsigned int
trans_num_items
;
in btrfs_rename()
local
9249
trans_num_items
= 11;
in btrfs_rename()
9251
trans_num_items
+= 5;
in btrfs_rename()
9252
trans = btrfs_start_transaction(root,
trans_num_items
);
in btrfs_rename()
Completed in 27 milliseconds