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:IOCB_APPEND
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
file.c
636
if (iocb->ki_flags &
IOCB_APPEND
) {
in nfs_file_write()
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
file.c
429
if (iocb->ki_flags &
IOCB_APPEND
) {
in zonefs_write_checks()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
330
#define
IOCB_APPEND
(__force int) RWF_APPEND
macro
364
{
IOCB_APPEND
, "APPEND" }, \
3239
res |=
IOCB_APPEND
;
in iocb_flags()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
file.c
661
if (iocb->ki_flags &
IOCB_APPEND
|| iocb->ki_pos > i_size_read(inode)) {
in nfs_file_write()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
file.c
1724
if ((iocb->ki_flags & (IOCB_DIRECT |
IOCB_APPEND
)) == IOCB_DIRECT)
in ceph_write_iter()
1736
if (iocb->ki_flags &
IOCB_APPEND
) {
in ceph_write_iter()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
311
#define
IOCB_APPEND
(__force int) RWF_APPEND
macro
3330
res |=
IOCB_APPEND
;
in iocb_flags()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
file.c
912
if (iocb->ki_flags &
IOCB_APPEND
) {
in gfs2_file_write_iter()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
file.c
1107
if (iocb->ki_flags &
IOCB_APPEND
) {
in gfs2_file_write_iter()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
file.c
2255
if ((iocb->ki_flags & (IOCB_DIRECT |
IOCB_APPEND
)) == IOCB_DIRECT)
in ceph_write_iter()
2264
if (iocb->ki_flags &
IOCB_APPEND
) {
in ceph_write_iter()
/kernel/linux/linux-5.10/fs/zonefs/
H
A
D
super.c
856
if (iocb->ki_flags &
IOCB_APPEND
) {
in zonefs_write_checks()
/kernel/linux/linux-5.10/fs/
H
A
D
read_write.c
1664
if (iocb->ki_flags &
IOCB_APPEND
)
in generic_write_checks()
/kernel/linux/linux-6.6/fs/
H
A
D
read_write.c
1666
if (iocb->ki_flags &
IOCB_APPEND
)
in generic_write_checks_count()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
file.c
1578
iocb->ki_flags &
IOCB_APPEND
||
in fuse_direct_write_iter()
Completed in 45 milliseconds