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:xlog_op_header
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.h
43
struct
xlog_op_header
*oph = vec->i_addr;
in xlog_finish_iovec()
55
char *buf = vec->i_addr + sizeof(struct
xlog_op_header
);
in xlog_finish_iovec()
66
len += sizeof(struct
xlog_op_header
);
in xlog_finish_iovec()
H
A
D
xfs_log.c
98
* We also add space for the
xlog_op_header
that describes this region in the
112
struct
xlog_op_header
*oph;
in xlog_prepare_iovec()
123
len = lv->lv_buf_len + sizeof(struct
xlog_op_header
);
in xlog_prepare_iovec()
126
sizeof(struct
xlog_op_header
);
in xlog_prepare_iovec()
137
buf = vec->i_addr + sizeof(struct
xlog_op_header
);
in xlog_prepare_iovec()
913
struct
xlog_op_header
ophdr;
in xlog_write_unmount_record()
937
BUILD_BUG_ON((sizeof(struct
xlog_op_header
) +
in xlog_write_unmount_record()
2258
struct
xlog_op_header
*ophdr = reg->i_addr;
in xlog_write_full()
2314
struct
xlog_op_header
*ophdr;
in xlog_write_partial()
2336
sizeof(struct
xlog_op_header
)) {
in xlog_write_partial()
[all...]
H
A
D
xfs_log_cil.c
310
* We also add the
xlog_op_header
to each region when
in xlog_cil_alloc_shadow_bufs()
319
(sizeof(uint64_t) + sizeof(struct
xlog_op_header
));
in xlog_cil_alloc_shadow_bufs()
626
sizeof(struct
xlog_op_header
);
in xlog_cil_insert_items()
932
struct
xlog_op_header
ophdr = {
in xlog_cil_write_commit_record()
939
.i_len = sizeof(struct
xlog_op_header
),
in xlog_cil_write_commit_record()
966
struct
xlog_op_header
oph[2];
1002
hdr->lhdr[0].i_len = sizeof(struct
xlog_op_header
);
in xlog_cil_build_trans_hdr()
1018
hdr->lhdr[1].i_len = sizeof(struct
xlog_op_header
) +
in xlog_cil_build_trans_hdr()
H
A
D
xfs_log_recover.c
1142
struct
xlog_op_header
*op_head;
in xlog_check_unmount_rec()
1171
op_head = (struct
xlog_op_header
*)offset;
in xlog_check_unmount_rec()
2292
struct
xlog_op_header
*ohead)
in xlog_recover_ophdr_to_trans()
2337
struct
xlog_op_header
*ohead,
in xlog_recover_process_ophdr()
2425
struct
xlog_op_header
*ohead;
in xlog_recover_process_data()
2440
ohead = (struct
xlog_op_header
*)dp;
in xlog_recover_process_data()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
2090
* record, and each region gets its own struct
xlog_op_header
and may need to be
2120
len += headers * sizeof(struct
xlog_op_header
);
in xlog_write_calc_vec_length()
2127
struct
xlog_op_header
*ophdr,
in xlog_write_start_rec()
2140
struct
xlog_op_header
*ophdr,
in xlog_write_setup_ophdr()
2180
struct
xlog_op_header
*ophdr,
in xlog_write_setup_copy()
2214
ticket->t_curr_res -= sizeof(struct
xlog_op_header
);
in xlog_write_setup_copy()
2217
return sizeof(struct
xlog_op_header
);
in xlog_write_setup_copy()
2342
* to account for an extra
xlog_op_header
here.
in xlog_write()
2344
ticket->t_curr_res -= sizeof(struct
xlog_op_header
);
in xlog_write()
2376
struct
xlog_op_header
*ophd
in xlog_write()
[all...]
H
A
D
xfs_log_recover.c
1148
struct
xlog_op_header
*op_head;
in xlog_check_unmount_rec()
1177
op_head = (struct
xlog_op_header
*)offset;
in xlog_check_unmount_rec()
2272
struct
xlog_op_header
*ohead)
in xlog_recover_ophdr_to_trans()
2317
struct
xlog_op_header
*ohead,
in xlog_recover_process_ophdr()
2405
struct
xlog_op_header
*ohead;
in xlog_recover_process_data()
2420
ohead = (struct
xlog_op_header
*)dp;
in xlog_recover_process_data()
H
A
D
xfs_log_cil.c
436
split_res *= log->l_iclog_hsize + sizeof(struct
xlog_op_header
);
in xlog_cil_insert_items()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_trans_resv.c
36
return round_up(sizeof(struct
xlog_op_header
) +
in xfs_buf_log_overhead()
117
(4 * sizeof(struct
xlog_op_header
) +
in xfs_calc_inode_res()
H
A
D
xfs_log_format.h
141
typedef struct
xlog_op_header
{
struct
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_trans_resv.c
36
return round_up(sizeof(struct
xlog_op_header
) +
in xfs_buf_log_overhead()
127
(4 * sizeof(struct
xlog_op_header
) +
in xfs_calc_inode_res()
H
A
D
xfs_log_format.h
142
typedef struct
xlog_op_header
{
struct
Completed in 27 milliseconds