Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c48 static int pc_findentry(struct pcnode *, char *, struct pcslot *, offset_t *);
112 error = pc_findentry(dp, namep, &slot, NULL); in pc_dirlook()
174 error = pc_findentry(dp, namep, &slot, NULL); in pc_direnter()
406 error = pc_findentry(dp, namep, &slot, &lfn_offset); in pc_dirremove()
591 error = pc_findentry(dp, snm, &slot, NULL); in pc_rename()
632 error = pc_findentry(tdp, tnm, &slot, NULL); in pc_rename()
734 error = pc_findentry(dp, snm, &slot, &lfn_offset); in pc_rename()
898 pc_findentry( in pc_findentry() function
1550 error = pc_findentry(dp, shortname, &slot, NULL); in generate_short_name()