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:XFS_ILOG_DOWNER
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item_recover.c
84
ASSERT(in_f->ilf_fields & (
XFS_ILOG_DOWNER
|XFS_ILOG_AOWNER));
in xfs_recover_inode_owner_change()
97
if (in_f->ilf_fields &
XFS_ILOG_DOWNER
) {
in xfs_recover_inode_owner_change()
466
if ((in_f->ilf_fields & (
XFS_ILOG_DOWNER
|XFS_ILOG_AOWNER)) &&
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_bmap_util.c
1464
(*target_log_flags) |=
XFS_ILOG_DOWNER
;
in xfs_swap_extent_forks()
1466
(*src_log_flags) |=
XFS_ILOG_DOWNER
;
in xfs_swap_extent_forks()
1500
(*src_log_flags &
XFS_ILOG_DOWNER
));
in xfs_swap_extent_forks()
1512
(*target_log_flags &
XFS_ILOG_DOWNER
));
in xfs_swap_extent_forks()
1753
if (src_log_flags &
XFS_ILOG_DOWNER
) {
in xfs_swap_extents()
1758
if (target_log_flags &
XFS_ILOG_DOWNER
) {
in xfs_swap_extents()
H
A
D
xfs_inode.c
2729
iip->ili_fields &= ~(XFS_ILOG_AOWNER |
XFS_ILOG_DOWNER
);
in xfs_ifree()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
319
#define
XFS_ILOG_DOWNER
0x200 /* change the data fork owner on replay */
macro
334
XFS_ILOG_ABROOT |
XFS_ILOG_DOWNER
| \
347
XFS_ILOG_TIMESTAMP |
XFS_ILOG_DOWNER
| \
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
324
#define
XFS_ILOG_DOWNER
0x200 /* change the data fork owner on replay */
macro
346
XFS_ILOG_ABROOT |
XFS_ILOG_DOWNER
| \
359
XFS_ILOG_TIMESTAMP |
XFS_ILOG_DOWNER
| \
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
84
ASSERT(in_f->ilf_fields & (
XFS_ILOG_DOWNER
|XFS_ILOG_AOWNER));
in xfs_recover_inode_owner_change()
97
if (in_f->ilf_fields &
XFS_ILOG_DOWNER
) {
in xfs_recover_inode_owner_change()
530
if ((in_f->ilf_fields & (
XFS_ILOG_DOWNER
|XFS_ILOG_AOWNER)) &&
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_bmap_util.c
1538
(*target_log_flags) |=
XFS_ILOG_DOWNER
;
in xfs_swap_extent_forks()
1540
(*src_log_flags) |=
XFS_ILOG_DOWNER
;
in xfs_swap_extent_forks()
1574
(*src_log_flags &
XFS_ILOG_DOWNER
));
in xfs_swap_extent_forks()
1586
(*target_log_flags &
XFS_ILOG_DOWNER
));
in xfs_swap_extent_forks()
1827
if (src_log_flags &
XFS_ILOG_DOWNER
) {
in xfs_swap_extents()
1832
if (target_log_flags &
XFS_ILOG_DOWNER
) {
in xfs_swap_extents()
H
A
D
xfs_inode.c
2405
iip->ili_fields &= ~(XFS_ILOG_AOWNER |
XFS_ILOG_DOWNER
);
in xfs_ifree()
Completed in 17 milliseconds