Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c58 static int shortname_exists(struct pcnode *dp, char *fname, char *fext);
1345 if (!shortname_exists(dp, ep.pcd_filename, ep.pcd_ext)) { in direntries_needed()
1556 if (!shortname_exists(dp, fname, fext)) in generate_short_name()
1617 shortname_exists(struct pcnode *dp, char *fname, char *fext) in shortname_exists() function