Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dmount_internal.h194 int mnt_authcache_ttl; member
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_init.c398 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfsinit()
H A Dvfs_cache.c1529 if (vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_authorized()
1582 if (vp->v_mount->mnt_authcache_ttl == 0) { in vnode_cache_authorized_action()
1638 if ((tv.tv_sec - vp->v_cred_timestamp) > vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_stale()
1849 (dmp->mnt_authcache_ttl == 0 || in cache_lookup_path()
1850 ((tv.tv_sec - dp->v_cred_timestamp) > dmp->mnt_authcache_ttl))) { in cache_lookup_path()
H A Dkpi_vfs.c573 return mp->mnt_authcache_ttl; in vfs_authcache_ttl()
584 mp->mnt_authcache_ttl = ttl; in vfs_setauthcache_ttl()
597 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfs_clearauthcache_ttl()
H A Dvfs_subr.c1141 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfs_rootmountalloc_internal()
H A Dvfs_syscalls.c1203 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in mount_common()
/xnu-8796.121.2/bsd/miscfs/devfs/
H A Ddevfs_tree.c208 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in devfs_sinit()