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:opencnt
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
inode.c
221
atomic_inc(&HFSPLUS_I(inode)->
opencnt
);
in hfsplus_file_open()
231
if (atomic_dec_and_test(&HFSPLUS_I(inode)->
opencnt
)) {
in hfsplus_file_release()
387
atomic_set(&hip->
opencnt
, 0);
in hfsplus_new_inode()
H
A
D
dir.c
373
atomic_read(&HFSPLUS_I(inode)->
opencnt
)) {
in hfsplus_unlink()
396
if (!atomic_read(&HFSPLUS_I(inode)->
opencnt
)) {
in hfsplus_unlink()
H
A
D
hfsplus_fs.h
211
atomic_t
opencnt
;
member
H
A
D
super.c
76
atomic_set(&HFSPLUS_I(inode)->
opencnt
, 0);
in hfsplus_iget()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
inode.c
226
atomic_inc(&HFSPLUS_I(inode)->
opencnt
);
in hfsplus_file_open()
236
if (atomic_dec_and_test(&HFSPLUS_I(inode)->
opencnt
)) {
in hfsplus_file_release()
401
atomic_set(&hip->
opencnt
, 0);
in hfsplus_new_inode()
H
A
D
dir.c
373
atomic_read(&HFSPLUS_I(inode)->
opencnt
)) {
in hfsplus_unlink()
396
if (!atomic_read(&HFSPLUS_I(inode)->
opencnt
)) {
in hfsplus_unlink()
H
A
D
hfsplus_fs.h
211
atomic_t
opencnt
;
member
H
A
D
super.c
76
atomic_set(&HFSPLUS_I(inode)->
opencnt
, 0);
in hfsplus_iget()
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
hfs_fs.h
62
atomic_t
opencnt
;
member
H
A
D
inode.c
571
atomic_inc(&HFS_I(inode)->
opencnt
);
in hfs_file_open()
581
if (atomic_dec_and_test(&HFS_I(inode)->
opencnt
)) {
in hfs_file_release()
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
hfs_fs.h
62
atomic_t
opencnt
;
member
H
A
D
inode.c
575
atomic_inc(&HFS_I(inode)->
opencnt
);
in hfs_file_open()
585
if (atomic_dec_and_test(&HFS_I(inode)->
opencnt
)) {
in hfs_file_release()
/kernel/linux/linux-5.10/sound/pci/korg1212/
H
A
D
korg1212.c
378
int
opencnt
; // Open/Close count
member
647
stateName[korg1212->cardState], korg1212->
opencnt
);
in snd_korg1212_OpenCard()
649
if (korg1212->
opencnt
++ == 0) {
in snd_korg1212_OpenCard()
661
stateName[korg1212->cardState], korg1212->
opencnt
);
in snd_korg1212_CloseCard()
664
if (--(korg1212->
opencnt
)) {
in snd_korg1212_CloseCard()
2185
korg1212->
opencnt
= 0;
in snd_korg1212_create()
/kernel/linux/linux-6.6/sound/pci/korg1212/
H
A
D
korg1212.c
378
int
opencnt
; // Open/Close count
member
646
stateName[korg1212->cardState], korg1212->
opencnt
);
in snd_korg1212_OpenCard()
648
if (korg1212->
opencnt
++ == 0) {
in snd_korg1212_OpenCard()
660
stateName[korg1212->cardState], korg1212->
opencnt
);
in snd_korg1212_CloseCard()
663
if (--(korg1212->
opencnt
)) {
in snd_korg1212_CloseCard()
2094
korg1212->
opencnt
= 0;
in snd_korg1212_create()
Completed in 21 milliseconds