OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmnt_bitmap_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/ptyfs/
ptyfs_subr.c
201
if (pty >= pmnt->
pmnt_bitmap_size
* NBBY) {
208
if (pty < pmnt->
pmnt_bitmap_size
* NBBY) {
212
osize = pmnt->
pmnt_bitmap_size
;
214
pmnt->
pmnt_bitmap_size
= nsize;
240
if (pty >= 0 && pty < pmnt->
pmnt_bitmap_size
* NBBY)
256
while (pty < pmnt->
pmnt_bitmap_size
* NBBY) {
ptyfs.h
119
int
pmnt_bitmap_size
;
member in struct:ptyfsmount
ptyfs_vfsops.c
322
pmnt->
pmnt_bitmap_size
= 0;
379
if (pmnt->
pmnt_bitmap_size
> 0)
380
kmem_free(pmnt->pmnt_bitmap, pmnt->
pmnt_bitmap_size
);
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025