Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/sys/
H A Dsacache.h50 extern int set_bcache(fileid_t *fp);
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c136 if (retval = set_bcache(filep)) in openi()
214 if (set_bcache(filep)) in find()
302 if (set_bcache(filep)) /* Gotta do I/O */ in sbmap()
432 if (set_bcache(filep)) in readdir()
890 if (set_bcache(fp)) in boot_ufs_getdents()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c137 if (retval = set_bcache(filep)) { in opendir()
302 if (set_bcache(filep)) in readdir()
827 ret_code = set_bcache(filep); in parse_dir()
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c524 set_bcache(fileid_t *fp) in set_bcache() function