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:attrset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4proc.c
2995
__u32
attrset
[3];
in nfs4_exclusive_attrset()
local
2999
for (i = 0; i < ARRAY_SIZE(
attrset
); i++) {
in nfs4_exclusive_attrset()
3000
attrset
[i] = opendata->o_res.
attrset
[i];
in nfs4_exclusive_attrset()
3002
attrset
[i] &= ~bitmask[i];
in nfs4_exclusive_attrset()
3008
if ((
attrset
[1] & (FATTR4_WORD1_TIME_ACCESS|FATTR4_WORD1_TIME_ACCESS_SET))) {
in nfs4_exclusive_attrset()
3015
if ((
attrset
[1] & (FATTR4_WORD1_TIME_MODIFY|FATTR4_WORD1_TIME_MODIFY_SET))) {
in nfs4_exclusive_attrset()
3022
if (!(
attrset
[2] & FATTR4_WORD2_SECURITY_LABEL))
in nfs4_exclusive_attrset()
H
A
D
nfs4xdr.c
5143
res->
attrset
[i] = be32_to_cpup(p++);
in decode_open()
5145
res->
attrset
[i] = 0;
in decode_open()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4proc.c
3005
__u32
attrset
[3];
in nfs4_exclusive_attrset()
local
3009
for (i = 0; i < ARRAY_SIZE(
attrset
); i++) {
in nfs4_exclusive_attrset()
3010
attrset
[i] = opendata->o_res.
attrset
[i];
in nfs4_exclusive_attrset()
3012
attrset
[i] &= ~bitmask[i];
in nfs4_exclusive_attrset()
3018
if ((
attrset
[1] & (FATTR4_WORD1_TIME_ACCESS|FATTR4_WORD1_TIME_ACCESS_SET))) {
in nfs4_exclusive_attrset()
3025
if ((
attrset
[1] & (FATTR4_WORD1_TIME_MODIFY|FATTR4_WORD1_TIME_MODIFY_SET))) {
in nfs4_exclusive_attrset()
3032
if (!(
attrset
[2] & FATTR4_WORD2_SECURITY_LABEL))
in nfs4_exclusive_attrset()
H
A
D
nfs4xdr.c
5238
res->
attrset
[i] = be32_to_cpup(p++);
in decode_open()
5240
res->
attrset
[i] = 0;
in decode_open()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_xdr.h
495
__u32
attrset
[NFS4_BITMAP_SIZE];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nfs_xdr.h
497
__u32
attrset
[NFS4_BITMAP_SIZE];
member
Completed in 56 milliseconds