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:s_sys_blocksize
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/omfs/
H
A
D
inode.c
59
inode->i_size = sbi->
s_sys_blocksize
;
in omfs_new_inode()
130
oi->i_head.h_body_size = cpu_to_be32(sbi->
s_sys_blocksize
-
in __omfs_write_inode()
247
inode->i_size = sbi->
s_sys_blocksize
;
in omfs_iget()
503
sbi->
s_sys_blocksize
= be32_to_cpu(omfs_sb->
s_sys_blocksize
);
in omfs_fill_super()
512
if (sbi->
s_sys_blocksize
> PAGE_SIZE) {
in omfs_fill_super()
514
sbi->
s_sys_blocksize
);
in omfs_fill_super()
518
if (sbi->s_blocksize < sbi->
s_sys_blocksize
||
in omfs_fill_super()
529
sb_set_blocksize(sb, sbi->
s_sys_blocksize
);
in omfs_fill_super()
536
get_bitmask_order(sbi->
s_sys_blocksize
);
in omfs_fill_super()
[all...]
H
A
D
omfs_fs.h
31
__be32
s_sys_blocksize
; /* size of non-data blocks */
member
H
A
D
omfs.h
17
u32
s_sys_blocksize
;
member
H
A
D
file.c
15
return (sbi->
s_sys_blocksize
- offset -
in omfs_max_extents()
H
A
D
dir.c
98
sbi->
s_sys_blocksize
- OMFS_DIR_START);
in omfs_make_empty()
/kernel/linux/linux-6.6/fs/omfs/
H
A
D
inode.c
59
inode->i_size = sbi->
s_sys_blocksize
;
in omfs_new_inode()
130
oi->i_head.h_body_size = cpu_to_be32(sbi->
s_sys_blocksize
-
in __omfs_write_inode()
246
inode->i_size = sbi->
s_sys_blocksize
;
in omfs_iget()
502
sbi->
s_sys_blocksize
= be32_to_cpu(omfs_sb->
s_sys_blocksize
);
in omfs_fill_super()
511
if (sbi->
s_sys_blocksize
> PAGE_SIZE) {
in omfs_fill_super()
513
sbi->
s_sys_blocksize
);
in omfs_fill_super()
517
if (sbi->s_blocksize < sbi->
s_sys_blocksize
||
in omfs_fill_super()
528
sb_set_blocksize(sb, sbi->
s_sys_blocksize
);
in omfs_fill_super()
535
get_bitmask_order(sbi->
s_sys_blocksize
);
in omfs_fill_super()
[all...]
H
A
D
omfs_fs.h
31
__be32
s_sys_blocksize
; /* size of non-data blocks */
member
H
A
D
omfs.h
17
u32
s_sys_blocksize
;
member
H
A
D
file.c
15
return (sbi->
s_sys_blocksize
- offset -
in omfs_max_extents()
H
A
D
dir.c
98
sbi->
s_sys_blocksize
- OMFS_DIR_START);
in omfs_make_empty()
Completed in 6 milliseconds