Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c90 static fileid_t *find_fp(int);
241 if (!(filep = find_fp(fd))) in bpcfs_close()
285 fp = find_fp(fd); in bpcfs_read()
359 if (!(filep = find_fp(fd))) in bpcfs_lseek()
381 find_fp(int fd) in find_fp() function
H A Dhsfs.c143 find_fp(int fd) in find_fp() function
361 filep = find_fp(fd); in bhsfs_read()
518 if (!(filep = find_fp(fd))) in bhsfs_close()
563 if (!(filep = find_fp(fd))) in bhsfs_lseek()
594 if (!(filep = find_fp(fd))) in bhsfs_fstat()
H A Dufsops.c132 find_fp(int fd) in find_fp() function
500 if (!(filep = find_fp(fd))) { in bufs_read()
672 if (!(filep = find_fp(fd))) in bufs_lseek()
705 if (!(filep = find_fp(fd))) in bufs_fstat()
749 if (!(filep = find_fp(fd))) in bufs_close()
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c155 find_fp(int fd) in find_fp() function
555 if (!(filep = find_fp(fd))) { in boot_ufs_read()
724 if (!(filep = find_fp(fd))) in boot_ufs_lseek()
756 if (!(filep = find_fp(fd))) in boot_ufs_fstat()
797 if (!(filep = find_fp(fd))) in boot_ufs_close()
867 if (fp = find_fp(fd)) { in boot_ufs_getdents()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c206 find_fp(int fd) in find_fp() function
410 if (!(filep = find_fp(fd))) { in boot_hsfs_read()
618 if (!(filep = find_fp(fd))) in boot_hsfs_fstat()
663 if (!(filep = find_fp(fd))) in boot_hsfs_lseek()
681 if (filep = find_fp(fd)) { in boot_hsfs_close()
1007 if (!(dir.fi = find_fp(fd)) || in boot_hsfs_getdents()