OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mark_eb_hdr_dirty_flash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
ebh.h
204
* @
mark_eb_hdr_dirty_flash
: marks eraseblock dirty on flash
223
int (*
mark_eb_hdr_dirty_flash
)(struct chfs_ebh *ebh, int pebnr, int lid);
member in struct:chfs_ebh_ops
ebh.c
1633
ebh->ops->
mark_eb_hdr_dirty_flash
=
1653
ebh->ops->
mark_eb_hdr_dirty_flash
= NULL;
2075
if (ebh->ops->
mark_eb_hdr_dirty_flash
) {
2076
err = ebh->ops->
mark_eb_hdr_dirty_flash
(ebh, pebnr_old, lnr);
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026