Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c46 static int pc_findentry(struct pcnode *, char *, struct pcslot *, offset_t *);
110 error = pc_findentry(dp, namep, &slot, NULL); in pc_dirlook()
172 error = pc_findentry(dp, namep, &slot, NULL); in pc_direnter()
404 error = pc_findentry(dp, namep, &slot, &lfn_offset); in pc_dirremove()
589 error = pc_findentry(dp, snm, &slot, NULL); in pc_rename()
630 error = pc_findentry(tdp, tnm, &slot, NULL); in pc_rename()
726 error = pc_findentry(dp, snm, &slot, &lfn_offset); in pc_rename()
892 pc_findentry( in pc_findentry() function
1544 error = pc_findentry(dp, shortname, &slot, NULL); in generate_short_name()