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:BTRFS_INODE_SYNC
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
btrfs_tree.h
399
#define
BTRFS_INODE_SYNC
(1U << 5)
macro
415
BTRFS_INODE_SYNC
| \
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ioctl.c
110
if (flags &
BTRFS_INODE_SYNC
)
in btrfs_inode_flags_to_fsflags()
141
if (binode->flags &
BTRFS_INODE_SYNC
)
in btrfs_sync_inode_flags_to_i_flags()
235
binode_flags |=
BTRFS_INODE_SYNC
;
in btrfs_ioctl_setflags()
237
binode_flags &= ~
BTRFS_INODE_SYNC
;
in btrfs_ioctl_setflags()
366
if (flags &
BTRFS_INODE_SYNC
)
in btrfs_inode_flags_to_xflags()
452
binode->flags |=
BTRFS_INODE_SYNC
;
in btrfs_ioctl_fssetxattr()
454
binode->flags &= ~
BTRFS_INODE_SYNC
;
in btrfs_ioctl_fssetxattr()
H
A
D
ctree.h
1382
#define
BTRFS_INODE_SYNC
(1 << 5)
macro
1398
BTRFS_INODE_SYNC
| \
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ioctl.c
145
if (flags &
BTRFS_INODE_SYNC
)
in btrfs_inode_flags_to_fsflags()
178
if (binode->flags &
BTRFS_INODE_SYNC
)
in btrfs_sync_inode_flags_to_i_flags()
277
binode_flags |=
BTRFS_INODE_SYNC
;
in btrfs_fileattr_set()
279
binode_flags &= ~
BTRFS_INODE_SYNC
;
in btrfs_fileattr_set()
Completed in 18 milliseconds