Searched refs:name_hashval (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1510 @param name_hashval Hash value of name, if known. Passing 0 causes the cache to hash the name itself.
1515 void vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t name_hashval, int flags);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c579 vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t name_hashval, int flags) argument
612 tname = vfs_addname(name, name_len, name_hashval, 0);

Completed in 19 milliseconds