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:eof_flags
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_icache.c
1260
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_UID) &&
in xfs_inode_match_id()
1264
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_GID) &&
in xfs_inode_match_id()
1268
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_PRID) &&
in xfs_inode_match_id()
1284
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_UID) &&
in xfs_inode_match_id_union()
1288
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_GID) &&
in xfs_inode_match_id_union()
1292
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_PRID) &&
in xfs_inode_match_id_union()
1314
if (eofb->
eof_flags
& XFS_EOF_FLAGS_UNION)
in xfs_inode_matches_eofb()
1322
if ((eofb->
eof_flags
& XFS_EOF_FLAGS_MINFILESIZE) &&
in xfs_inode_matches_eofb()
1356
wait = eofb && (eofb->
eof_flags
& XFS_EOF_FLAGS_SYNC);
in xfs_inode_free_eofblocks()
1420
eofb.
eof_flags
in __xfs_inode_free_quota_eofblocks()
[all...]
H
A
D
xfs_icache.h
13
__u32
eof_flags
;
member
H
A
D
xfs_ioctl.c
2044
if (src->
eof_flags
& ~XFS_EOF_FLAGS_VALID)
in xfs_fs_eofblocks_from_user()
2051
dst->
eof_flags
= src->
eof_flags
;
in xfs_fs_eofblocks_from_user()
2056
if (src->
eof_flags
& XFS_EOF_FLAGS_UID) {
in xfs_fs_eofblocks_from_user()
2063
if (src->
eof_flags
& XFS_EOF_FLAGS_GID) {
in xfs_fs_eofblocks_from_user()
H
A
D
xfs_file.c
720
eofb.
eof_flags
= XFS_EOF_FLAGS_SYNC;
in xfs_file_buffered_aio_write()
H
A
D
xfs_super.c
1719
.
eof_flags
= XFS_EOF_FLAGS_SYNC,
in xfs_remount_ro()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
1836
if (src->
eof_flags
& ~XFS_EOF_FLAGS_VALID)
in xfs_fs_eofblocks_from_user()
1844
if (src->
eof_flags
& XFS_EOF_FLAGS_SYNC)
in xfs_fs_eofblocks_from_user()
1846
if (src->
eof_flags
& XFS_EOF_FLAGS_UID)
in xfs_fs_eofblocks_from_user()
1848
if (src->
eof_flags
& XFS_EOF_FLAGS_GID)
in xfs_fs_eofblocks_from_user()
1850
if (src->
eof_flags
& XFS_EOF_FLAGS_PRID)
in xfs_fs_eofblocks_from_user()
1852
if (src->
eof_flags
& XFS_EOF_FLAGS_MINFILESIZE)
in xfs_fs_eofblocks_from_user()
1859
if (src->
eof_flags
& XFS_EOF_FLAGS_UID) {
in xfs_fs_eofblocks_from_user()
1866
if (src->
eof_flags
& XFS_EOF_FLAGS_GID) {
in xfs_fs_eofblocks_from_user()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_fs.h
521
__u32
eof_flags
;
member
530
/*
eof_flags
values */
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_fs.h
524
__u32
eof_flags
;
member
533
/*
eof_flags
values */
Completed in 15 milliseconds