Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/sys/
H A Dsacache.h50 extern int set_bcache(fileid_t *fp);
/titanic_50/usr/src/stand/lib/fs/ufs/
H A Dufsops.c135 if (retval = set_bcache(filep)) in openi()
213 if (set_bcache(filep)) in find()
301 if (set_bcache(filep)) /* Gotta do I/O */ in sbmap()
431 if (set_bcache(filep)) in readdir()
889 if (set_bcache(fp)) in boot_ufs_getdents()
/titanic_50/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()
/titanic_50/usr/src/stand/lib/fs/common/
H A Dcache.c524 set_bcache(fileid_t *fp) in set_bcache() function