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:new_version
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
inode.c
758
bool
new_version
= false;
in ceph_fill_inode()
local
811
new_version
= true;
in ceph_fill_inode()
831
if ((
new_version
|| (new_issued & CEPH_CAP_AUTH_SHARED)) &&
in ceph_fill_inode()
843
if ((
new_version
|| (new_issued & CEPH_CAP_LINK_SHARED)) &&
in ceph_fill_inode()
847
if (
new_version
|| (new_issued & CEPH_CAP_ANY_RD)) {
in ceph_fill_inode()
857
if (
new_version
|| (info_caps & CEPH_CAP_FILE_SHARED)) {
in ceph_fill_inode()
862
if (
new_version
||
in ceph_fill_inode()
892
if (
new_version
|| (info->cap.flags & CEPH_CAP_FLAG_AUTH)) {
in ceph_fill_inode()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
inode.c
932
bool
new_version
= false;
in ceph_fill_inode()
local
1006
new_version
= true;
in ceph_fill_inode()
1029
if ((
new_version
|| (new_issued & CEPH_CAP_AUTH_SHARED)) &&
in ceph_fill_inode()
1050
if ((
new_version
|| (new_issued & CEPH_CAP_LINK_SHARED)) &&
in ceph_fill_inode()
1054
if (
new_version
|| (new_issued & CEPH_CAP_ANY_RD)) {
in ceph_fill_inode()
1064
if (
new_version
|| (info_caps & CEPH_CAP_FILE_SHARED)) {
in ceph_fill_inode()
1069
if (
new_version
||
in ceph_fill_inode()
1112
if (
new_version
|| (info->cap.flags & CEPH_CAP_FLAG_AUTH)) {
in ceph_fill_inode()
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H
A
D
ucsi_ccg.c
971
u32 cur_version,
new_version
;
in ccg_check_fw_version()
local
998
new_version
= le16_to_cpu(fw_cfg.app.build) |
in ccg_check_fw_version()
1005
if (
new_version
> cur_version)
in ccg_check_fw_version()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H
A
D
ucsi_ccg.c
993
u32 cur_version,
new_version
;
in ccg_check_fw_version()
local
1020
new_version
= le16_to_cpu(fw_cfg.app.build) |
in ccg_check_fw_version()
1027
if (
new_version
> cur_version)
in ccg_check_fw_version()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H
A
D
auth_gss.c
795
static int gss_pipe_open(struct inode *inode, int
new_version
)
in gss_pipe_open()
argument
804
sn->pipe_version =
new_version
;
in gss_pipe_open()
807
} else if (sn->pipe_version !=
new_version
) {
in gss_pipe_open()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
auth_gss.c
812
static int gss_pipe_open(struct inode *inode, int
new_version
)
in gss_pipe_open()
argument
821
sn->pipe_version =
new_version
;
in gss_pipe_open()
824
} else if (sn->pipe_version !=
new_version
) {
in gss_pipe_open()
Completed in 16 milliseconds