Home
last modified time | relevance | path

Searched refs:mnt_authcache_ttl (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dmount_internal.h194 int mnt_authcache_ttl; member
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_init.c402 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfsinit()
H A Dvfs_cache.c1571 if (vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_authorized()
1624 if (vp->v_mount->mnt_authcache_ttl == 0) { in vnode_cache_authorized_action()
1684 if ((tv.tv_sec - vp->v_cred_timestamp) > vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_stale()
1922 (dmp->mnt_authcache_ttl == 0 || in cache_lookup_path()
1923 ((tv.tv_sec - dp->v_cred_timestamp) > dmp->mnt_authcache_ttl))) { in cache_lookup_path()
H A Dkpi_vfs.c575 return mp->mnt_authcache_ttl; in vfs_authcache_ttl()
586 mp->mnt_authcache_ttl = ttl; in vfs_setauthcache_ttl()
599 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfs_clearauthcache_ttl()
H A Dvfs_subr.c1134 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfs_rootmountalloc_internal()
H A Dvfs_syscalls.c1357 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in mount_common()
/xnu-12377.81.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c208 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in devfs_sinit()