Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/sys/
H A Dsacache.h49 extern caddr_t get_bcache(fileid_t *fp);
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c134 if ((filep->fi_memp = get_bcache(filep)) == NULL) { in openi()
213 get_bcache(filep)) == NULL) { in find()
301 if ((filep->fi_memp = get_bcache(filep)) == NULL) { in sbmap()
431 if ((filep->fi_memp = get_bcache(filep)) == NULL) { in readdir()
889 if ((fp->fi_memp = get_bcache(fp)) == NULL) { in boot_ufs_getdents()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c135 if ((filep->fi_memp = get_bcache(filep)) == NULL) { in opendir()
301 if ((filep->fi_memp = get_bcache(filep)) == 0) in readdir()
826 if ((filep->fi_memp = get_bcache(filep)) == 0) in parse_dir()
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c505 get_bcache(fileid_t *fp) in get_bcache() function