Searched refs:find_fp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c92 static fileid_t *find_fp(int);
243 if (!(filep = find_fp(fd)))
287 fp = find_fp(fd);
361 if (!(filep = find_fp(fd)))
383 find_fp(int fd) function
H A Dhsfs.c145 find_fp(int fd) function
362 filep = find_fp(fd);
519 if (!(filep = find_fp(fd)))
564 if (!(filep = find_fp(fd)))
595 if (!(filep = find_fp(fd)))
H A Dufsops.c129 find_fp(int fd) function
496 if (!(filep = find_fp(fd))) {
665 if (!(filep = find_fp(fd)))
698 if (!(filep = find_fp(fd)))
742 if (!(filep = find_fp(fd)))
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c206 find_fp(int fd) function
410 if (!(filep = find_fp(fd))) {
618 if (!(filep = find_fp(fd)))
663 if (!(filep = find_fp(fd)))
681 if (filep = find_fp(fd)) {
1007 if (!(dir.fi = find_fp(fd)) ||
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c154 find_fp(int fd) function
554 if (!(filep = find_fp(fd))) {
723 if (!(filep = find_fp(fd)))
755 if (!(filep = find_fp(fd)))
796 if (!(filep = find_fp(fd)))
866 if (fp = find_fp(fd)) {

Completed in 448 milliseconds