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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c87 static size_t getmaxinlineattrsize(struct vnode * attrvp);
1848 getmaxinlineattrsize(struct vnode * attrvp) argument
1854 if (attrvp != NULL) {
1855 (void) hfs_lock(VTOC(attrvp), HFS_SHARED_LOCK);
1856 if (BTGetInformation(VTOF(attrvp), 0, &btinfo) == 0)
1858 hfs_unlock(VTOC(attrvp));

Completed in 28 milliseconds