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:fi_share_deny
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
533
u32
fi_share_deny
;
member
H
A
D
nfs4state.c
589
if ((access & fp->
fi_share_deny
) != 0)
in nfs4_file_get_access()
1283
fp->
fi_share_deny
= 0;
in recalculate_deny_mode()
1285
fp->
fi_share_deny
|= bmap_to_share_mode(stp->st_deny_bmap);
in recalculate_deny_mode()
4111
fp->
fi_share_deny
= 0;
in nfsd4_init_file()
4516
if (fp->
fi_share_deny
& deny_type)
in nfs4_share_conflict()
4902
fp->
fi_share_deny
|= (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
in nfs4_get_vfs_file()
4950
fp->
fi_share_deny
|=
in nfs4_upgrade_open()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
567
u32
fi_share_deny
;
member
H
A
D
nfs4state.c
802
if ((access & fp->
fi_share_deny
) != 0)
in nfs4_file_get_access()
1402
fp->
fi_share_deny
= 0;
in recalculate_deny_mode()
1404
fp->
fi_share_deny
|= bmap_to_share_mode(stp->st_deny_bmap);
in recalculate_deny_mode()
4327
fp->
fi_share_deny
= 0;
in nfsd4_file_init()
4804
if (fp->
fi_share_deny
& deny_type)
in nfs4_share_conflict()
5244
fp->
fi_share_deny
|= (open->op_share_deny & NFS4_SHARE_DENY_BOTH);
in nfs4_get_vfs_file()
5298
fp->
fi_share_deny
|=
in nfs4_upgrade_open()
Completed in 23 milliseconds