OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_dirblbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs_inode.h
105
void *
f_dirblbuf
;
member in struct:fnode
ntfs_vnops.c
257
if (fp->
f_dirblbuf
)
258
free(fp->
f_dirblbuf
, M_NTFSDIR);
ntfs_subr.c
1050
if (fp->
f_dirblbuf
== NULL) {
1052
fp->
f_dirblbuf
= malloc(MAX(vap->va_datalen, fp->f_dirblsz),
1057
rdbuf = fp->
f_dirblbuf
;
Completed in 13 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025