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:ext4_truncate
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
truncate.h
20
ext4_truncate
(inode);
in ext4_truncate_failed_write()
H
A
D
verity.c
147
err =
ext4_truncate
(inode);
in ext4_begin_enable_verity()
267
ext4_truncate
(inode);
in ext4_end_enable_verity()
H
A
D
inode.c
273
* Set inode->i_size to 0 before calling
ext4_truncate
(). We need
in ext4_evict_inode()
289
err =
ext4_truncate
(inode);
in ext4_evict_inode()
313
* Kill off the orphan record which
ext4_truncate
created.
in ext4_evict_inode()
317
* know if
ext4_truncate
() actually created an orphan record.
in ext4_evict_inode()
4176
*
ext4_truncate
()
4179
* transaction, and VFS/VM ensures that
ext4_truncate
() cannot run
4198
*
ext4_truncate
() to have another go. So there will be instantiated blocks
4201
*
ext4_truncate
() run will find them and release them.
4203
int
ext4_truncate
(struct inode *inode)
in ext4_truncate()
function
5523
* Update c/mtime on truncate up,
ext4_truncate
() wil
in ext4_setattr()
[all...]
H
A
D
ext4.h
1051
* the VFS prior to calling
ext4_truncate
(), but the filesystem won't
1061
* are ext4_get_block (growth) and
ext4_truncate
(shrinkth).
1066
* i_data_sem is for serialising
ext4_truncate
() against
2900
extern int
ext4_truncate
(struct inode *);
H
A
D
super.c
3087
ret =
ext4_truncate
(inode);
in ext4_orphan_cleanup()
3091
* manually if
ext4_truncate
() failed to get a
in ext4_orphan_cleanup()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
truncate.h
22
ext4_truncate
(inode);
in ext4_truncate_failed_write()
H
A
D
verity.c
143
err =
ext4_truncate
(inode);
in ext4_begin_enable_verity()
263
ext4_truncate
(inode);
in ext4_end_enable_verity()
H
A
D
orphan.c
339
ret =
ext4_truncate
(inode);
in ext4_process_orphan()
343
* manually if
ext4_truncate
() failed to get a
in ext4_process_orphan()
H
A
D
inode.c
242
* Set inode->i_size to 0 before calling
ext4_truncate
(). We need
in ext4_evict_inode()
258
err =
ext4_truncate
(inode);
in ext4_evict_inode()
282
* Kill off the orphan record which
ext4_truncate
created.
in ext4_evict_inode()
286
* know if
ext4_truncate
() actually created an orphan record.
in ext4_evict_inode()
4076
*
ext4_truncate
()
4079
* transaction, and VFS/VM ensures that
ext4_truncate
() cannot run
4098
*
ext4_truncate
() to have another go. So there will be instantiated blocks
4101
*
ext4_truncate
() run will find them and release them.
4103
int
ext4_truncate
(struct inode *inode)
in ext4_truncate()
function
5424
* Update c/mtime on truncate up,
ext4_truncate
() wil
in ext4_setattr()
[all...]
H
A
D
ext4.h
1056
* the VFS prior to calling
ext4_truncate
(), but the filesystem won't
1066
* are ext4_get_block (growth) and
ext4_truncate
(shrinkth).
1071
* i_data_sem is for serialising
ext4_truncate
() against
2993
extern int
ext4_truncate
(struct inode *);
Completed in 48 milliseconds