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:ATTR_OPEN
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4file.c
69
attr.ia_valid =
ATTR_OPEN
;
in nfs4_file_open()
H
A
D
inode.c
610
#define NFS_VALID_ATTRS (ATTR_MODE|ATTR_UID|ATTR_GID|ATTR_SIZE|ATTR_ATIME|ATTR_ATIME_SET|ATTR_MTIME|ATTR_MTIME_SET|ATTR_FILE|
ATTR_OPEN
)
638
if ((attr->ia_valid & ~(ATTR_FILE|
ATTR_OPEN
)) == 0)
in nfs_setattr()
H
A
D
dir.c
1666
struct iattr attr = { .ia_valid =
ATTR_OPEN
};
in nfs_atomic_open()
H
A
D
nfs4proc.c
3400
if (sattr->ia_valid &
ATTR_OPEN
)
in nfs4_do_setattr()
4254
if (sattr->ia_valid &
ATTR_OPEN
)
in nfs4_proc_setattr()
4258
if ((sattr->ia_valid & ~(ATTR_FILE|
ATTR_OPEN
)) == 0)
in nfs4_proc_setattr()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4file.c
65
attr.ia_valid =
ATTR_OPEN
;
in nfs4_file_open()
H
A
D
inode.c
607
#define NFS_VALID_ATTRS (ATTR_MODE|ATTR_UID|ATTR_GID|ATTR_SIZE|ATTR_ATIME|ATTR_ATIME_SET|ATTR_MTIME|ATTR_MTIME_SET|ATTR_FILE|
ATTR_OPEN
)
635
if (((attr->ia_valid & NFS_VALID_ATTRS) & ~(ATTR_FILE|
ATTR_OPEN
)) == 0)
in nfs_setattr()
H
A
D
dir.c
2050
struct iattr attr = { .ia_valid =
ATTR_OPEN
};
in nfs_atomic_open()
H
A
D
nfs4proc.c
3401
if (sattr->ia_valid &
ATTR_OPEN
)
in nfs4_do_setattr()
4379
if (sattr->ia_valid &
ATTR_OPEN
)
in nfs4_proc_setattr()
4383
if ((sattr->ia_valid & ~(ATTR_FILE|
ATTR_OPEN
)) == 0)
in nfs4_proc_setattr()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
inode.c
70
* If open(O_TRUNC) is done, VFS calls ->setattr with
ATTR_OPEN
in ovl_setattr()
72
* filesystem during open -> do not pass
ATTR_OPEN
. This
in ovl_setattr()
75
* fuse. So by clearing
ATTR_OPEN
, fuse will be forced to send
in ovl_setattr()
78
attr->ia_valid &= ~
ATTR_OPEN
;
in ovl_setattr()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
dir.c
1479
if ((ivalid & ATTR_SIZE) && (ivalid & (
ATTR_OPEN
| ATTR_FILE)))
in update_mtime()
1656
if (attr->ia_valid &
ATTR_OPEN
) {
in fuse_do_setattr()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dir.c
1706
if ((ivalid & ATTR_SIZE) && (ivalid & (
ATTR_OPEN
| ATTR_FILE)))
in update_mtime()
1884
if (attr->ia_valid &
ATTR_OPEN
) {
in fuse_do_setattr()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
inode.c
71
* If open(O_TRUNC) is done, VFS calls ->setattr with
ATTR_OPEN
in ovl_setattr()
73
* filesystem during open -> do not pass
ATTR_OPEN
. This
in ovl_setattr()
76
* fuse. So by clearing
ATTR_OPEN
, fuse will be forced to send
in ovl_setattr()
79
attr->ia_valid &= ~
ATTR_OPEN
;
in ovl_setattr()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
200
#define
ATTR_OPEN
(1 << 15) /* Truncating from open(O_TRUNC) */
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
206
#define
ATTR_OPEN
(1 << 15) /* Truncating from open(O_TRUNC) */
macro
/kernel/linux/linux-5.10/fs/
H
A
D
namei.c
2978
ATTR_MTIME|ATTR_CTIME|
ATTR_OPEN
,
in handle_truncate()
/kernel/linux/linux-6.6/fs/
H
A
D
namei.c
3294
ATTR_MTIME|ATTR_CTIME|
ATTR_OPEN
,
in handle_truncate()
Completed in 70 milliseconds