Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c70 #define FI_STARTCLUST(fp) (*(ushort_t *)(fp)->fi_buf)
71 #define FI_LENGTH(fp) (*(long *)((fp)->fi_buf + 4))
603 head->fi_memp = head->fi_buf; in readblock()
609 return (head->fi_buf); in readblock()
H A Dhsfs.c417 head->fi_memp = head->fi_buf; in bhsfs_mountroot()
425 bufp = head->fi_buf; in bhsfs_mountroot()
489 bzero(filep->fi_buf, MAXBSIZE); in bhsfs_open()
H A Dufsops.c396 filep->fi_memp = filep->fi_buf; in getblock()
636 bzero(filep->fi_buf, MAXBSIZE); in bufs_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dfilep.h71 char fi_buf[MAXBSIZE]; member
/illumos-gate/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()
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c412 logfp->fi_memp = logfp->fi_buf; in lufs_read_log()
455 bcopy(logfp->fi_buf + (addr - ldbtob(lbtodb(addr))), in lufs_read_log()
504 logfp->fi_memp = logfp->fi_buf; in lufs_boot_init()
H A Dufsops.c131 filep->fi_memp = filep->fi_buf; in openi()
492 filep->fi_memp = filep->fi_buf; in getblock()
696 bzero(filep->fi_buf, MAXBSIZE); in boot_ufs_open()