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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c1365 int attr_extended; local
1416 attr_extended = (uap->options & FSOPT_ATTRLIST_EXTENDED) ? 1 : 0;
1438 if ((error = getattrlist_setupvattr(&al, attr_extended, &va, &fixedsize, &action, proc_is64, (vtype == VDIR))) != 0) {
1879 if (attr_extended) {

Completed in 64 milliseconds