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:ro_flags
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
inode-item.h
67
static inline u64 btrfs_inode_combine_flags(u32 flags, u32
ro_flags
)
in btrfs_inode_combine_flags()
argument
69
return (flags | ((u64)
ro_flags
<< 32));
in btrfs_inode_combine_flags()
73
u32 *flags, u32 *
ro_flags
)
in btrfs_inode_split_flags()
76
*
ro_flags
= (u32)(inode_item_flags >> 32);
in btrfs_inode_split_flags()
72
btrfs_inode_split_flags(u64 inode_item_flags, u32 *flags, u32 *
ro_flags
)
btrfs_inode_split_flags()
argument
H
A
D
verity.c
488
inode->
ro_flags
&= ~BTRFS_INODE_RO_VERITY;
in rollback_verity()
555
inode->
ro_flags
|= BTRFS_INODE_RO_VERITY;
in finish_verity()
H
A
D
tree-checker.c
1071
u32
ro_flags
;
in check_inode_item()
local
1133
btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &
ro_flags
);
in check_inode_item()
local
1140
(
ro_flags
& ~BTRFS_INODE_RO_FLAG_MASK))) {
in check_inode_item()
1143
ro_flags
);
in check_inode_item()
H
A
D
btrfs_inode.h
224
u32
ro_flags
;
member
H
A
D
delayed-inode.c
1832
BTRFS_I(inode)->
ro_flags
);
in fill_stack_inode_item()
1892
&BTRFS_I(inode)->flags, &BTRFS_I(inode)->
ro_flags
);
in btrfs_fill_inode()
H
A
D
ioctl.c
143
u32
ro_flags
= binode->
ro_flags
;
in btrfs_inode_flags_to_fsflags()
local
159
if (
ro_flags
& BTRFS_INODE_RO_VERITY)
in btrfs_inode_flags_to_fsflags()
188
if (binode->
ro_flags
& BTRFS_INODE_RO_VERITY)
in btrfs_sync_inode_flags_to_i_flags()
H
A
D
inode.c
3798
&BTRFS_I(inode)->flags, &BTRFS_I(inode)->
ro_flags
);
in btrfs_read_locked_inode()
3966
BTRFS_I(inode)->
ro_flags
);
in fill_inode_item()
8491
ei->
ro_flags
= 0;
in btrfs_alloc_inode()
8660
u32 bi_ro_flags = BTRFS_I(inode)->
ro_flags
;
in btrfs_getattr()
H
A
D
tree-log.c
4168
BTRFS_I(inode)->
ro_flags
);
in fill_inode_item()
Completed in 32 milliseconds