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:l_priv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dlmglue.c
142
* The most basic of lock types can point ->
l_priv
to their respective
153
* this callback if ->
l_priv
is not an ocfs2_super pointer
303
return (struct inode *) lockres->
l_priv
;
in ocfs2_lock_res_inode()
310
return (struct ocfs2_dentry_lock *)lockres->
l_priv
;
in ocfs2_lock_res_dl()
317
return (struct ocfs2_mem_dqinfo *)lockres->
l_priv
;
in ocfs2_lock_res_qinfo()
331
return (struct ocfs2_super *)lockres->
l_priv
;
in ocfs2_get_lockres_osb()
519
res->
l_priv
= priv;
in ocfs2_lock_res_init_common()
589
struct ocfs2_mem_dqinfo *info = lockres->
l_priv
;
in ocfs2_get_qinfo_osb()
596
struct ocfs2_file_private *fp = lockres->
l_priv
;
in ocfs2_get_file_osb()
613
struct ocfs2_dentry_lock *dl = lockres->
l_priv
;
in ocfs2_get_dentry_osb()
[all...]
H
A
D
ocfs2.h
158
void *
l_priv
;
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dlmglue.c
141
* The most basic of lock types can point ->
l_priv
to their respective
152
* this callback if ->
l_priv
is not an ocfs2_super pointer
302
return (struct inode *) lockres->
l_priv
;
in ocfs2_lock_res_inode()
309
return (struct ocfs2_dentry_lock *)lockres->
l_priv
;
in ocfs2_lock_res_dl()
316
return (struct ocfs2_mem_dqinfo *)lockres->
l_priv
;
in ocfs2_lock_res_qinfo()
330
return (struct ocfs2_super *)lockres->
l_priv
;
in ocfs2_get_lockres_osb()
518
res->
l_priv
= priv;
in ocfs2_lock_res_init_common()
588
struct ocfs2_mem_dqinfo *info = lockres->
l_priv
;
in ocfs2_get_qinfo_osb()
595
struct ocfs2_file_private *fp = lockres->
l_priv
;
in ocfs2_get_file_osb()
612
struct ocfs2_dentry_lock *dl = lockres->
l_priv
;
in ocfs2_get_dentry_osb()
[all...]
H
A
D
ocfs2.h
156
void *
l_priv
;
member
Completed in 10 milliseconds