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:hpfs_sb_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
hpfs_fn.h
64
struct
hpfs_sb_info
{
struct
320
static inline struct
hpfs_sb_info
*hpfs_sb(struct super_block *sb)
in hpfs_sb()
365
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_lock()
371
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_unlock()
377
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_lock_assert()
H
A
D
alloc.c
14
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_alloc()
27
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_free()
40
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_dirband_alloc()
53
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_dirband_free()
208
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_alloc_sector()
281
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in alloc_in_dirband()
319
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_free_sectors()
528
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_trim_fs()
H
A
D
super.c
113
static void free_sbi(struct
hpfs_sb_info
*sbi)
in free_sbi()
122
free_sbi(container_of(rcu, struct
hpfs_sb_info
, rcu));
in lazy_free_sbi()
167
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_get_free_dnodes()
180
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_statfs()
449
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_remount_fs()
496
struct
hpfs_sb_info
*sbi = hpfs_sb(root->d_sb);
in hpfs_show_options()
543
struct
hpfs_sb_info
*sbi;
in hpfs_fill_super()
H
A
D
buffer.c
17
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_search_hotfix_map()
29
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_search_hotfix_map_for_range()
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
hpfs_fn.h
64
struct
hpfs_sb_info
{
struct
320
static inline struct
hpfs_sb_info
*hpfs_sb(struct super_block *sb)
in hpfs_sb()
365
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_lock()
371
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_unlock()
377
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_lock_assert()
H
A
D
alloc.c
14
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_alloc()
27
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_free()
40
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_dirband_alloc()
53
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_claim_dirband_free()
208
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_alloc_sector()
281
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in alloc_in_dirband()
319
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_free_sectors()
528
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_trim_fs()
H
A
D
super.c
113
static void free_sbi(struct
hpfs_sb_info
*sbi)
in free_sbi()
122
free_sbi(container_of(rcu, struct
hpfs_sb_info
, rcu));
in lazy_free_sbi()
167
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_get_free_dnodes()
180
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_statfs()
449
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_remount_fs()
496
struct
hpfs_sb_info
*sbi = hpfs_sb(root->d_sb);
in hpfs_show_options()
543
struct
hpfs_sb_info
*sbi;
in hpfs_fill_super()
H
A
D
buffer.c
17
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_search_hotfix_map()
29
struct
hpfs_sb_info
*sbi = hpfs_sb(s);
in hpfs_search_hotfix_map_for_range()
Completed in 7 milliseconds