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:result_mask
(Results
1 - 25
of
45
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/
H
A
D
stat.h
23
u32
result_mask
; /* What fields the user got */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
stat.h
23
u32
result_mask
; /* What fields the user got */
member
/kernel/linux/linux-6.6/fs/
H
A
D
stat.c
67
stat->
result_mask
|= STATX_CHANGE_COOKIE;
in generic_fillattr()
112
stat->
result_mask
|= STATX_BASIC_STATS;
in vfs_getattr_nosec()
118
stat->
result_mask
&= ~STATX_ATIME;
in vfs_getattr_nosec()
251
stat->
result_mask
|= STATX_MNT_ID;
in vfs_statx()
629
tmp.stx_mask = stat->
result_mask
& ~STATX_CHANGE_COOKIE;
in cp_statx()
/kernel/linux/linux-5.10/fs/
H
A
D
stat.c
73
stat->
result_mask
|= STATX_BASIC_STATS;
in vfs_getattr_nosec()
79
stat->
result_mask
&= ~STATX_ATIME;
in vfs_getattr_nosec()
199
stat->
result_mask
|= STATX_MNT_ID;
in vfs_statx()
548
tmp.stx_mask = stat->
result_mask
;
in cp_statx()
/kernel/linux/linux-6.6/io_uring/
H
A
D
poll.c
39
__poll_t
result_mask
;
member
570
* inline and ipt.
result_mask
is set to the mask.
616
ipt->
result_mask
= mask;
in __io_arm_poll_handler()
629
ipt->
result_mask
= mask;
in __io_arm_poll_handler()
970
io_req_set_res(req, ipt.
result_mask
, 0);
in io_poll_add()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
protocol.h
357
__le32
result_mask
;
member
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
protocol.h
357
__le32
result_mask
;
member
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
file.c
237
stat->
result_mask
|= STATX_BTIME;
in exfat_getattr()
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_api.c
274
if (!result && (stat.
result_mask
& STATX_CHANGE_COOKIE))
in ima_collect_measurement()
H
A
D
ima_main.c
175
!(stat.
result_mask
& STATX_CHANGE_COOKIE) ||
in ima_check_last_writer()
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
hmdfs_client.c
698
stat->
result_mask
= le32_to_cpu(resp->
result_mask
);
in hmdfs_update_getattr_ret()
699
if (stat->
result_mask
== 0)
in hmdfs_update_getattr_ret()
H
A
D
file_remote.c
405
if (!(getattr_ret->stat.
result_mask
& STATX_CTIME)) {
in hmdfs_remote_keep_writecache()
407
getattr_ret->stat.
result_mask
);
in hmdfs_remote_keep_writecache()
H
A
D
inode_remote.c
92
if ((getattr_ret->stat.
result_mask
& expected_flags) !=
in get_remote_inode_info()
95
getattr_ret->stat.
result_mask
);
in get_remote_inode_info()
H
A
D
hmdfs_server.c
1718
resp->
result_mask
= cpu_to_le32(STATX_BASIC_STATS | STATX_BTIME);
in update_getattr_response()
1795
* if path lookup failed, we return with
result_mask
setting to
in hmdfs_server_getattr()
1799
resp->
result_mask
= cpu_to_le32(0);
in hmdfs_server_getattr()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
hmdfs_client.c
697
stat->
result_mask
= le32_to_cpu(resp->
result_mask
);
in hmdfs_update_getattr_ret()
698
if (stat->
result_mask
== 0)
in hmdfs_update_getattr_ret()
H
A
D
inode_remote.c
92
if ((getattr_ret->stat.
result_mask
& expected_flags) !=
in get_remote_inode_info()
95
getattr_ret->stat.
result_mask
);
in get_remote_inode_info()
H
A
D
file_remote.c
405
if (!(getattr_ret->stat.
result_mask
& STATX_CTIME)) {
in hmdfs_remote_keep_writecache()
407
getattr_ret->stat.
result_mask
);
in hmdfs_remote_keep_writecache()
H
A
D
hmdfs_server.c
1718
resp->
result_mask
= cpu_to_le32(STATX_BASIC_STATS | STATX_BTIME);
in update_getattr_response()
1795
* if path lookup failed, we return with
result_mask
setting to
in hmdfs_server_getattr()
1799
resp->
result_mask
= cpu_to_le32(0);
in hmdfs_server_getattr()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iops.c
582
stat->
result_mask
|= STATX_BTIME;
in xfs_vn_getattr()
589
stat->
result_mask
|= STATX_CHANGE_COOKIE;
in xfs_vn_getattr()
618
stat->
result_mask
|= STATX_DIOALIGN;
in xfs_vn_getattr()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dir.c
1228
stat->
result_mask
= sx->mask & (STATX_BASIC_STATS | STATX_BTIME);
in fuse_do_statx()
1232
stat->
result_mask
|= STATX_TYPE;
in fuse_do_statx()
1331
stat->
result_mask
|= STATX_BTIME;
in fuse_update_get_attr()
2090
stat->
result_mask
= 0;
in fuse_getattr()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
file.c
277
stat->
result_mask
|= STATX_BTIME;
in exfat_getattr()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
file.c
413
stat->
result_mask
|= STATX_BTIME;
in fat_getattr()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsfh.c
778
if (stat->
result_mask
& STATX_CHANGE_COOKIE) {
in nfsd4_change_attribute()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
inode.c
287
stat->
result_mask
|= STATX_BTIME;
in hfsplus_getattr()
/kernel/linux/linux-6.6/block/
H
A
D
bdev.c
1098
stat->
result_mask
|= STATX_DIOALIGN;
in bdev_statx_dioalign()
Completed in 33 milliseconds
1
2