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:fc_len
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
fast_commit.c
730
tl.
fc_len
= cpu_to_le16(remaining);
in ext4_fc_reserve_space()
772
tl.
fc_len
= cpu_to_le16(bsize - off + sizeof(struct ext4_fc_tail));
in ext4_fc_write_tail()
807
tl.
fc_len
= cpu_to_le16(len);
in ext4_fc_add_tlv()
831
tl.
fc_len
= cpu_to_le16(sizeof(fcd) + dlen);
in ext4_fc_add_dentry_tlv()
866
tl.
fc_len
= cpu_to_le16(inode_len + sizeof(fc_inode.fc_ino));
in ext4_fc_write_inode()
928
lrange.
fc_len
= cpu_to_le32(map.m_len);
in ext4_fc_write_inode_data()
1338
u16
fc_len
;
member
1351
darg->dname_len = tl->
fc_len
- sizeof(struct ext4_fc_dentry_info);
in tl_to_darg()
1359
tl->
fc_len
= le16_to_cpu(tl_disk.
fc_len
);
in ext4_fc_get_tl()
[all...]
H
A
D
fast_commit.h
29
__le16
fc_len
;
member
48
__le32
fc_len
;
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
fast_commit.h
24
__le16
fc_len
;
member
43
__le32
fc_len
;
member
H
A
D
fast_commit.c
634
tl->
fc_len
= cpu_to_le16(pad_len);
in ext4_fc_reserve_space()
688
tl.
fc_len
= cpu_to_le16(bsize - off - 1 + sizeof(struct ext4_fc_tail));
in ext4_fc_write_tail()
721
tl.
fc_len
= cpu_to_le16(len);
in ext4_fc_add_tlv()
746
tl.
fc_len
= cpu_to_le16(sizeof(fcd) + dlen);
in ext4_fc_add_dentry_tlv()
780
tl.
fc_len
= cpu_to_le16(inode_len + sizeof(fc_inode.fc_ino));
in ext4_fc_write_inode()
846
lrange.
fc_len
= cpu_to_le32(map.m_len);
in ext4_fc_write_inode_data()
1268
darg->dname_len = le16_to_cpu(tl->
fc_len
) -
in tl_to_darg()
1459
inode_len = le16_to_cpu(tl->
fc_len
) - sizeof(struct ext4_fc_inode);
in ext4_fc_replay_inode()
1759
remaining = le32_to_cpu(lrange.
fc_len
);
in ext4_fc_replay_del_range()
1776
le32_to_cpu(lrange.
fc_len
));
in ext4_fc_replay_del_range()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H
A
D
pm8001_ctl.c
727
u32
fc_len
;
in pm8001_update_flash()
local
763
fc_len
= (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE;
in pm8001_update_flash()
765
if (loopcount - loopNumber == 1 &&
fc_len
) {
in pm8001_update_flash()
766
fwControl->len =
fc_len
;
in pm8001_update_flash()
767
memcpy((u8 *)fwControl->buffer, read_buf,
fc_len
);
in pm8001_update_flash()
768
sizeRead +=
fc_len
;
in pm8001_update_flash()
Completed in 8 milliseconds