Home
last modified time | relevance | path

Searched refs:smbfs_attrcache_rm_locked (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c228 smbfs_attrcache_rm_locked(dnp); in smbfs_attr_touchdir()
242 #undef smbfs_attrcache_rm_locked
244 smbfs_attrcache_rm_locked(struct smbnode *np) in smbfs_attrcache_rm_locked() function
H A Dsmbfs_subr.h348 void smbfs_attrcache_rm_locked(struct smbnode *np);
350 #define smbfs_attrcache_rm_locked(np) (np)->r_attrtime = gethrtime() macro
H A Dsmbfs_vnops.c536 smbfs_attrcache_rm_locked(np); in smbfs_rele_fid()