Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dmount_internal.h194 int mnt_authcache_ttl; member
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_init.c399 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in vfsinit()
H A Dvfs_cache.c1537 if (vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_authorized()
1590 if (vp->v_mount->mnt_authcache_ttl == 0) { in vnode_cache_authorized_action()
1650 if ((tv.tv_sec - vp->v_cred_timestamp) > vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_stale()
1875 (dmp->mnt_authcache_ttl == 0 || in cache_lookup_path()
1876 ((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.c1187 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in mount_common()
/xnu-10002.1.13/bsd/miscfs/devfs/
H A Ddevfs_tree.c208 mp->mnt_authcache_ttl = CACHED_LOOKUP_RIGHT_TTL; in devfs_sinit()