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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c211 int native = 0, dufile = 0; local
214 native = VNOP_GETXATTR(vp, name, NULL, &sz, 0, context) ? 0 : 1;
216 if (options & XATTR_CREATE && (native || dufile)) {
220 if (options & XATTR_REPLACE && !(native || dufile)) {
292 * a native xattr, so failure to find it in a DU file during
343 * the native EA names will have been uiomove-d out (or *size updated)
1027 * Default Implementation (Non-native EA)
1318 /* Swap the AppleDouble header fields to native order */
1342 /* Swap the per-entry fields to native order */
2105 * VNOP_LISTXATTR processed any native EA
[all...]

Completed in 77 milliseconds