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:ORANGEFS_SB
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
super.c
42
struct orangefs_sb_info_s *orangefs_sb =
ORANGEFS_SB
(root->d_sb);
in orangefs_show_options()
56
struct orangefs_sb_info_s *orangefs_sb =
ORANGEFS_SB
(sb);
in parse_mount_options()
176
(int)(
ORANGEFS_SB
(sb)->fs_id));
in orangefs_statfs()
181
new_op->upcall.req.statfs.fs_id =
ORANGEFS_SB
(sb)->fs_id;
in orangefs_statfs()
183
if (
ORANGEFS_SB
(sb)->flags & ORANGEFS_OPT_INTR)
in orangefs_statfs()
203
memcpy(&buf->f_fsid, &
ORANGEFS_SB
(sb)->fs_id, sizeof(buf->f_fsid));
in orangefs_statfs()
421
ORANGEFS_SB
(sb)->sb = sb;
in orangefs_fill_sb()
423
ORANGEFS_SB
(sb)->root_khandle = fs_mount->root_khandle;
in orangefs_fill_sb()
424
ORANGEFS_SB
(sb)->fs_id = fs_mount->fs_id;
in orangefs_fill_sb()
425
ORANGEFS_SB
(s
in orangefs_fill_sb()
[all...]
H
A
D
orangefs-kernel.h
253
static inline struct orangefs_sb_info_s *
ORANGEFS_SB
(struct super_block *sb)
in ORANGEFS_SB()
function
288
&
ORANGEFS_SB
(inode->i_sb)->root_khandle,
in is_root_handle()
291
if (ORANGEFS_khandle_cmp(&(
ORANGEFS_SB
(inode->i_sb)->root_khandle),
in is_root_handle()
468
((
ORANGEFS_SB
(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
H
A
D
file.c
626
if (
ORANGEFS_SB
(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) {
in orangefs_lock()
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
super.c
43
struct orangefs_sb_info_s *orangefs_sb =
ORANGEFS_SB
(root->d_sb);
in orangefs_show_options()
57
struct orangefs_sb_info_s *orangefs_sb =
ORANGEFS_SB
(sb);
in parse_mount_options()
177
(int)(
ORANGEFS_SB
(sb)->fs_id));
in orangefs_statfs()
182
new_op->upcall.req.statfs.fs_id =
ORANGEFS_SB
(sb)->fs_id;
in orangefs_statfs()
184
if (
ORANGEFS_SB
(sb)->flags & ORANGEFS_OPT_INTR)
in orangefs_statfs()
204
memcpy(&buf->f_fsid, &
ORANGEFS_SB
(sb)->fs_id, sizeof(buf->f_fsid));
in orangefs_statfs()
422
ORANGEFS_SB
(sb)->sb = sb;
in orangefs_fill_sb()
424
ORANGEFS_SB
(sb)->root_khandle = fs_mount->root_khandle;
in orangefs_fill_sb()
425
ORANGEFS_SB
(sb)->fs_id = fs_mount->fs_id;
in orangefs_fill_sb()
426
ORANGEFS_SB
(s
in orangefs_fill_sb()
[all...]
H
A
D
orangefs-kernel.h
255
static inline struct orangefs_sb_info_s *
ORANGEFS_SB
(struct super_block *sb)
in ORANGEFS_SB()
function
290
&
ORANGEFS_SB
(inode->i_sb)->root_khandle,
in is_root_handle()
293
if (ORANGEFS_khandle_cmp(&(
ORANGEFS_SB
(inode->i_sb)->root_khandle),
in is_root_handle()
472
((
ORANGEFS_SB
(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
H
A
D
file.c
540
if (
ORANGEFS_SB
(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) {
in orangefs_lock()
Completed in 5 milliseconds