Home
last modified time | relevance | path

Searched refs:get_icache (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/sys/
H A Dsacache.h43 extern void *get_icache(int dev, int inum);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dlookup.c174 ((cdp = (struct nfs_file *)get_icache(mac_get_dev(), cino)) == 0)) { in stlookuppn()
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c282 get_icache(int dev, int inum) in get_icache() function
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c242 if ((filep->fi_inode = get_icache(dv, in)) != NULL) { in dlook()
959 if ((filep->fi_inode = get_icache(dv, inode)) != NULL) in hs_seti()
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c122 if ((filep->fi_inode = get_icache(devp->di_dcookie, inode)) != NULL) in openi()