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:LOG_INODE_EXISTS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
tree-log.c
27
*
LOG_INODE_EXISTS
means to log just enough to recreate the inode
32
LOG_INODE_EXISTS
,
enumerator
4048
inode_only ==
LOG_INODE_EXISTS
,
in copy_items()
5025
* lock as long as we log with the
LOG_INODE_EXISTS
mode. We
in log_conflicting_inodes()
5300
inode_only >=
LOG_INODE_EXISTS
))
in btrfs_log_inode()
5331
inode_only =
LOG_INODE_EXISTS
;
in btrfs_log_inode()
5358
if (inode_only ==
LOG_INODE_EXISTS
)
in btrfs_log_inode()
5362
if (inode_only ==
LOG_INODE_EXISTS
) {
in btrfs_log_inode()
5382
if (inode_only ==
LOG_INODE_EXISTS
) {
in btrfs_log_inode()
5400
inode_only ==
LOG_INODE_EXISTS
) {
in btrfs_log_inode()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
tree-log.c
39
*
LOG_INODE_EXISTS
means to log just enough to recreate the inode
44
LOG_INODE_EXISTS
,
enumerator
4481
inode_only ==
LOG_INODE_EXISTS
,
in copy_items()
5354
* 1) For regular files we log with a mode of
LOG_INODE_EXISTS
. It's possible
5416
int log_mode =
LOG_INODE_EXISTS
;
in log_new_dir_dentries()
5585
*
LOG_INODE_EXISTS
mode) and slow down other fsyncs or transaction
in add_conflicting_inode()
5667
* inode in
LOG_INODE_EXISTS
mode and rename operations update the log,
in add_conflicting_inode()
5743
* might have been logged in
LOG_INODE_EXISTS
mode or
in log_conflicting_inodes()
5758
* the inode in
LOG_INODE_EXISTS
mode and rename operations
in log_conflicting_inodes()
5773
* lock as long as we log with the
LOG_INODE_EXISTS
mod
in log_conflicting_inodes()
[all...]
Completed in 14 milliseconds