OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_filesystemtype
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libperfuse/
perfuse.c
467
ps->
ps_filesystemtype
= strdup(pmi->pmi_filesystemtype);
468
if (ps->
ps_filesystemtype
== NULL)
471
len = sizeof("perfuse|") + strlen(ps->
ps_filesystemtype
) + 1;
475
(void)sprintf(fstype, "perfuse|%s", ps->
ps_filesystemtype
);
perfuse_priv.h
80
char *
ps_filesystemtype
;
member in struct:perfuse_state
ops.c
1005
if (ps->
ps_filesystemtype
!= NULL)
1007
ps->
ps_filesystemtype
, _VFS_NAMELEN);
Completed in 16 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025