Home
last modified time | relevance | path

Searched refs:am_start_off (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1463 if (off >= allocp->am_start_off) { in cachefs_check_allocmap()
1465 (allocp->am_start_off + allocp->am_size)) { in cachefs_check_allocmap()
1505 if (nallocp->am_start_off + nallocp->am_size == in cachefs_coalesce_allocmap()
1506 allocp->am_start_off) { in cachefs_coalesce_allocmap()
1511 nallocp->am_start_off = allocp->am_start_off; in cachefs_coalesce_allocmap()
1546 if (off <= (allocp->am_start_off)) { in cachefs_update_allocmap()
1548 if (endoff >= allocp->am_start_off) { in cachefs_update_allocmap()
1549 tmpendoff = allocp->am_start_off + in cachefs_update_allocmap()
1554 allocp->am_start_off = off; in cachefs_update_allocmap()
1563 off = allocp->am_start_off; in cachefs_update_allocmap()
[all …]
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h680 u_offset_t am_start_off; /* Start offset of this chunk */ member