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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c94 static size_t getmaxinlineattrsize(struct vnode * attrvp);
2183 getmaxinlineattrsize(struct vnode * attrvp) argument
2189 if (attrvp != NULL) {
2190 (void) hfs_lock(VTOC(attrvp), HFS_SHARED_LOCK);
2191 if (BTGetInformation(VTOF(attrvp), 0, &btinfo) == 0)
2193 hfs_unlock(VTOC(attrvp));

Completed in 19 milliseconds