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:st_access_bmap
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
565
unsigned char
st_access_bmap
;
member
H
A
D
nfs4state.c
1208
stp->
st_access_bmap
|= mask;
in set_access()
1218
stp->
st_access_bmap
&= ~mask;
in clear_access()
1227
return (bool)(stp->
st_access_bmap
& mask);
in test_access()
2486
access = bmap_to_share_mode(ols->
st_access_bmap
);
in nfs4_show_open()
4386
stp->
st_access_bmap
= 0;
in init_open_stateid()
4896
old_access_bmap = stp->
st_access_bmap
;
in nfs4_get_vfs_file()
4930
stp->
st_access_bmap
= old_access_bmap;
in nfs4_get_vfs_file()
6200
stp->
st_access_bmap
, od->od_share_access);
in nfsd4_open_downgrade()
6561
stp->
st_access_bmap
= 0;
in init_lock_stateid()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
603
unsigned char
st_access_bmap
;
member
H
A
D
nfs4state.c
447
stp->
st_access_bmap
|= mask;
in set_access()
457
stp->
st_access_bmap
&= ~mask;
in clear_access()
466
return (bool)(stp->
st_access_bmap
& mask);
in test_access()
764
bmap = share_access ? st->st_deny_bmap : st->
st_access_bmap
;
in nfs4_resolve_deny_conflicts_locked()
2636
access = bmap_to_share_mode(ols->
st_access_bmap
);
in nfs4_show_open()
4648
stp->
st_access_bmap
= 0;
in init_open_stateid()
5238
old_access_bmap = stp->
st_access_bmap
;
in nfs4_get_vfs_file()
5275
stp->
st_access_bmap
= old_access_bmap;
in nfs4_get_vfs_file()
6972
stp->
st_access_bmap
, od->od_share_access);
in nfsd4_open_downgrade()
7354
stp->
st_access_bmap
in init_lock_stateid()
[all...]
Completed in 36 milliseconds