Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/fs/
H A Dpcfs.c72 #define FI_STARTCLUST(fp) (*(ushort_t *)(fp)->fi_buf)
73 #define FI_LENGTH(fp) (*(long *)((fp)->fi_buf + 4))
605 head->fi_memp = head->fi_buf; in readblock()
611 return (head->fi_buf); in readblock()
H A Dhsfs.c421 head->fi_memp = head->fi_buf; in bhsfs_mountroot()
429 bufp = head->fi_buf; in bhsfs_mountroot()
492 bzero(filep->fi_buf, MAXBSIZE); in bhsfs_open()
H A Dufsops.c398 filep->fi_memp = filep->fi_buf; in getblock()
631 bzero(filep->fi_buf, MAXBSIZE); in bufs_open()
/titanic_50/usr/src/uts/common/sys/
H A Dfilep.h73 char fi_buf[MAXBSIZE]; member
/titanic_50/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c348 size = sizeof (filep->fi_buf); in getblock()
353 filep->fi_memp = filep->fi_buf; in getblock()
492 bzero(head->fi_buf, sizeof (head->fi_buf)); in boot_hsfs_mountroot()
496 head->fi_memp = head->fi_buf; in boot_hsfs_mountroot()
/titanic_50/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c414 logfp->fi_memp = logfp->fi_buf; in lufs_read_log()
457 bcopy(logfp->fi_buf + (addr - ldbtob(lbtodb(addr))), in lufs_read_log()
506 logfp->fi_memp = logfp->fi_buf; in lufs_boot_init()
H A Dufsops.c130 filep->fi_memp = filep->fi_buf; in openi()
491 filep->fi_memp = filep->fi_buf; in getblock()
695 bzero(filep->fi_buf, MAXBSIZE); in boot_ufs_open()