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:gl_ops
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
glock.c
129
if (gl->
gl_ops
->go_flags & GLOF_ASPACE)
in gfs2_glock_dealloc()
154
if (gl->
gl_ops
->go_flags & GLOF_NONDISK)
in glock_blocked_by_withdraw()
196
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
in demote_ok()
210
if (!(gl->
gl_ops
->go_flags & GLOF_LRU))
in gfs2_glock_add_to_lru()
228
if (!(gl->
gl_ops
->go_flags & GLOF_LRU))
in gfs2_glock_remove_from_lru()
382
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
495
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
in finish_xmote()
594
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
1061
gl->
gl_ops
= glops;
in gfs2_glock_get()
1300
if (gl->
gl_ops
in handle_callback()
[all...]
H
A
D
glock.h
174
if (gl->
gl_ops
->go_flags & GLOF_ASPACE)
in gfs2_glock2aspace()
H
A
D
util.c
210
if (i_gl->
gl_ops
->go_free) {
in signal_our_withdraw()
H
A
D
lock_dlm.c
129
if (gl->
gl_ops
->go_free)
in gdlm_ast()
130
gl->
gl_ops
->go_free(gl);
in gdlm_ast()
H
A
D
glops.c
627
j_gl->
gl_ops
->go_inval(j_gl, DIO_METADATA);
in freeze_go_xmote_bh()
H
A
D
incore.h
373
const struct gfs2_glock_operations *
gl_ops
;
member
H
A
D
super.c
143
j_gl->
gl_ops
->go_inval(j_gl, DIO_METADATA);
in gfs2_make_fs_rw()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
glock.c
134
if (gl->
gl_ops
->go_flags & GLOF_ASPACE) {
in gfs2_glock_dealloc()
161
if (gl->
gl_ops
->go_flags & GLOF_NONDISK)
in glock_blocked_by_withdraw()
204
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
in demote_ok()
218
if (!(gl->
gl_ops
->go_flags & GLOF_LRU))
in gfs2_glock_add_to_lru()
235
if (!(gl->
gl_ops
->go_flags & GLOF_LRU))
in gfs2_glock_remove_from_lru()
430
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
in gfs2_instantiate()
573
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
in finish_xmote()
674
const struct gfs2_glock_operations *glops = gl->
gl_ops
;
1177
gl->
gl_ops
= glops;
in gfs2_glock_get()
1431
if (gl->
gl_ops
in handle_callback()
[all...]
H
A
D
glock.h
176
if (gl->
gl_ops
->go_flags & GLOF_ASPACE) {
in gfs2_glock2aspace()
H
A
D
util.c
209
if (i_gl->
gl_ops
->go_free) {
in signal_our_withdraw()
H
A
D
incore.h
354
const struct gfs2_glock_operations *
gl_ops
;
member
H
A
D
lock_dlm.c
132
if (gl->
gl_ops
->go_free)
in gdlm_ast()
133
gl->
gl_ops
->go_free(gl);
in gdlm_ast()
H
A
D
glops.c
602
j_gl->
gl_ops
->go_inval(j_gl, DIO_METADATA);
in freeze_go_xmote_bh()
H
A
D
super.c
136
j_gl->
gl_ops
->go_inval(j_gl, DIO_METADATA);
in gfs2_make_fs_rw()
Completed in 22 milliseconds