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:fatent_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/
H
A
D
fatent.c
104
const struct fatent_operations *ops = MSDOS_SB(sb)->
fatent_ops
;
in fat_ent_bread()
296
sbi->
fatent_ops
= &fat32_ops;
in fat_ent_access_init()
299
sbi->
fatent_ops
= &fat16_ops;
in fat_ent_access_init()
302
sbi->
fatent_ops
= &fat12_ops;
in fat_ent_access_init()
323
const struct fatent_operations *ops = sbi->
fatent_ops
;
in fat_ent_update_ptr()
352
const struct fatent_operations *ops = sbi->
fatent_ops
;
in fat_ent_read()
413
const struct fatent_operations *ops = MSDOS_SB(sb)->
fatent_ops
;
in fat_ent_write()
428
if (sbi->
fatent_ops
->ent_next(fatent)) {
in fat_ent_next()
438
const struct fatent_operations *ops = MSDOS_SB(sb)->
fatent_ops
;
in fat_ent_read_block()
469
const struct fatent_operations *ops = sbi->
fatent_ops
;
in fat_alloc_clusters()
[all...]
H
A
D
fat.h
91
const struct fatent_operations *
fatent_ops
;
member
/kernel/linux/linux-6.6/fs/fat/
H
A
D
fatent.c
105
const struct fatent_operations *ops = MSDOS_SB(sb)->
fatent_ops
;
in fat_ent_bread()
297
sbi->
fatent_ops
= &fat32_ops;
in fat_ent_access_init()
300
sbi->
fatent_ops
= &fat16_ops;
in fat_ent_access_init()
303
sbi->
fatent_ops
= &fat12_ops;
in fat_ent_access_init()
324
const struct fatent_operations *ops = sbi->
fatent_ops
;
in fat_ent_update_ptr()
353
const struct fatent_operations *ops = sbi->
fatent_ops
;
in fat_ent_read()
414
const struct fatent_operations *ops = MSDOS_SB(sb)->
fatent_ops
;
in fat_ent_write()
429
if (sbi->
fatent_ops
->ent_next(fatent)) {
in fat_ent_next()
439
const struct fatent_operations *ops = MSDOS_SB(sb)->
fatent_ops
;
in fat_ent_read_block()
470
const struct fatent_operations *ops = sbi->
fatent_ops
;
in fat_alloc_clusters()
[all...]
H
A
D
fat.h
91
const struct fatent_operations *
fatent_ops
;
member
Completed in 5 milliseconds