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:FS_DIRSYNC_FL
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
ioctl.c
22
FS_IMMUTABLE_FL |
FS_DIRSYNC_FL
)
71
if (ioctl_flags &
FS_DIRSYNC_FL
)
in ioctl2ubifs()
97
ioctl_flags |=
FS_DIRSYNC_FL
;
in ubifs2ioctl()
169
flags &= ~
FS_DIRSYNC_FL
;
in ubifs_ioctl()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
ioctl.c
23
FS_IMMUTABLE_FL |
FS_DIRSYNC_FL
)
72
if (ioctl_flags &
FS_DIRSYNC_FL
)
in ioctl2ubifs()
98
ioctl_flags |=
FS_DIRSYNC_FL
;
in ubifs2ioctl()
165
flags &= ~
FS_DIRSYNC_FL
;
in ubifs_fileattr_set()
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
nilfs.h
215
FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL |
FS_DIRSYNC_FL
)
223
return flags & ~(
FS_DIRSYNC_FL
| FS_TOPDIR_FL);
in nilfs_mask_flags()
H
A
D
inode.c
439
if (flags &
FS_DIRSYNC_FL
)
in nilfs_set_inode_flags()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
nilfs.h
215
FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL |
FS_DIRSYNC_FL
)
223
return flags & ~(
FS_DIRSYNC_FL
| FS_TOPDIR_FL);
in nilfs_mask_flags()
H
A
D
inode.c
435
if (flags &
FS_DIRSYNC_FL
)
in nilfs_set_inode_flags()
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
ioctl.c
32
{JFS_DIRSYNC_FL,
FS_DIRSYNC_FL
},
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
ioctl.c
33
{JFS_DIRSYNC_FL,
FS_DIRSYNC_FL
},
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
fs.h
257
#define
FS_DIRSYNC_FL
0x00010000 /* dirsync behaviour (directories only) */
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fs.h
257
#define
FS_DIRSYNC_FL
0x00010000 /* dirsync behaviour (directories only) */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fs.h
258
#define
FS_DIRSYNC_FL
0x00010000 /* dirsync behaviour (directories only) */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fs.h
172
#define
FS_DIRSYNC_FL
0x00010000
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
fs.h
258
#define
FS_DIRSYNC_FL
0x00010000 /* dirsync behaviour (directories only) */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fs.h
172
#define
FS_DIRSYNC_FL
0x00010000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fs.h
232
#define
FS_DIRSYNC_FL
0x00010000
macro
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ext2.h
239
#define EXT2_DIRSYNC_FL
FS_DIRSYNC_FL
/* dirsync behaviour (directories only) */
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ext2.h
242
#define EXT2_DIRSYNC_FL
FS_DIRSYNC_FL
/* dirsync behaviour (directories only) */
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
ocfs2_fs.h
260
#define OCFS2_DIRSYNC_FL
FS_DIRSYNC_FL
/* dirsync behaviour (directories only) */
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
ocfs2_fs.h
258
#define OCFS2_DIRSYNC_FL
FS_DIRSYNC_FL
/* dirsync behaviour (directories only) */
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ioctl.c
97
return flags & ~
FS_DIRSYNC_FL
;
in btrfs_mask_fsflags_for_type()
121
iflags |=
FS_DIRSYNC_FL
;
in btrfs_inode_flags_to_fsflags()
175
FS_SYNC_FL |
FS_DIRSYNC_FL
| \
in check_fsflags()
254
if (fsflags &
FS_DIRSYNC_FL
)
in btrfs_ioctl_setflags()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ioctl.c
130
return flags & ~
FS_DIRSYNC_FL
;
in btrfs_mask_fsflags_for_type()
156
iflags |=
FS_DIRSYNC_FL
;
in btrfs_inode_flags_to_fsflags()
204
FS_SYNC_FL |
FS_DIRSYNC_FL
| \
in check_fsflags()
306
if (fsflags &
FS_DIRSYNC_FL
)
in btrfs_fileattr_set()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
file.c
1893
{ F2FS_DIRSYNC_FL,
FS_DIRSYNC_FL
},
1907
FS_DIRSYNC_FL
| \
1923
FS_DIRSYNC_FL
| \
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
file.c
1972
{ F2FS_DIRSYNC_FL,
FS_DIRSYNC_FL
},
1986
FS_DIRSYNC_FL
| \
2002
FS_DIRSYNC_FL
| \
Completed in 39 milliseconds